labels
stringlengths
3
22
ids
stringlengths
44
278
txt
stringlengths
13
29k
xmi
stringlengths
359
1.44M
is_duplicated
bool
2 classes
graph
stringlengths
364
727k
model_type
stringclasses
2 values
graph
repo-ecore-all/data/alfonsodelavega/epsilonFork/tests/org.eclipse.epsilon.emg.engine.test.acceptance/model/SimpleGraph.ecore
simplegraph Node incoming outgoing label Edge target source Element graph Graph element name
<?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="simplegraph" nsURI="platform:/resource/org.eclipse.epsilon.emg.engine.test.acceptance/model/SimpleGraph.ecore" nsPrefix="simplegraph"> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/source"/> <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="Edge" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node" eOpposite="#//Node/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node" eOpposite="#//Node/outgoing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="graph" lowerBound="1" eType="#//Graph" eOpposite="#//Graph/element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//Element" containment="true" eOpposite="#//Element/graph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"simplegraph","nsURI":"platform:/resource/org.eclipse.epsilon.emg.engine.test.acceptance/model/SimpleGraph.ecore","name":"simplegraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"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":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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"},{"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":"graph","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":2},{"source":5,"target":9},{"source":5,"target":1},{"source":5,"target":10},{"source":9,"target":2},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":6,"target":12},{"source":11,"target":2},{"source":7,"target":13},{"source":7,"target":1},{"source":8,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":10},{"source":2,"target":12},{"source":2,"target":14},{"source":10,"target":1},{"source":10,"target":15},{"source":10,"target":2},{"source":10,"target":5},{"source":15,"target":1},{"source":12,"target":1},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":6},{"source":16,"target":1},{"source":14,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":17,"target":4},{"source":17,"target":18},{"source":17,"target":3},{"source":17,"target":19},{"source":18,"target":4},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":3},{"source":19,"target":21},{"source":19,"target":4},{"source":19,"target":17},{"source":21,"target":3},{"source":20,"target":22},{"source":20,"target":4}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/FernanOrtega/sma-mdd-android-wp/sma.generador.bd2sql2/src/metamodel/dcmddandroid.ecore
dcmddandroid NamedElement name AbstractClass isAbstract implements attributes methods associationAsSource associationAsTarget Class CycleClass PersistentClass Interface superInterfaces methods ClassElement final static Method isAbstract parameters returns Attribute defaultValue type secured Diagram modelElements ModelElement Visibility public public private private protected protected Parameter type Enum values EnumValue intValue Association rolSource rolTarget minMultiplicitySource maxMultiplicitySource minMultiplicityTarget maxMultiplicityTarget source target Agregation Composition Implements implemented implements EVisibility visibility
<?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="dcmddandroid" nsURI="http://sma/mdd/android/1.0" nsPrefix="mddandroid"> <eAnnotations source="gmf"> <details key="foo" value="bar"/> </eAnnotations> <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="AbstractClass" abstract="true" eSuperTypes="#//ModelElement #//EVisibility"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" upperBound="-1" eType="#//Implements" eOpposite="#//Implements/implements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> <details key="collapsible" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> <details key="collapsible" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="associationAsSource" upperBound="-1" eType="#//Association" eOpposite="#//Association/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationAsTarget" upperBound="-1" eType="#//Association" eOpposite="#//Association/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//AbstractClass"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="Class"/> <details key="tool.description" value="Class"/> <details key="figure" value="rectangle"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CycleClass" eSuperTypes="#//AbstractClass"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="CycleClass"/> <details key="tool.description" value="CycleClass"/> <details key="figure" value="rectangle"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PersistentClass" eSuperTypes="#//AbstractClass"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="PersistentClass"/> <details key="tool.description" value="PersistentClass"/> <details key="figure" value="rectangle"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//ModelElement #//EVisibility"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="Interface"/> <details key="tool.description" value="Interface"/> <details key="figure" value="rectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" upperBound="-1" eType="#//Interface"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassElement" abstract="true" eSuperTypes="#//NamedElement #//EVisibility"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//ClassElement"> <eAnnotations source="gmf.node"> <details key="label" value="name,returns"/> <details key="figure" value="rectangle"/> <details key="label.icon" value="false"/> <details key="label.pattern" value="{0} : {1}"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="Method"/> <details key="tool.description" value="Method"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="returns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//ClassElement"> <eAnnotations source="gmf.node"> <details key="label" value="name,type"/> <details key="figure" value="rectangle"/> <details key="label.icon" value="false"/> <details key="label.pattern" value="{0} : {1}"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="Attribute"/> <details key="tool.description" value="Attribute"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="secured" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagram" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.diagram"> <details key="foo" value="bar"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="modelElements" upperBound="-1" eType="#//ModelElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EEnum" name="Visibility"> <eLiterals name="public"/> <eLiterals name="private" value="1"/> <eLiterals name="protected" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.compartment"> <details key="foo" value="bar"/> </eAnnotations> <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="Enum" eSuperTypes="#//ModelElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="Enum"/> <details key="tool.description" value="Enum"/> <details key="figure" value="rectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//EnumValue" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> <details key="collapsible" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumValue" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="rectangle"/> <details key="label.icon" value="false"/> <details key="color" value="255,255,255"/> <details key="tool.name" value="EnumValue"/> <details key="tool.description" value="EnumValue"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" abstract="true" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rolSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rolTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minMultiplicitySource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxMultiplicitySource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minMultiplicityTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxMultiplicityTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//AbstractClass" eOpposite="#//AbstractClass/associationAsSource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//AbstractClass" eOpposite="#//AbstractClass/associationAsTarget"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Agregation" eSuperTypes="#//Association"> <eAnnotations source="gmf.link"> <details key="label" value="name"/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="color" value="0,0,0"/> <details key="tool.description" value="Agregation"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//Association"> <eAnnotations source="gmf.link"> <details key="label" value="name"/> <details key="source" value="source"/> <details key="target" value="target"/> <details key="color" value="0,0,0"/> <details key="source.decoration" value="rhomb"/> <details key="target.decoration" value="arrow"/> <details key="tool.description" value="Composition"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Implements" eSuperTypes="#//ModelElement"> <eAnnotations source="gmf.link"> <details key="label" value="name"/> <details key="source" value="implements"/> <details key="target" value="implemented"/> <details key="color" value="0,0,0"/> <details key="tool.description" value="Implements"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="implemented" lowerBound="1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" lowerBound="1" eType="#//AbstractClass" eOpposite="#//AbstractClass/implements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EVisibility"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//Visibility"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"mddandroid","nsURI":"http://sma/mdd/android/1.0","name":"dcmddandroid","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":"AbstractClass","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":"CycleClass","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersistentClass","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Visibility","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumValue","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Agregation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implements","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EVisibility","instanceClass":null,"abstract":false,"id":20,"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":21,"derived":false},{"id":22,"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":"isAbstract","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":false,"unsettable":false,"transient":false,"unique":true,"name":"implements","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":"attributes","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":"methods","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":false,"unsettable":false,"transient":false,"unique":true,"name":"associationAsSource","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":false,"unsettable":false,"transient":false,"unique":true,"name":"associationAsTarget","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaces","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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","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":"static","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","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":"parameters","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":"returns","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","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":"type","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":"secured","changeable":true,"lowerBound":0,"iD":false,"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":"modelElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"name":"public","id":73,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":74,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":75,"value":2,"literal":"protected","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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":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":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intValue","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rolSource","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":"rolTarget","changeable":true,"lowerBound":0,"iD":false,"id":86,"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":"minMultiplicitySource","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":"maxMultiplicitySource","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":"minMultiplicityTarget","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":"maxMultiplicityTarget","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implemented","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"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":106,"derived":false},{"id":107,"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":22},{"source":21,"target":1},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":20},{"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":23,"target":31},{"source":23,"target":2},{"source":24,"target":19},{"source":24,"target":32},{"source":24,"target":2},{"source":24,"target":33},{"source":32,"target":19},{"source":25,"target":9},{"source":25,"target":34},{"source":25,"target":2},{"source":34,"target":9},{"source":26,"target":8},{"source":26,"target":35},{"source":26,"target":2},{"source":35,"target":8},{"source":27,"target":16},{"source":27,"target":36},{"source":27,"target":2},{"source":27,"target":37},{"source":36,"target":16},{"source":28,"target":16},{"source":28,"target":38},{"source":28,"target":2},{"source":28,"target":39},{"source":38,"target":16},{"source":29,"target":11},{"source":30,"target":20},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":40},{"source":40,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":41},{"source":41,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":42},{"source":42,"target":2},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":20},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":43,"target":6},{"source":43,"target":47},{"source":43,"target":6},{"source":47,"target":6},{"source":44,"target":8},{"source":44,"target":48},{"source":44,"target":6},{"source":48,"target":8},{"source":45,"target":11},{"source":46,"target":20},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":20},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":49,"target":53},{"source":49,"target":7},{"source":50,"target":54},{"source":50,"target":7},{"source":51,"target":1},{"source":52,"target":20},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":55,"target":59},{"source":55,"target":8},{"source":56,"target":13},{"source":56,"target":60},{"source":56,"target":8},{"source":60,"target":13},{"source":57,"target":61},{"source":57,"target":8},{"source":58,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":62,"target":66},{"source":62,"target":9},{"source":63,"target":67},{"source":63,"target":9},{"source":64,"target":68},{"source":64,"target":9},{"source":65,"target":7},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":69},{"source":10,"target":70},{"source":69,"target":11},{"source":69,"target":71},{"source":69,"target":10},{"source":71,"target":11},{"source":70,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":72},{"source":72,"target":1},{"source":12,"target":0},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":73,"target":12},{"source":74,"target":12},{"source":75,"target":12},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":76},{"source":13,"target":77},{"source":76,"target":78},{"source":76,"target":13},{"source":77,"target":1},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":79},{"source":14,"target":80},{"source":79,"target":15},{"source":79,"target":81},{"source":79,"target":14},{"source":81,"target":15},{"source":80,"target":11},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":82},{"source":15,"target":83},{"source":82,"target":84},{"source":82,"target":15},{"source":83,"target":1},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":85},{"source":16,"target":86},{"source":16,"target":87},{"source":16,"target":88},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":37},{"source":16,"target":39},{"source":16,"target":91},{"source":85,"target":92},{"source":85,"target":16},{"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":96},{"source":89,"target":16},{"source":90,"target":97},{"source":90,"target":16},{"source":37,"target":2},{"source":37,"target":98},{"source":37,"target":16},{"source":37,"target":27},{"source":98,"target":2},{"source":39,"target":2},{"source":39,"target":99},{"source":39,"target":16},{"source":39,"target":28},{"source":99,"target":2},{"source":91,"target":11},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":100},{"source":100,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":101},{"source":101,"target":16},{"source":19,"target":0},{"source":19,"target":11},{"source":19,"target":102},{"source":19,"target":33},{"source":19,"target":103},{"source":102,"target":6},{"source":102,"target":104},{"source":102,"target":19},{"source":104,"target":6},{"source":33,"target":2},{"source":33,"target":105},{"source":33,"target":19},{"source":33,"target":24},{"source":105,"target":2},{"source":103,"target":11},{"source":20,"target":0},{"source":20,"target":106},{"source":106,"target":12},{"source":106,"target":107},{"source":106,"target":20},{"source":107,"target":12}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/adilinam/QVTo-QVTd-OCL/org.eclipse.qvtd.xtext.qvtimperative.tests/src/org/eclipse/qvtd/xtext/qvtimperative/tests/ClassesCS2AS/Classes.ecore
classes Element NamedElement name Namespace Package ownedClasses ownedPackages Class superClass Root ownedPackages
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="classes" nsURI="http://ocldependencyanalysis/classes/1.0" nsPrefix="classes"> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element"> <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" abstract="true" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement #//Namespace"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedClasses" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackages" upperBound="-1" eType="#//Package" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Root" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackages" upperBound="-1" eType="#//Package" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"classes","nsURI":"http://ocldependencyanalysis/classes/1.0","name":"classes","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":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":6,"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":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"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":"ownedClasses","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":"ownedPackages","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"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":2,"target":0},{"source":2,"target":1},{"source":2,"target":7},{"source":2,"target":8},{"source":7,"target":9},{"source":7,"target":2},{"source":8,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":10},{"source":10,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":11,"target":5},{"source":11,"target":15},{"source":11,"target":4},{"source":15,"target":5},{"source":12,"target":4},{"source":12,"target":16},{"source":12,"target":4},{"source":16,"target":4},{"source":13,"target":2},{"source":14,"target":3},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":17},{"source":5,"target":18},{"source":17,"target":5},{"source":17,"target":19},{"source":17,"target":5},{"source":19,"target":5},{"source":18,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":20},{"source":6,"target":21},{"source":20,"target":4},{"source":20,"target":22},{"source":20,"target":6},{"source":22,"target":4},{"source":21,"target":1}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/atlanmod/Mogwai/benchmarks/org.eclipse.gmt.modisco.java.cdo/src/org/eclipse/gmt/modisco/java/cdo/impl/java.ecore
java AbstractMethodDeclaration body parameters thrownExceptions typeParameters usagesInDocComments usages AbstractMethodInvocation method arguments typeArguments AbstractTypeDeclaration bodyDeclarations commentsBeforeBody commentsAfterBody package superInterfaces AbstractTypeQualifiedExpression qualifier AbstractVariablesContainer type fragments Annotation type values Archive originalFilePath classFiles manifest AssertStatement message expression ASTNode comments originalCompilationUnit originalClassFile AnnotationMemberValuePair member value AnnotationTypeDeclaration AnnotationTypeMemberDeclaration default type usages AnonymousClassDeclaration bodyDeclarations classInstanceCreation ArrayAccess array index ArrayCreation dimensions initializer type ArrayInitializer expressions ArrayLengthAccess array ArrayType dimensions elementType Assignment leftHandSide operator rightHandSide AssignmentKind ASSIGN = PLUS_ASSIGN += MINUS_ASSIGN -= TIMES_ASSIGN *= DIVIDE_ASSIGN /= BIT_AND_ASSIGN &= BIT_OR_ASSIGN |= BIT_XOR_ASSIGN ^= REMAINDER_ASSIGN %= LEFT_SHIFT_ASSIGN <<= RIGHT_SHIFT_SIGNED_ASSIGN >>= RIGHT_SHIFT_UNSIGNED_ASSIGN >>>= BodyDeclaration abstractTypeDeclaration annotations anonymousClassDeclarationOwner modifier BooleanLiteral value BlockComment Block statements BreakStatement label CastExpression expression type CatchClause exception body CharacterLiteral escapedValue ClassFile originalFilePath type attachedSource package ClassInstanceCreation anonymousClassDeclaration expression type ConstructorDeclaration ConditionalExpression elseExpression expression thenExpression ConstructorInvocation ClassDeclaration superClass Comment content enclosedByParent prefixOfParent CompilationUnit originalFilePath commentList imports package types ContinueStatement label DoStatement expression body EmptyStatement EnhancedForStatement body expression parameter EnumConstantDeclaration anonymousClassDeclaration arguments EnumDeclaration enumConstants Expression ExpressionStatement expression FieldAccess field expression FieldDeclaration ForStatement expression updaters initializers body IfStatement expression thenStatement elseStatement ImportDeclaration static importedElement InfixExpression operator rightOperand leftOperand extendedOperands InfixExpressionKind TIMES * DIVIDE / REMAINDER % PLUS + MINUS - LEFT_SHIFT << RIGHT_SHIFT_SIGNED >> RIGHT_SHIFT_UNSIGNED >>> LESS < GREATER > LESS_EQUALS <= GREATER_EQUALS >= EQUALS == NOT_EQUALS != XOR ^ AND & OR | CONDITIONAL_AND && CONDITIONAL_OR || InheritanceKind none none abstract abstract final final Initializer body InstanceofExpression rightOperand leftOperand InterfaceDeclaration Javadoc tags LabeledStatement body usagesInBreakStatements usagesInContinueStatements LineComment Manifest mainAttributes entryAttributes ManifestAttribute key value ManifestEntry name attributes MemberRef member qualifier MethodDeclaration extraArrayDimensions returnType redefinedMethodDeclaration redefinitions MethodInvocation expression MethodRef method qualifier parameters MethodRefParameter name varargs type Model name ownedElements orphanTypes unresolvedItems compilationUnits classFiles archives Modifier visibility inheritance static transient volatile native strictfp synchronized bodyDeclaration singleVariableDeclaration variableDeclarationStatement variableDeclarationExpression NamedElement name proxy usagesInImports NamespaceAccess NumberLiteral tokenValue NullLiteral Package ownedElements model ownedPackages package usagesInPackageAccess PackageAccess package qualifier ParameterizedType type typeArguments ParenthesizedExpression expression PostfixExpression operator operand PostfixExpressionKind INCREMENT ++ DECREMENT -- PrefixExpression operator operand PrefixExpressionKind INCREMENT ++ DECREMENT -- PLUS + MINUS - COMPLEMENT ~ NOT ! PrimitiveType PrimitiveTypeBoolean PrimitiveTypeByte PrimitiveTypeChar PrimitiveTypeDouble PrimitiveTypeShort PrimitiveTypeFloat PrimitiveTypeInt PrimitiveTypeLong PrimitiveTypeVoid ReturnStatement expression SingleVariableAccess variable qualifier SingleVariableDeclaration modifier varargs type annotations methodDeclaration catchClause enhancedForStatement Statement StringLiteral escapedValue SuperConstructorInvocation expression SuperFieldAccess field SuperMethodInvocation SwitchCase default expression SwitchStatement expression statements SynchronizedStatement body expression TagElement tagName fragments TextElement text ThisExpression ThrowStatement expression TryStatement body finally catchClauses Type usagesInTypeAccess TypeAccess type qualifier TypeDeclaration typeParameters TypeDeclarationStatement declaration TypeLiteral type TypeParameter bounds UnresolvedItem UnresolvedItemAccess element qualifier UnresolvedAnnotationDeclaration UnresolvedAnnotationTypeMemberDeclaration UnresolvedClassDeclaration UnresolvedEnumDeclaration UnresolvedInterfaceDeclaration UnresolvedLabeledStatement UnresolvedMethodDeclaration UnresolvedSingleVariableDeclaration UnresolvedType UnresolvedTypeDeclaration UnresolvedVariableDeclarationFragment VariableDeclaration extraArrayDimensions initializer usageInVariableAccess VariableDeclarationExpression modifier annotations VariableDeclarationFragment variablesContainer VariableDeclarationStatement extraArrayDimensions modifier annotations VisibilityKind none none public public private private protected protected WildCardType upperBound bound WhileStatement expression body
<?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="java" nsURI="http://www.eclipse.org/MoDisco/Java/0.2.incubation/java-CDO" nsPrefix="java"> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/methodDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInDocComments" ordered="false" upperBound="-1" eType="#//MethodRef" eOpposite="#//MethodRef/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AbstractMethodInvocation" eOpposite="#//AbstractMethodInvocation/method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodInvocation" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration #//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/abstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsBeforeBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsAfterBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeQualifiedExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractVariablesContainer" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/variablesContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//AnnotationMemberValuePair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Archive" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manifest" ordered="false" eType="#//Manifest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalCompilationUnit" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalClassFile" ordered="false" eType="#//ClassFile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValuePair" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" eType="#//AnnotationTypeMemberDeclaration" eOpposite="#//AnnotationTypeMemberDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AnnotationMemberValuePair" eOpposite="#//AnnotationMemberValuePair/member"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/anonymousClassDeclarationOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classInstanceCreation" ordered="false" eType="#//ClassInstanceCreation" eOpposite="#//ClassInstanceCreation/anonymousClassDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//ArrayInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLengthAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//AssignmentKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentKind"> <eLiterals name="ASSIGN" value="1" literal="="/> <eLiterals name="PLUS_ASSIGN" value="2" literal="+="/> <eLiterals name="MINUS_ASSIGN" value="3" literal="-="/> <eLiterals name="TIMES_ASSIGN" value="4" literal="*="/> <eLiterals name="DIVIDE_ASSIGN" value="5" literal="/="/> <eLiterals name="BIT_AND_ASSIGN" value="6" literal="&amp;="/> <eLiterals name="BIT_OR_ASSIGN" value="7" literal="|="/> <eLiterals name="BIT_XOR_ASSIGN" value="8" literal="^="/> <eLiterals name="REMAINDER_ASSIGN" value="9" literal="%="/> <eLiterals name="LEFT_SHIFT_ASSIGN" value="10" literal="&lt;&lt;="/> <eLiterals name="RIGHT_SHIFT_SIGNED_ASSIGN" value="11" literal=">>="/> <eLiterals name="RIGHT_SHIFT_UNSIGNED_ASSIGN" value="12" literal=">>>="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractTypeDeclaration" ordered="false" eType="#//AbstractTypeDeclaration" eOpposite="#//AbstractTypeDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclarationOwner" ordered="false" eType="#//AnonymousClassDeclaration" eOpposite="#//AnonymousClassDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/bodyDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInBreakStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/catchClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassFile" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//AbstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachedSource" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true" eOpposite="#//AnonymousClassDeclaration/classInstanceCreation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorDeclaration" eSuperTypes="#//AbstractMethodDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enclosedByParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOfParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentList" upperBound="-1" eType="#//Comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//AbstractTypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInContinueStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/enhancedForStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#//BodyDeclaration #//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1" eType="#//EnumConstantDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#//BodyDeclaration #//AbstractVariablesContainer"/> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" ordered="false" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false" lowerBound="1" eType="#//NamedElement" eOpposite="#//NamedElement/usagesInImports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//InfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InfixExpressionKind"> <eLiterals name="TIMES" value="1" literal="*"/> <eLiterals name="DIVIDE" value="2" literal="/"/> <eLiterals name="REMAINDER" value="3" literal="%"/> <eLiterals name="PLUS" value="4" literal="+"/> <eLiterals name="MINUS" value="5" literal="-"/> <eLiterals name="LEFT_SHIFT" value="6" literal="&lt;&lt;"/> <eLiterals name="RIGHT_SHIFT_SIGNED" value="7" literal=">>"/> <eLiterals name="RIGHT_SHIFT_UNSIGNED" value="8" literal=">>>"/> <eLiterals name="LESS" value="9" literal="&lt;"/> <eLiterals name="GREATER" value="10" literal=">"/> <eLiterals name="LESS_EQUALS" value="11" literal="&lt;="/> <eLiterals name="GREATER_EQUALS" value="12" literal=">="/> <eLiterals name="EQUALS" value="13" literal="=="/> <eLiterals name="NOT_EQUALS" value="14" literal="!="/> <eLiterals name="XOR" value="15" literal="^"/> <eLiterals name="AND" value="16" literal="&amp;"/> <eLiterals name="OR" value="17" literal="|"/> <eLiterals name="CONDITIONAL_AND" value="18" literal="&amp;&amp;"/> <eLiterals name="CONDITIONAL_OR" value="19" literal="||"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InheritanceKind"> <eLiterals name="none" value="1"/> <eLiterals name="abstract" value="2"/> <eLiterals name="final" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceDeclaration" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="#//Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//TagElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//NamedElement #//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInBreakStatements" ordered="false" upperBound="-1" eType="#//BreakStatement" eOpposite="#//BreakStatement/label"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInContinueStatements" ordered="false" upperBound="-1" eType="#//ContinueStatement" eOpposite="#//ContinueStatement/label"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Manifest"> <eStructuralFeatures xsi:type="ecore:EReference" name="mainAttributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryAttributes" ordered="false" upperBound="-1" eType="#//ManifestEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestEntry"> <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:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#//AbstractMethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedMethodDeclaration" ordered="false" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitions" ordered="false" upperBound="-1" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinedMethodDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usagesInDocComments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodRefParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRefParameter" eSuperTypes="#//ASTNode"> <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="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <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:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orphanTypes" ordered="false" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unresolvedItems" ordered="false" upperBound="-1" eType="#//UnresolvedItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" ordered="false" upperBound="-1" eType="#//CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="archives" ordered="false" upperBound="-1" eType="#//Archive" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritance" ordered="false" unique="false" lowerBound="1" eType="#//InheritanceKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclaration" ordered="false" eType="#//BodyDeclaration" eOpposite="#//BodyDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="singleVariableDeclaration" ordered="false" eType="#//SingleVariableDeclaration" eOpposite="#//SingleVariableDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationStatement" ordered="false" eType="#//VariableDeclarationStatement" eOpposite="#//VariableDeclarationStatement/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationExpression" ordered="false" eType="#//VariableDeclarationExpression" eOpposite="#//VariableDeclarationExpression/modifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ASTNode"> <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="proxy" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInImports" ordered="false" upperBound="-1" eType="#//ImportDeclaration" eOpposite="#//ImportDeclaration/importedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceAccess" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//AbstractTypeDeclaration" containment="true" eOpposite="#//AbstractTypeDeclaration/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="#//Model" eOpposite="#//Model/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackages" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedPackages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInPackageAccess" ordered="false" upperBound="-1" eType="#//PackageAccess" eOpposite="#//PackageAccess/package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageAccess" eSuperTypes="#//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//Package" eOpposite="#//Package/usagesInPackageAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//PackageAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PostfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PostfixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PrefixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrefixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> <eLiterals name="PLUS" value="3" literal="+"/> <eLiterals name="MINUS" value="4" literal="-"/> <eLiterals name="COMPLEMENT" value="5" literal="~"/> <eLiterals name="NOT" value="6" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeBoolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeByte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeChar" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeDouble" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeShort" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeFloat" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeInt" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeLong" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeVoid" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//VariableDeclaration" eOpposite="#//VariableDeclaration/usageInVariableAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/singleVariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodDeclaration" ordered="false" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" ordered="false" eType="#//CatchClause" eOpposite="#//CatchClause/exception"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enhancedForStatement" ordered="false" eType="#//EnhancedForStatement" eOpposite="#//EnhancedForStatement/parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#//AbstractTypeQualifiedExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#//AbstractTypeQualifiedExpression #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//AbstractTypeQualifiedExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#//CatchClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInTypeAccess" ordered="false" upperBound="-1" eType="#//TypeAccess" eOpposite="#//TypeAccess/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type" eOpposite="#//Type/usagesInTypeAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//NamespaceAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" abstract="true" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//AbstractTypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItem" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItemAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" eType="#//UnresolvedItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationDeclaration" eSuperTypes="#//AnnotationTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationTypeMemberDeclaration" eSuperTypes="#//AnnotationTypeMemberDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedClassDeclaration" eSuperTypes="#//ClassDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedEnumDeclaration" eSuperTypes="#//EnumDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedInterfaceDeclaration" eSuperTypes="#//InterfaceDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedLabeledStatement" eSuperTypes="#//LabeledStatement #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedMethodDeclaration" eSuperTypes="#//MethodDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedSingleVariableDeclaration" eSuperTypes="#//SingleVariableDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedType" eSuperTypes="#//Type #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedVariableDeclarationFragment" eSuperTypes="#//VariableDeclarationFragment #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageInVariableAccess" ordered="false" upperBound="-1" eType="#//SingleVariableAccess" eOpposite="#//SingleVariableAccess/variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="variablesContainer" ordered="false" eType="#//AbstractVariablesContainer" eOpposite="#//AbstractVariablesContainer/fragments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#//Statement #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="none" value="1"/> <eLiterals name="public" value="2"/> <eLiterals name="private" value="3"/> <eLiterals name="protected" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WildCardType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"java","nsURI":"http://www.eclipse.org/MoDisco/Java/0.2.incubation/java-CDO","name":"java","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodDeclaration","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodInvocation","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeQualifiedExpression","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariablesContainer","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Archive","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValuePair","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLengthAccess","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","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":"BreakStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassFile","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionKind","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InheritanceKind","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDeclaration","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifest","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestAttribute","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestEntry","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","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":"Modifier","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAccess","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageAccess","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpressionKind","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpressionKind","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeBoolean","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeByte","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeChar","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeDouble","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeShort","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeFloat","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeInt","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeLong","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeVoid","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableAccess","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAccess","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItem","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItemAccess","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationDeclaration","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedClassDeclaration","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedEnumDeclaration","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedInterfaceDeclaration","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedLabeledStatement","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedMethodDeclaration","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedSingleVariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedType","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeDeclaration","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedVariableDeclarationFragment","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":130,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildCardType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":132,"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":"body","changeable":true,"resolveProxies":true,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thrownExceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"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":"usagesInDocComments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"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":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"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":"methodDeclaration","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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"arguments","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":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentsBeforeBody","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"commentsAfterBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"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":"abstractTypeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"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":"variablesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"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":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":183,"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":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"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":"manifest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"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":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"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":"originalCompilationUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"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":"originalClassFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"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":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"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":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"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":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"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":"classInstanceCreation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"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":"anonymousClassDeclarationOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"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":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":221,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"container":false,"ordered":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":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"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":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"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":"dimensions","changeable":true,"lowerBound":1,"iD":false,"id":239,"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":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"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":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":245,"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":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"name":"ASSIGN","id":251,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":252,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":253,"value":3,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":254,"value":4,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DIVIDE_ASSIGN","id":255,"value":5,"literal":"/=","eClass":"EEnumLiteral"},{"name":"BIT_AND_ASSIGN","id":256,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BIT_OR_ASSIGN","id":257,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BIT_XOR_ASSIGN","id":258,"value":8,"literal":"^=","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":259,"value":9,"literal":"%=","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT_ASSIGN","id":260,"value":10,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED_ASSIGN","id":261,"value":11,"literal":">>=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED_ASSIGN","id":262,"value":12,"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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"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":"modifier","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"},{"id":269,"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":"bodyDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"container":false,"ordered":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":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"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":"usagesInBreakStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"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":"catchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"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":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"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":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":296,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"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":"attachedSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"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":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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"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":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"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":"content","changeable":true,"lowerBound":1,"iD":false,"id":325,"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":"enclosedByParent","changeable":true,"lowerBound":1,"iD":false,"id":326,"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":"prefixOfParent","changeable":true,"lowerBound":1,"iD":false,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"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":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"commentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"container":false,"ordered":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":334,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","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"},{"id":341,"eClass":"EGenericType"},{"id":342,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"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":"usagesInContinueStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"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":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":353,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":354,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"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":"enhancedForStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":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":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstants","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":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":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"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":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":374,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updaters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"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":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"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":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":391,"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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":397,"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":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"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":"usagesInImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":403,"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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":404,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"name":"TIMES","id":412,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":413,"value":2,"literal":"/","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":414,"value":3,"literal":"%","eClass":"EEnumLiteral"},{"name":"PLUS","id":415,"value":4,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":416,"value":5,"literal":"-","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT","id":417,"value":6,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED","id":418,"value":7,"literal":">>","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED","id":419,"value":8,"literal":">>>","eClass":"EEnumLiteral"},{"name":"LESS","id":420,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"GREATER","id":421,"value":10,"literal":">","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":422,"value":11,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":423,"value":12,"literal":">=","eClass":"EEnumLiteral"},{"name":"EQUALS","id":424,"value":13,"literal":"==","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":425,"value":14,"literal":"!=","eClass":"EEnumLiteral"},{"name":"XOR","id":426,"value":15,"literal":"^","eClass":"EEnumLiteral"},{"name":"AND","id":427,"value":16,"literal":"&","eClass":"EEnumLiteral"},{"name":"OR","id":428,"value":17,"literal":"|","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":429,"value":18,"literal":"&&","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":430,"value":19,"literal":"||","eClass":"EEnumLiteral"},{"name":"none","id":431,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"abstract","id":432,"value":2,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"final","id":433,"value":3,"literal":"final","eClass":"EEnumLiteral"},{"container":false,"ordered":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":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"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":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":437,"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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"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":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"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":"mainAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"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":"entryAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"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":"key","changeable":true,"lowerBound":1,"iD":false,"id":457,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":458,"derived":false},{"id":459,"eClass":"EGenericType"},{"id":460,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":461,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"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":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":465,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"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":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":470,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"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":"redefinedMethodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"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":"redefinitions","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":false,"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":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":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":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":489,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":490,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":496,"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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"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":"orphanTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"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":"unresolvedItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"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":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"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":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"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":"archives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":511,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"inheritance","changeable":true,"lowerBound":1,"iD":false,"id":512,"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":"static","changeable":true,"lowerBound":1,"iD":false,"id":513,"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":"transient","changeable":true,"lowerBound":1,"iD":false,"id":514,"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":"volatile","changeable":true,"lowerBound":1,"iD":false,"id":515,"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":"native","changeable":true,"lowerBound":1,"iD":false,"id":516,"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":"strictfp","changeable":true,"lowerBound":1,"iD":false,"id":517,"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":"synchronized","changeable":true,"lowerBound":1,"iD":false,"id":518,"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":"singleVariableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"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":"variableDeclarationStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"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":"variableDeclarationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"id":536,"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":537,"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":538,"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":"proxy","changeable":true,"lowerBound":1,"iD":false,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"tokenValue","changeable":true,"lowerBound":1,"iD":false,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"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":"ownedPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"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":"usagesInPackageAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":558,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"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":563,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"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":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":571,"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"name":"INCREMENT","id":576,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":577,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":578,"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":579,"derived":false},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"name":"INCREMENT","id":583,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":584,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"PLUS","id":585,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":586,"value":4,"literal":"-","eClass":"EEnumLiteral"},{"name":"COMPLEMENT","id":587,"value":5,"literal":"~","eClass":"EEnumLiteral"},{"name":"NOT","id":588,"value":6,"literal":"!","eClass":"EEnumLiteral"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":602,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"id":605,"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":"usageInVariableAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"id":607,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":608,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":609,"derived":false},{"container":false,"ordered":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":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"id":622,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"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":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":627,"derived":false},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"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":"default","changeable":true,"lowerBound":1,"iD":false,"id":632,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":633,"derived":false},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"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":637,"derived":false},{"container":false,"ordered":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":638,"derived":false},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"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":642,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"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":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":647,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"derived":false},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"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":"text","changeable":true,"lowerBound":1,"iD":false,"id":652,"derived":false},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"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":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"id":658,"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":659,"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":"finally","changeable":true,"resolveProxies":true,"lowerBound":0,"id":660,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":661,"derived":false},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"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":"usagesInTypeAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":666,"derived":false},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":669,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":670,"derived":false},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"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":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":689,"derived":false},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"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":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":716,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"derived":false},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"container":false,"ordered":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":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"id":728,"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":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":729,"derived":false},{"container":false,"ordered":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":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"name":"none","id":736,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"public","id":737,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":738,"value":3,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":739,"value":4,"literal":"protected","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":740,"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":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":741,"derived":false},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"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":745,"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":746,"derived":false},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"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":1,"target":0},{"source":1,"target":21},{"source":1,"target":133},{"source":1,"target":134},{"source":1,"target":135},{"source":1,"target":136},{"source":1,"target":137},{"source":1,"target":138},{"source":1,"target":139},{"source":133,"target":24},{"source":133,"target":140},{"source":133,"target":1},{"source":140,"target":24},{"source":134,"target":93},{"source":134,"target":141},{"source":134,"target":1},{"source":134,"target":142},{"source":141,"target":93},{"source":135,"target":108},{"source":135,"target":143},{"source":135,"target":1},{"source":143,"target":108},{"source":136,"target":112},{"source":136,"target":144},{"source":136,"target":1},{"source":144,"target":112},{"source":137,"target":65},{"source":137,"target":145},{"source":137,"target":1},{"source":137,"target":146},{"source":145,"target":65},{"source":138,"target":2},{"source":138,"target":147},{"source":138,"target":1},{"source":138,"target":148},{"source":147,"target":2},{"source":139,"target":21},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":148},{"source":2,"target":149},{"source":2,"target":150},{"source":2,"target":151},{"source":148,"target":1},{"source":148,"target":152},{"source":148,"target":2},{"source":148,"target":138},{"source":152,"target":1},{"source":149,"target":43},{"source":149,"target":153},{"source":149,"target":2},{"source":153,"target":43},{"source":150,"target":108},{"source":150,"target":154},{"source":150,"target":2},{"source":154,"target":108},{"source":151,"target":9},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":107},{"source":3,"target":155},{"source":3,"target":156},{"source":3,"target":157},{"source":3,"target":158},{"source":3,"target":159},{"source":3,"target":160},{"source":3,"target":161},{"source":155,"target":21},{"source":155,"target":162},{"source":155,"target":3},{"source":155,"target":163},{"source":162,"target":21},{"source":156,"target":35},{"source":156,"target":164},{"source":156,"target":3},{"source":164,"target":35},{"source":157,"target":35},{"source":157,"target":165},{"source":157,"target":3},{"source":165,"target":35},{"source":158,"target":73},{"source":158,"target":166},{"source":158,"target":3},{"source":158,"target":167},{"source":166,"target":73},{"source":159,"target":108},{"source":159,"target":168},{"source":159,"target":3},{"source":168,"target":108},{"source":160,"target":21},{"source":161,"target":107},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":169},{"source":4,"target":170},{"source":169,"target":108},{"source":169,"target":171},{"source":169,"target":4},{"source":171,"target":108},{"source":170,"target":43},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":172,"target":108},{"source":172,"target":175},{"source":172,"target":5},{"source":175,"target":108},{"source":173,"target":128},{"source":173,"target":176},{"source":173,"target":5},{"source":173,"target":177},{"source":176,"target":128},{"source":174,"target":9},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":178},{"source":6,"target":179},{"source":6,"target":180},{"source":178,"target":108},{"source":178,"target":181},{"source":178,"target":6},{"source":181,"target":108},{"source":179,"target":10},{"source":179,"target":182},{"source":179,"target":6},{"source":182,"target":10},{"source":180,"target":43},{"source":7,"target":0},{"source":7,"target":69},{"source":7,"target":183},{"source":7,"target":184},{"source":7,"target":185},{"source":7,"target":186},{"source":183,"target":187},{"source":183,"target":7},{"source":184,"target":29},{"source":184,"target":188},{"source":184,"target":7},{"source":188,"target":29},{"source":185,"target":59},{"source":185,"target":189},{"source":185,"target":7},{"source":189,"target":59},{"source":186,"target":69},{"source":8,"target":0},{"source":8,"target":94},{"source":8,"target":190},{"source":8,"target":191},{"source":8,"target":192},{"source":190,"target":43},{"source":190,"target":193},{"source":190,"target":8},{"source":193,"target":43},{"source":191,"target":43},{"source":191,"target":194},{"source":191,"target":8},{"source":194,"target":43},{"source":192,"target":94},{"source":9,"target":0},{"source":9,"target":195},{"source":9,"target":196},{"source":9,"target":197},{"source":195,"target":35},{"source":195,"target":198},{"source":195,"target":9},{"source":198,"target":35},{"source":196,"target":36},{"source":196,"target":199},{"source":196,"target":9},{"source":199,"target":36},{"source":197,"target":29},{"source":197,"target":200},{"source":197,"target":9},{"source":200,"target":29},{"source":10,"target":0},{"source":10,"target":69},{"source":10,"target":201},{"source":10,"target":202},{"source":10,"target":203},{"source":201,"target":12},{"source":201,"target":204},{"source":201,"target":10},{"source":201,"target":205},{"source":204,"target":12},{"source":202,"target":43},{"source":202,"target":206},{"source":202,"target":10},{"source":206,"target":43},{"source":203,"target":69},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":207},{"source":207,"target":3},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":208},{"source":12,"target":209},{"source":12,"target":205},{"source":12,"target":210},{"source":208,"target":43},{"source":208,"target":211},{"source":208,"target":12},{"source":211,"target":43},{"source":209,"target":108},{"source":209,"target":212},{"source":209,"target":12},{"source":212,"target":108},{"source":205,"target":10},{"source":205,"target":213},{"source":205,"target":12},{"source":205,"target":201},{"source":213,"target":10},{"source":210,"target":21},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":214},{"source":13,"target":215},{"source":13,"target":216},{"source":214,"target":21},{"source":214,"target":217},{"source":214,"target":13},{"source":214,"target":218},{"source":217,"target":21},{"source":215,"target":30},{"source":215,"target":219},{"source":215,"target":13},{"source":215,"target":220},{"source":219,"target":30},{"source":216,"target":9},{"source":14,"target":0},{"source":14,"target":43},{"source":14,"target":221},{"source":14,"target":222},{"source":14,"target":223},{"source":221,"target":43},{"source":221,"target":224},{"source":221,"target":14},{"source":224,"target":43},{"source":222,"target":43},{"source":222,"target":225},{"source":222,"target":14},{"source":225,"target":43},{"source":223,"target":43},{"source":15,"target":0},{"source":15,"target":43},{"source":15,"target":226},{"source":15,"target":227},{"source":15,"target":228},{"source":15,"target":229},{"source":226,"target":43},{"source":226,"target":230},{"source":226,"target":15},{"source":230,"target":43},{"source":227,"target":16},{"source":227,"target":231},{"source":227,"target":15},{"source":231,"target":16},{"source":228,"target":108},{"source":228,"target":232},{"source":228,"target":15},{"source":232,"target":108},{"source":229,"target":43},{"source":16,"target":0},{"source":16,"target":43},{"source":16,"target":233},{"source":16,"target":234},{"source":233,"target":43},{"source":233,"target":235},{"source":233,"target":16},{"source":235,"target":43},{"source":234,"target":43},{"source":17,"target":0},{"source":17,"target":43},{"source":17,"target":236},{"source":17,"target":237},{"source":236,"target":43},{"source":236,"target":238},{"source":236,"target":17},{"source":238,"target":43},{"source":237,"target":43},{"source":18,"target":0},{"source":18,"target":107},{"source":18,"target":239},{"source":18,"target":240},{"source":18,"target":241},{"source":239,"target":242},{"source":239,"target":18},{"source":240,"target":108},{"source":240,"target":243},{"source":240,"target":18},{"source":243,"target":108},{"source":241,"target":107},{"source":19,"target":0},{"source":19,"target":43},{"source":19,"target":244},{"source":19,"target":245},{"source":19,"target":246},{"source":19,"target":247},{"source":244,"target":43},{"source":244,"target":248},{"source":244,"target":19},{"source":248,"target":43},{"source":245,"target":20},{"source":245,"target":249},{"source":245,"target":19},{"source":249,"target":20},{"source":246,"target":43},{"source":246,"target":250},{"source":246,"target":19},{"source":250,"target":43},{"source":247,"target":43},{"source":20,"target":0},{"source":20,"target":251},{"source":20,"target":252},{"source":20,"target":253},{"source":20,"target":254},{"source":20,"target":255},{"source":20,"target":256},{"source":20,"target":257},{"source":20,"target":258},{"source":20,"target":259},{"source":20,"target":260},{"source":20,"target":261},{"source":20,"target":262},{"source":251,"target":20},{"source":252,"target":20},{"source":253,"target":20},{"source":254,"target":20},{"source":255,"target":20},{"source":256,"target":20},{"source":257,"target":20},{"source":258,"target":20},{"source":259,"target":20},{"source":260,"target":20},{"source":261,"target":20},{"source":262,"target":20},{"source":21,"target":0},{"source":21,"target":69},{"source":21,"target":163},{"source":21,"target":263},{"source":21,"target":218},{"source":21,"target":264},{"source":21,"target":265},{"source":163,"target":3},{"source":163,"target":266},{"source":163,"target":21},{"source":163,"target":155},{"source":266,"target":3},{"source":263,"target":6},{"source":263,"target":267},{"source":263,"target":21},{"source":267,"target":6},{"source":218,"target":13},{"source":218,"target":268},{"source":218,"target":21},{"source":218,"target":214},{"source":268,"target":13},{"source":264,"target":68},{"source":264,"target":269},{"source":264,"target":21},{"source":264,"target":270},{"source":269,"target":68},{"source":265,"target":69},{"source":22,"target":0},{"source":22,"target":43},{"source":22,"target":271},{"source":22,"target":272},{"source":271,"target":273},{"source":271,"target":22},{"source":272,"target":43},{"source":23,"target":0},{"source":23,"target":35},{"source":23,"target":274},{"source":274,"target":35},{"source":24,"target":0},{"source":24,"target":94},{"source":24,"target":275},{"source":24,"target":276},{"source":275,"target":94},{"source":275,"target":277},{"source":275,"target":24},{"source":277,"target":94},{"source":276,"target":94},{"source":25,"target":0},{"source":25,"target":94},{"source":25,"target":278},{"source":25,"target":279},{"source":278,"target":57},{"source":278,"target":280},{"source":278,"target":25},{"source":278,"target":281},{"source":280,"target":57},{"source":279,"target":94},{"source":26,"target":0},{"source":26,"target":43},{"source":26,"target":282},{"source":26,"target":283},{"source":26,"target":284},{"source":282,"target":43},{"source":282,"target":285},{"source":282,"target":26},{"source":285,"target":43},{"source":283,"target":108},{"source":283,"target":286},{"source":283,"target":26},{"source":286,"target":108},{"source":284,"target":43},{"source":27,"target":0},{"source":27,"target":94},{"source":27,"target":287},{"source":27,"target":288},{"source":27,"target":289},{"source":287,"target":93},{"source":287,"target":290},{"source":287,"target":27},{"source":287,"target":291},{"source":290,"target":93},{"source":288,"target":24},{"source":288,"target":292},{"source":288,"target":27},{"source":292,"target":24},{"source":289,"target":94},{"source":28,"target":0},{"source":28,"target":43},{"source":28,"target":293},{"source":28,"target":294},{"source":293,"target":295},{"source":293,"target":28},{"source":294,"target":43},{"source":29,"target":0},{"source":29,"target":69},{"source":29,"target":296},{"source":29,"target":297},{"source":29,"target":298},{"source":29,"target":299},{"source":29,"target":300},{"source":296,"target":301},{"source":296,"target":29},{"source":297,"target":3},{"source":297,"target":302},{"source":297,"target":29},{"source":302,"target":3},{"source":298,"target":36},{"source":298,"target":303},{"source":298,"target":29},{"source":303,"target":36},{"source":299,"target":73},{"source":299,"target":304},{"source":299,"target":29},{"source":304,"target":73},{"source":300,"target":69},{"source":30,"target":0},{"source":30,"target":43},{"source":30,"target":2},{"source":30,"target":220},{"source":30,"target":305},{"source":30,"target":306},{"source":30,"target":307},{"source":30,"target":308},{"source":220,"target":13},{"source":220,"target":309},{"source":220,"target":30},{"source":220,"target":215},{"source":309,"target":13},{"source":305,"target":43},{"source":305,"target":310},{"source":305,"target":30},{"source":310,"target":43},{"source":306,"target":108},{"source":306,"target":311},{"source":306,"target":30},{"source":311,"target":108},{"source":307,"target":43},{"source":308,"target":2},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":312},{"source":312,"target":1},{"source":32,"target":0},{"source":32,"target":43},{"source":32,"target":313},{"source":32,"target":314},{"source":32,"target":315},{"source":32,"target":316},{"source":313,"target":43},{"source":313,"target":317},{"source":313,"target":32},{"source":317,"target":43},{"source":314,"target":43},{"source":314,"target":318},{"source":314,"target":32},{"source":318,"target":43},{"source":315,"target":43},{"source":315,"target":319},{"source":315,"target":32},{"source":319,"target":43},{"source":316,"target":43},{"source":33,"target":0},{"source":33,"target":94},{"source":33,"target":2},{"source":33,"target":320},{"source":33,"target":321},{"source":320,"target":94},{"source":321,"target":2},{"source":34,"target":0},{"source":34,"target":109},{"source":34,"target":322},{"source":34,"target":323},{"source":322,"target":108},{"source":322,"target":324},{"source":322,"target":34},{"source":324,"target":108},{"source":323,"target":109},{"source":35,"target":0},{"source":35,"target":9},{"source":35,"target":325},{"source":35,"target":326},{"source":35,"target":327},{"source":35,"target":328},{"source":325,"target":329},{"source":325,"target":35},{"source":326,"target":330},{"source":326,"target":35},{"source":327,"target":331},{"source":327,"target":35},{"source":328,"target":9},{"source":36,"target":0},{"source":36,"target":69},{"source":36,"target":332},{"source":36,"target":333},{"source":36,"target":334},{"source":36,"target":335},{"source":36,"target":336},{"source":36,"target":337},{"source":332,"target":338},{"source":332,"target":36},{"source":333,"target":35},{"source":333,"target":339},{"source":333,"target":36},{"source":339,"target":35},{"source":334,"target":49},{"source":334,"target":340},{"source":334,"target":36},{"source":340,"target":49},{"source":335,"target":73},{"source":335,"target":341},{"source":335,"target":36},{"source":341,"target":73},{"source":336,"target":3},{"source":336,"target":342},{"source":336,"target":36},{"source":342,"target":3},{"source":337,"target":69},{"source":37,"target":0},{"source":37,"target":94},{"source":37,"target":343},{"source":37,"target":344},{"source":343,"target":57},{"source":343,"target":345},{"source":343,"target":37},{"source":343,"target":346},{"source":345,"target":57},{"source":344,"target":94},{"source":38,"target":0},{"source":38,"target":94},{"source":38,"target":347},{"source":38,"target":348},{"source":38,"target":349},{"source":347,"target":43},{"source":347,"target":350},{"source":347,"target":38},{"source":350,"target":43},{"source":348,"target":94},{"source":348,"target":351},{"source":348,"target":38},{"source":351,"target":94},{"source":349,"target":94},{"source":39,"target":0},{"source":39,"target":94},{"source":39,"target":352},{"source":352,"target":94},{"source":40,"target":0},{"source":40,"target":94},{"source":40,"target":353},{"source":40,"target":354},{"source":40,"target":355},{"source":40,"target":356},{"source":353,"target":94},{"source":353,"target":357},{"source":353,"target":40},{"source":357,"target":94},{"source":354,"target":43},{"source":354,"target":358},{"source":354,"target":40},{"source":358,"target":43},{"source":355,"target":93},{"source":355,"target":359},{"source":355,"target":40},{"source":355,"target":360},{"source":359,"target":93},{"source":356,"target":94},{"source":41,"target":0},{"source":41,"target":21},{"source":41,"target":126},{"source":41,"target":361},{"source":41,"target":362},{"source":41,"target":363},{"source":41,"target":364},{"source":361,"target":13},{"source":361,"target":365},{"source":361,"target":41},{"source":365,"target":13},{"source":362,"target":43},{"source":362,"target":366},{"source":362,"target":41},{"source":366,"target":43},{"source":363,"target":21},{"source":364,"target":126},{"source":42,"target":0},{"source":42,"target":3},{"source":42,"target":367},{"source":42,"target":368},{"source":367,"target":41},{"source":367,"target":369},{"source":367,"target":42},{"source":369,"target":41},{"source":368,"target":3},{"source":43,"target":0},{"source":43,"target":9},{"source":43,"target":370},{"source":370,"target":9},{"source":44,"target":0},{"source":44,"target":94},{"source":44,"target":371},{"source":44,"target":372},{"source":371,"target":43},{"source":371,"target":373},{"source":371,"target":44},{"source":373,"target":43},{"source":372,"target":94},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":374},{"source":45,"target":375},{"source":45,"target":376},{"source":374,"target":92},{"source":374,"target":377},{"source":374,"target":45},{"source":377,"target":92},{"source":375,"target":43},{"source":375,"target":378},{"source":375,"target":45},{"source":378,"target":43},{"source":376,"target":43},{"source":46,"target":0},{"source":46,"target":21},{"source":46,"target":5},{"source":46,"target":379},{"source":46,"target":380},{"source":379,"target":21},{"source":380,"target":5},{"source":47,"target":0},{"source":47,"target":94},{"source":47,"target":381},{"source":47,"target":382},{"source":47,"target":383},{"source":47,"target":384},{"source":47,"target":385},{"source":381,"target":43},{"source":381,"target":386},{"source":381,"target":47},{"source":386,"target":43},{"source":382,"target":43},{"source":382,"target":387},{"source":382,"target":47},{"source":387,"target":43},{"source":383,"target":43},{"source":383,"target":388},{"source":383,"target":47},{"source":388,"target":43},{"source":384,"target":94},{"source":384,"target":389},{"source":384,"target":47},{"source":389,"target":94},{"source":385,"target":94},{"source":48,"target":0},{"source":48,"target":94},{"source":48,"target":390},{"source":48,"target":391},{"source":48,"target":392},{"source":48,"target":393},{"source":390,"target":43},{"source":390,"target":394},{"source":390,"target":48},{"source":394,"target":43},{"source":391,"target":94},{"source":391,"target":395},{"source":391,"target":48},{"source":395,"target":94},{"source":392,"target":94},{"source":392,"target":396},{"source":392,"target":48},{"source":396,"target":94},{"source":393,"target":94},{"source":49,"target":0},{"source":49,"target":9},{"source":49,"target":397},{"source":49,"target":398},{"source":49,"target":399},{"source":397,"target":400},{"source":397,"target":49},{"source":398,"target":69},{"source":398,"target":401},{"source":398,"target":49},{"source":398,"target":402},{"source":401,"target":69},{"source":399,"target":9},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":403},{"source":50,"target":404},{"source":50,"target":405},{"source":50,"target":406},{"source":50,"target":407},{"source":403,"target":51},{"source":403,"target":408},{"source":403,"target":50},{"source":408,"target":51},{"source":404,"target":43},{"source":404,"target":409},{"source":404,"target":50},{"source":409,"target":43},{"source":405,"target":43},{"source":405,"target":410},{"source":405,"target":50},{"source":410,"target":43},{"source":406,"target":43},{"source":406,"target":411},{"source":406,"target":50},{"source":411,"target":43},{"source":407,"target":43},{"source":51,"target":0},{"source":51,"target":412},{"source":51,"target":413},{"source":51,"target":414},{"source":51,"target":415},{"source":51,"target":416},{"source":51,"target":417},{"source":51,"target":418},{"source":51,"target":419},{"source":51,"target":420},{"source":51,"target":421},{"source":51,"target":422},{"source":51,"target":423},{"source":51,"target":424},{"source":51,"target":425},{"source":51,"target":426},{"source":51,"target":427},{"source":51,"target":428},{"source":51,"target":429},{"source":51,"target":430},{"source":412,"target":51},{"source":413,"target":51},{"source":414,"target":51},{"source":415,"target":51},{"source":416,"target":51},{"source":417,"target":51},{"source":418,"target":51},{"source":419,"target":51},{"source":420,"target":51},{"source":421,"target":51},{"source":422,"target":51},{"source":423,"target":51},{"source":424,"target":51},{"source":425,"target":51},{"source":426,"target":51},{"source":427,"target":51},{"source":428,"target":51},{"source":429,"target":51},{"source":430,"target":51},{"source":52,"target":0},{"source":52,"target":431},{"source":52,"target":432},{"source":52,"target":433},{"source":431,"target":52},{"source":432,"target":52},{"source":433,"target":52},{"source":53,"target":0},{"source":53,"target":21},{"source":53,"target":434},{"source":53,"target":435},{"source":434,"target":24},{"source":434,"target":436},{"source":434,"target":53},{"source":436,"target":24},{"source":435,"target":21},{"source":54,"target":0},{"source":54,"target":43},{"source":54,"target":437},{"source":54,"target":438},{"source":54,"target":439},{"source":437,"target":108},{"source":437,"target":440},{"source":437,"target":54},{"source":440,"target":108},{"source":438,"target":43},{"source":438,"target":441},{"source":438,"target":54},{"source":441,"target":43},{"source":439,"target":43},{"source":55,"target":0},{"source":55,"target":109},{"source":55,"target":442},{"source":442,"target":109},{"source":56,"target":0},{"source":56,"target":35},{"source":56,"target":443},{"source":56,"target":444},{"source":443,"target":102},{"source":443,"target":445},{"source":443,"target":56},{"source":445,"target":102},{"source":444,"target":35},{"source":57,"target":0},{"source":57,"target":69},{"source":57,"target":94},{"source":57,"target":446},{"source":57,"target":281},{"source":57,"target":346},{"source":57,"target":447},{"source":57,"target":448},{"source":446,"target":94},{"source":446,"target":449},{"source":446,"target":57},{"source":449,"target":94},{"source":281,"target":25},{"source":281,"target":450},{"source":281,"target":57},{"source":281,"target":278},{"source":450,"target":25},{"source":346,"target":37},{"source":346,"target":451},{"source":346,"target":57},{"source":346,"target":343},{"source":451,"target":37},{"source":447,"target":69},{"source":448,"target":94},{"source":58,"target":0},{"source":58,"target":35},{"source":58,"target":452},{"source":452,"target":35},{"source":59,"target":0},{"source":59,"target":453},{"source":59,"target":454},{"source":453,"target":60},{"source":453,"target":455},{"source":453,"target":59},{"source":455,"target":60},{"source":454,"target":61},{"source":454,"target":456},{"source":454,"target":59},{"source":456,"target":61},{"source":60,"target":0},{"source":60,"target":457},{"source":60,"target":458},{"source":457,"target":459},{"source":457,"target":60},{"source":458,"target":460},{"source":458,"target":60},{"source":61,"target":0},{"source":61,"target":461},{"source":61,"target":462},{"source":461,"target":463},{"source":461,"target":61},{"source":462,"target":60},{"source":462,"target":464},{"source":462,"target":61},{"source":464,"target":60},{"source":62,"target":0},{"source":62,"target":9},{"source":62,"target":465},{"source":62,"target":466},{"source":62,"target":467},{"source":465,"target":69},{"source":465,"target":468},{"source":465,"target":62},{"source":468,"target":69},{"source":466,"target":108},{"source":466,"target":469},{"source":466,"target":62},{"source":469,"target":108},{"source":467,"target":9},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":470},{"source":63,"target":471},{"source":63,"target":472},{"source":63,"target":473},{"source":63,"target":474},{"source":470,"target":475},{"source":470,"target":63},{"source":471,"target":108},{"source":471,"target":476},{"source":471,"target":63},{"source":476,"target":108},{"source":472,"target":63},{"source":472,"target":477},{"source":472,"target":63},{"source":472,"target":473},{"source":477,"target":63},{"source":473,"target":63},{"source":473,"target":478},{"source":473,"target":63},{"source":473,"target":472},{"source":478,"target":63},{"source":474,"target":1},{"source":64,"target":0},{"source":64,"target":43},{"source":64,"target":2},{"source":64,"target":479},{"source":64,"target":480},{"source":64,"target":481},{"source":479,"target":43},{"source":479,"target":482},{"source":479,"target":64},{"source":482,"target":43},{"source":480,"target":43},{"source":481,"target":2},{"source":65,"target":0},{"source":65,"target":9},{"source":65,"target":146},{"source":65,"target":483},{"source":65,"target":484},{"source":65,"target":485},{"source":146,"target":1},{"source":146,"target":486},{"source":146,"target":65},{"source":146,"target":137},{"source":486,"target":1},{"source":483,"target":108},{"source":483,"target":487},{"source":483,"target":65},{"source":487,"target":108},{"source":484,"target":66},{"source":484,"target":488},{"source":484,"target":65},{"source":488,"target":66},{"source":485,"target":9},{"source":66,"target":0},{"source":66,"target":9},{"source":66,"target":489},{"source":66,"target":490},{"source":66,"target":491},{"source":66,"target":492},{"source":489,"target":493},{"source":489,"target":66},{"source":490,"target":494},{"source":490,"target":66},{"source":491,"target":108},{"source":491,"target":495},{"source":491,"target":66},{"source":495,"target":108},{"source":492,"target":9},{"source":67,"target":0},{"source":67,"target":496},{"source":67,"target":497},{"source":67,"target":498},{"source":67,"target":499},{"source":67,"target":500},{"source":67,"target":501},{"source":67,"target":502},{"source":496,"target":503},{"source":496,"target":67},{"source":497,"target":73},{"source":497,"target":504},{"source":497,"target":67},{"source":497,"target":505},{"source":504,"target":73},{"source":498,"target":107},{"source":498,"target":506},{"source":498,"target":67},{"source":506,"target":107},{"source":499,"target":113},{"source":499,"target":507},{"source":499,"target":67},{"source":507,"target":113},{"source":500,"target":36},{"source":500,"target":508},{"source":500,"target":67},{"source":508,"target":36},{"source":501,"target":29},{"source":501,"target":509},{"source":501,"target":67},{"source":509,"target":29},{"source":502,"target":7},{"source":502,"target":510},{"source":502,"target":67},{"source":510,"target":7},{"source":68,"target":0},{"source":68,"target":9},{"source":68,"target":511},{"source":68,"target":512},{"source":68,"target":513},{"source":68,"target":514},{"source":68,"target":515},{"source":68,"target":516},{"source":68,"target":517},{"source":68,"target":518},{"source":68,"target":270},{"source":68,"target":519},{"source":68,"target":520},{"source":68,"target":521},{"source":68,"target":522},{"source":511,"target":130},{"source":511,"target":523},{"source":511,"target":68},{"source":523,"target":130},{"source":512,"target":52},{"source":512,"target":524},{"source":512,"target":68},{"source":524,"target":52},{"source":513,"target":525},{"source":513,"target":68},{"source":514,"target":526},{"source":514,"target":68},{"source":515,"target":527},{"source":515,"target":68},{"source":516,"target":528},{"source":516,"target":68},{"source":517,"target":529},{"source":517,"target":68},{"source":518,"target":530},{"source":518,"target":68},{"source":270,"target":21},{"source":270,"target":531},{"source":270,"target":68},{"source":270,"target":264},{"source":531,"target":21},{"source":519,"target":93},{"source":519,"target":532},{"source":519,"target":68},{"source":519,"target":533},{"source":532,"target":93},{"source":520,"target":129},{"source":520,"target":534},{"source":520,"target":68},{"source":520,"target":535},{"source":534,"target":129},{"source":521,"target":127},{"source":521,"target":536},{"source":521,"target":68},{"source":521,"target":537},{"source":536,"target":127},{"source":522,"target":9},{"source":69,"target":0},{"source":69,"target":9},{"source":69,"target":538},{"source":69,"target":539},{"source":69,"target":402},{"source":69,"target":540},{"source":538,"target":541},{"source":538,"target":69},{"source":539,"target":542},{"source":539,"target":69},{"source":402,"target":49},{"source":402,"target":543},{"source":402,"target":69},{"source":402,"target":398},{"source":543,"target":49},{"source":540,"target":9},{"source":70,"target":0},{"source":70,"target":9},{"source":70,"target":544},{"source":544,"target":9},{"source":71,"target":0},{"source":71,"target":43},{"source":71,"target":545},{"source":71,"target":546},{"source":545,"target":547},{"source":545,"target":71},{"source":546,"target":43},{"source":72,"target":0},{"source":72,"target":43},{"source":72,"target":548},{"source":548,"target":43},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":167},{"source":73,"target":505},{"source":73,"target":549},{"source":73,"target":550},{"source":73,"target":551},{"source":73,"target":552},{"source":167,"target":3},{"source":167,"target":553},{"source":167,"target":73},{"source":167,"target":158},{"source":553,"target":3},{"source":505,"target":67},{"source":505,"target":554},{"source":505,"target":73},{"source":505,"target":497},{"source":554,"target":67},{"source":549,"target":73},{"source":549,"target":555},{"source":549,"target":73},{"source":549,"target":550},{"source":555,"target":73},{"source":550,"target":73},{"source":550,"target":556},{"source":550,"target":73},{"source":550,"target":549},{"source":556,"target":73},{"source":551,"target":74},{"source":551,"target":557},{"source":551,"target":73},{"source":551,"target":558},{"source":557,"target":74},{"source":552,"target":69},{"source":74,"target":0},{"source":74,"target":70},{"source":74,"target":558},{"source":74,"target":559},{"source":74,"target":560},{"source":558,"target":73},{"source":558,"target":561},{"source":558,"target":74},{"source":558,"target":551},{"source":561,"target":73},{"source":559,"target":74},{"source":559,"target":562},{"source":559,"target":74},{"source":562,"target":74},{"source":560,"target":70},{"source":75,"target":0},{"source":75,"target":107},{"source":75,"target":563},{"source":75,"target":564},{"source":75,"target":565},{"source":563,"target":108},{"source":563,"target":566},{"source":563,"target":75},{"source":566,"target":108},{"source":564,"target":108},{"source":564,"target":567},{"source":564,"target":75},{"source":567,"target":108},{"source":565,"target":107},{"source":76,"target":0},{"source":76,"target":43},{"source":76,"target":568},{"source":76,"target":569},{"source":568,"target":43},{"source":568,"target":570},{"source":568,"target":76},{"source":570,"target":43},{"source":569,"target":43},{"source":77,"target":0},{"source":77,"target":43},{"source":77,"target":571},{"source":77,"target":572},{"source":77,"target":573},{"source":571,"target":78},{"source":571,"target":574},{"source":571,"target":77},{"source":574,"target":78},{"source":572,"target":43},{"source":572,"target":575},{"source":572,"target":77},{"source":575,"target":43},{"source":573,"target":43},{"source":78,"target":0},{"source":78,"target":576},{"source":78,"target":577},{"source":576,"target":78},{"source":577,"target":78},{"source":79,"target":0},{"source":79,"target":43},{"source":79,"target":578},{"source":79,"target":579},{"source":79,"target":580},{"source":578,"target":80},{"source":578,"target":581},{"source":578,"target":79},{"source":581,"target":80},{"source":579,"target":43},{"source":579,"target":582},{"source":579,"target":79},{"source":582,"target":43},{"source":580,"target":43},{"source":80,"target":0},{"source":80,"target":583},{"source":80,"target":584},{"source":80,"target":585},{"source":80,"target":586},{"source":80,"target":587},{"source":80,"target":588},{"source":583,"target":80},{"source":584,"target":80},{"source":585,"target":80},{"source":586,"target":80},{"source":587,"target":80},{"source":588,"target":80},{"source":81,"target":0},{"source":81,"target":107},{"source":81,"target":589},{"source":589,"target":107},{"source":82,"target":0},{"source":82,"target":81},{"source":82,"target":590},{"source":590,"target":81},{"source":83,"target":0},{"source":83,"target":81},{"source":83,"target":591},{"source":591,"target":81},{"source":84,"target":0},{"source":84,"target":81},{"source":84,"target":592},{"source":592,"target":81},{"source":85,"target":0},{"source":85,"target":81},{"source":85,"target":593},{"source":593,"target":81},{"source":86,"target":0},{"source":86,"target":81},{"source":86,"target":594},{"source":594,"target":81},{"source":87,"target":0},{"source":87,"target":81},{"source":87,"target":595},{"source":595,"target":81},{"source":88,"target":0},{"source":88,"target":81},{"source":88,"target":596},{"source":596,"target":81},{"source":89,"target":0},{"source":89,"target":81},{"source":89,"target":597},{"source":597,"target":81},{"source":90,"target":0},{"source":90,"target":81},{"source":90,"target":598},{"source":598,"target":81},{"source":91,"target":0},{"source":91,"target":94},{"source":91,"target":599},{"source":91,"target":600},{"source":599,"target":43},{"source":599,"target":601},{"source":599,"target":91},{"source":601,"target":43},{"source":600,"target":94},{"source":92,"target":0},{"source":92,"target":43},{"source":92,"target":602},{"source":92,"target":603},{"source":92,"target":604},{"source":602,"target":126},{"source":602,"target":605},{"source":602,"target":92},{"source":602,"target":606},{"source":605,"target":126},{"source":603,"target":43},{"source":603,"target":607},{"source":603,"target":92},{"source":607,"target":43},{"source":604,"target":43},{"source":93,"target":0},{"source":93,"target":126},{"source":93,"target":533},{"source":93,"target":608},{"source":93,"target":609},{"source":93,"target":610},{"source":93,"target":142},{"source":93,"target":291},{"source":93,"target":360},{"source":93,"target":611},{"source":533,"target":68},{"source":533,"target":612},{"source":533,"target":93},{"source":533,"target":519},{"source":612,"target":68},{"source":608,"target":613},{"source":608,"target":93},{"source":609,"target":108},{"source":609,"target":614},{"source":609,"target":93},{"source":614,"target":108},{"source":610,"target":6},{"source":610,"target":615},{"source":610,"target":93},{"source":615,"target":6},{"source":142,"target":1},{"source":142,"target":616},{"source":142,"target":93},{"source":142,"target":134},{"source":616,"target":1},{"source":291,"target":27},{"source":291,"target":617},{"source":291,"target":93},{"source":291,"target":287},{"source":617,"target":27},{"source":360,"target":40},{"source":360,"target":618},{"source":360,"target":93},{"source":360,"target":355},{"source":618,"target":40},{"source":611,"target":126},{"source":94,"target":0},{"source":94,"target":9},{"source":94,"target":619},{"source":619,"target":9},{"source":95,"target":0},{"source":95,"target":43},{"source":95,"target":620},{"source":95,"target":621},{"source":620,"target":622},{"source":620,"target":95},{"source":621,"target":43},{"source":96,"target":0},{"source":96,"target":94},{"source":96,"target":2},{"source":96,"target":623},{"source":96,"target":624},{"source":96,"target":625},{"source":623,"target":43},{"source":623,"target":626},{"source":623,"target":96},{"source":626,"target":43},{"source":624,"target":94},{"source":625,"target":2},{"source":97,"target":0},{"source":97,"target":4},{"source":97,"target":627},{"source":97,"target":628},{"source":627,"target":92},{"source":627,"target":629},{"source":627,"target":97},{"source":629,"target":92},{"source":628,"target":4},{"source":98,"target":0},{"source":98,"target":4},{"source":98,"target":2},{"source":98,"target":630},{"source":98,"target":631},{"source":630,"target":4},{"source":631,"target":2},{"source":99,"target":0},{"source":99,"target":94},{"source":99,"target":632},{"source":99,"target":633},{"source":99,"target":634},{"source":632,"target":635},{"source":632,"target":99},{"source":633,"target":43},{"source":633,"target":636},{"source":633,"target":99},{"source":636,"target":43},{"source":634,"target":94},{"source":100,"target":0},{"source":100,"target":94},{"source":100,"target":637},{"source":100,"target":638},{"source":100,"target":639},{"source":637,"target":43},{"source":637,"target":640},{"source":637,"target":100},{"source":640,"target":43},{"source":638,"target":94},{"source":638,"target":641},{"source":638,"target":100},{"source":641,"target":94},{"source":639,"target":94},{"source":101,"target":0},{"source":101,"target":94},{"source":101,"target":642},{"source":101,"target":643},{"source":101,"target":644},{"source":642,"target":24},{"source":642,"target":645},{"source":642,"target":101},{"source":645,"target":24},{"source":643,"target":43},{"source":643,"target":646},{"source":643,"target":101},{"source":646,"target":43},{"source":644,"target":94},{"source":102,"target":0},{"source":102,"target":9},{"source":102,"target":647},{"source":102,"target":648},{"source":102,"target":649},{"source":647,"target":650},{"source":647,"target":102},{"source":648,"target":9},{"source":648,"target":651},{"source":648,"target":102},{"source":651,"target":9},{"source":649,"target":9},{"source":103,"target":0},{"source":103,"target":9},{"source":103,"target":652},{"source":103,"target":653},{"source":652,"target":654},{"source":652,"target":103},{"source":653,"target":9},{"source":104,"target":0},{"source":104,"target":4},{"source":104,"target":655},{"source":655,"target":4},{"source":105,"target":0},{"source":105,"target":94},{"source":105,"target":656},{"source":105,"target":657},{"source":656,"target":43},{"source":656,"target":658},{"source":656,"target":105},{"source":658,"target":43},{"source":657,"target":94},{"source":106,"target":0},{"source":106,"target":94},{"source":106,"target":659},{"source":106,"target":660},{"source":106,"target":661},{"source":106,"target":662},{"source":659,"target":24},{"source":659,"target":663},{"source":659,"target":106},{"source":663,"target":24},{"source":660,"target":24},{"source":660,"target":664},{"source":660,"target":106},{"source":664,"target":24},{"source":661,"target":27},{"source":661,"target":665},{"source":661,"target":106},{"source":665,"target":27},{"source":662,"target":94},{"source":107,"target":0},{"source":107,"target":69},{"source":107,"target":666},{"source":107,"target":667},{"source":666,"target":108},{"source":666,"target":668},{"source":666,"target":107},{"source":666,"target":669},{"source":668,"target":108},{"source":667,"target":69},{"source":108,"target":0},{"source":108,"target":43},{"source":108,"target":70},{"source":108,"target":669},{"source":108,"target":670},{"source":108,"target":671},{"source":108,"target":672},{"source":669,"target":107},{"source":669,"target":673},{"source":669,"target":108},{"source":669,"target":666},{"source":673,"target":107},{"source":670,"target":70},{"source":670,"target":674},{"source":670,"target":108},{"source":674,"target":70},{"source":671,"target":43},{"source":672,"target":70},{"source":109,"target":0},{"source":109,"target":3},{"source":109,"target":675},{"source":109,"target":676},{"source":675,"target":112},{"source":675,"target":677},{"source":675,"target":109},{"source":677,"target":112},{"source":676,"target":3},{"source":110,"target":0},{"source":110,"target":94},{"source":110,"target":678},{"source":110,"target":679},{"source":678,"target":3},{"source":678,"target":680},{"source":678,"target":110},{"source":680,"target":3},{"source":679,"target":94},{"source":111,"target":0},{"source":111,"target":43},{"source":111,"target":681},{"source":111,"target":682},{"source":681,"target":108},{"source":681,"target":683},{"source":681,"target":111},{"source":683,"target":108},{"source":682,"target":43},{"source":112,"target":0},{"source":112,"target":107},{"source":112,"target":684},{"source":112,"target":685},{"source":684,"target":108},{"source":684,"target":686},{"source":684,"target":112},{"source":686,"target":108},{"source":685,"target":107},{"source":113,"target":0},{"source":113,"target":69},{"source":113,"target":687},{"source":687,"target":69},{"source":114,"target":0},{"source":114,"target":43},{"source":114,"target":70},{"source":114,"target":688},{"source":114,"target":689},{"source":114,"target":690},{"source":114,"target":691},{"source":688,"target":113},{"source":688,"target":692},{"source":688,"target":114},{"source":692,"target":113},{"source":689,"target":9},{"source":689,"target":693},{"source":689,"target":114},{"source":693,"target":9},{"source":690,"target":43},{"source":691,"target":70},{"source":115,"target":0},{"source":115,"target":11},{"source":115,"target":113},{"source":115,"target":694},{"source":115,"target":695},{"source":694,"target":11},{"source":695,"target":113},{"source":116,"target":0},{"source":116,"target":12},{"source":116,"target":113},{"source":116,"target":696},{"source":116,"target":697},{"source":696,"target":12},{"source":697,"target":113},{"source":117,"target":0},{"source":117,"target":34},{"source":117,"target":113},{"source":117,"target":698},{"source":117,"target":699},{"source":698,"target":34},{"source":699,"target":113},{"source":118,"target":0},{"source":118,"target":42},{"source":118,"target":113},{"source":118,"target":700},{"source":118,"target":701},{"source":700,"target":42},{"source":701,"target":113},{"source":119,"target":0},{"source":119,"target":55},{"source":119,"target":113},{"source":119,"target":702},{"source":119,"target":703},{"source":702,"target":55},{"source":703,"target":113},{"source":120,"target":0},{"source":120,"target":57},{"source":120,"target":113},{"source":120,"target":704},{"source":120,"target":705},{"source":704,"target":57},{"source":705,"target":113},{"source":121,"target":0},{"source":121,"target":63},{"source":121,"target":113},{"source":121,"target":706},{"source":121,"target":707},{"source":706,"target":63},{"source":707,"target":113},{"source":122,"target":0},{"source":122,"target":93},{"source":122,"target":113},{"source":122,"target":708},{"source":122,"target":709},{"source":708,"target":93},{"source":709,"target":113},{"source":123,"target":0},{"source":123,"target":107},{"source":123,"target":113},{"source":123,"target":710},{"source":123,"target":711},{"source":710,"target":107},{"source":711,"target":113},{"source":124,"target":0},{"source":124,"target":3},{"source":124,"target":113},{"source":124,"target":712},{"source":124,"target":713},{"source":712,"target":3},{"source":713,"target":113},{"source":125,"target":0},{"source":125,"target":128},{"source":125,"target":113},{"source":125,"target":714},{"source":125,"target":715},{"source":714,"target":128},{"source":715,"target":113},{"source":126,"target":0},{"source":126,"target":69},{"source":126,"target":716},{"source":126,"target":717},{"source":126,"target":606},{"source":126,"target":718},{"source":716,"target":719},{"source":716,"target":126},{"source":717,"target":43},{"source":717,"target":720},{"source":717,"target":126},{"source":720,"target":43},{"source":606,"target":92},{"source":606,"target":721},{"source":606,"target":126},{"source":606,"target":602},{"source":721,"target":92},{"source":718,"target":69},{"source":127,"target":0},{"source":127,"target":43},{"source":127,"target":5},{"source":127,"target":537},{"source":127,"target":722},{"source":127,"target":723},{"source":127,"target":724},{"source":537,"target":68},{"source":537,"target":725},{"source":537,"target":127},{"source":537,"target":521},{"source":725,"target":68},{"source":722,"target":6},{"source":722,"target":726},{"source":722,"target":127},{"source":726,"target":6},{"source":723,"target":43},{"source":724,"target":5},{"source":128,"target":0},{"source":128,"target":126},{"source":128,"target":177},{"source":128,"target":727},{"source":177,"target":5},{"source":177,"target":728},{"source":177,"target":128},{"source":177,"target":173},{"source":728,"target":5},{"source":727,"target":126},{"source":129,"target":0},{"source":129,"target":94},{"source":129,"target":5},{"source":129,"target":729},{"source":129,"target":535},{"source":129,"target":730},{"source":129,"target":731},{"source":129,"target":732},{"source":729,"target":733},{"source":729,"target":129},{"source":535,"target":68},{"source":535,"target":734},{"source":535,"target":129},{"source":535,"target":520},{"source":734,"target":68},{"source":730,"target":6},{"source":730,"target":735},{"source":730,"target":129},{"source":735,"target":6},{"source":731,"target":94},{"source":732,"target":5},{"source":130,"target":0},{"source":130,"target":736},{"source":130,"target":737},{"source":130,"target":738},{"source":130,"target":739},{"source":736,"target":130},{"source":737,"target":130},{"source":738,"target":130},{"source":739,"target":130},{"source":131,"target":0},{"source":131,"target":107},{"source":131,"target":740},{"source":131,"target":741},{"source":131,"target":742},{"source":740,"target":743},{"source":740,"target":131},{"source":741,"target":108},{"source":741,"target":744},{"source":741,"target":131},{"source":744,"target":108},{"source":742,"target":107},{"source":132,"target":0},{"source":132,"target":94},{"source":132,"target":745},{"source":132,"target":746},{"source":132,"target":747},{"source":745,"target":43},{"source":745,"target":748},{"source":745,"target":132},{"source":748,"target":43},{"source":746,"target":94},{"source":746,"target":749},{"source":746,"target":132},{"source":749,"target":94},{"source":747,"target":94}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/arthurgca/Pascal-Compiler/org.xtext.compiladores.pascal/model/generated/Pascal.ecore
pascal pascal program program heading block program_heading_block name identifiers identifier_list names block label constant type variable abstraction statement statement_part sequence statement_sequence statements statement label simple structured label number simple_statement assignment function goto function_noargs assignment_statement variable expression variable name variable var_ expressions array accessor name variable pointer expression_list expressions expression expressions operators simple_expression prefixOperator terms operators term factors operators factor variable number string set nil boolean function expression not number number any_number integer real set brackets expressions function_designator name expressions structured_statement compound repetitive conditional withStmt compound_statement sequence repetitive_statement whileStmt repeatStmt forStmt while_statement expression statement repeat_statement sequence expression for_statement assignment expression statement conditional_statement ifStmt caseStmt if_statement expression ifStatement elseStatement case_statement expression cases case_limb cases statement case_label_list constants constant opterator name number string boolLiteral nil with_statement variables statement goto_statement label label_declaration_part labels constant_definition_part consts constant_definition name const type_definition_part types type_definition name type type simple structured pointer simple_type subrange enumerated name subrange_type initialConst finalConst subrange const enumerated_type identifiers structured_type packed type unpacked_structured_type array dynamic record set file array_type indexes type dynamic_array_type type index_type type record_type recordKeyword fields endKeyword field_list fixed variants fixed_part sections variable_identifier_list names variable_section identifiers type record_section identifiers type variant_part tag name variants tag_field name variant labels fields set_type type file_type type pointer_type type variable_declaration_part sections procedure_and_function_declaration_part procedures functions abstraction_declaration heading block forward abstraction_heading name parameters returnType formal_parameter_list parameters formal_parameter_section value variable procedure function value_parameter_section identifiers type parameter_type array name conformant_array_schema packed unpacked packed_conformant_array_schema bound name bound_specification initial final name unpacked_conformant_array_schema bounds type variable_parameter_section identifiers type
<?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="pascal" nsURI="http://www.xtext.org/Pascal" nsPrefix="pascal"> <eClassifiers xsi:type="ecore:EClass" name="pascal"> <eStructuralFeatures xsi:type="ecore:EReference" name="program" upperBound="-1" eType="#//program" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="program"> <eStructuralFeatures xsi:type="ecore:EReference" name="heading" eType="#//program_heading_block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="program_heading_block"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiers" eType="#//identifier_list" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="identifier_list"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="names" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="block"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//label_declaration_part" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//constant_definition_part" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//type_definition_part" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//variable_declaration_part" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstraction" eType="#//procedure_and_function_declaration_part" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//statement_part" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="statement_part"> <eStructuralFeatures xsi:type="ecore:EReference" name="sequence" eType="#//statement_sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="statement_sequence"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//label" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simple" eType="#//simple_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structured" eType="#//structured_statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="label"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="simple_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" eType="#//assignment_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//function_designator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="goto" eType="#//goto_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function_noargs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="assignment_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//var_" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="var_"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" eType="#//expression_list" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="array" eType="#//var_" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" 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="variable" eType="#//var_" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//var_" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="expression_list"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//simple_expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operators" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="simple_expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOperator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="terms" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operators" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="term"> <eStructuralFeatures xsi:type="ecore:EReference" name="factors" upperBound="-1" eType="#//factor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operators" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="factor"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="number" eType="#//number" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="string" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//set" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boolean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//function_designator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="not" eType="#//factor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="number"> <eStructuralFeatures xsi:type="ecore:EReference" name="number" eType="#//any_number" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="any_number"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="real" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="set"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="brackets" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" eType="#//expression_list" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="function_designator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" eType="#//expression_list" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="structured_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="compound" eType="#//compound_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repetitive" eType="#//repetitive_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditional" eType="#//conditional_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="withStmt" eType="#//with_statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="compound_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sequence" eType="#//statement_sequence" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="repetitive_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="whileStmt" eType="#//while_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repeatStmt" eType="#//repeat_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forStmt" eType="#//for_statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="while_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="repeat_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="sequence" eType="#//statement_sequence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="for_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" eType="#//assignment_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="conditional_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ifStmt" eType="#//if_statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="caseStmt" eType="#//case_statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="if_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifStatement" eType="#//statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="case_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//case_limb" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="case_limb"> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" eType="#//case_label_list" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="case_label_list"> <eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1" eType="#//constant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="constant"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opterator" 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="number" eType="#//number" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="string" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boolLiteral" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="with_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="goto_statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//label" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="label_declaration_part"> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1" eType="#//label" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="constant_definition_part"> <eStructuralFeatures xsi:type="ecore:EReference" name="consts" upperBound="-1" eType="#//constant_definition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="constant_definition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="const" eType="#//constant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="type_definition_part"> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//type_definition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="type_definition"> <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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="type"> <eStructuralFeatures xsi:type="ecore:EReference" name="simple" eType="#//simple_type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="structured" eType="#//structured_type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pointer" eType="#//pointer_type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="simple_type"> <eStructuralFeatures xsi:type="ecore:EReference" name="subrange" eType="#//subrange_type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerated" eType="#//enumerated_type" 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="subrange_type"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialConst" eType="#//constant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalConst" eType="#//constant" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subrange" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="const" eType="#//constant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="enumerated_type"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiers" eType="#//identifier_list" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="structured_type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//unpacked_structured_type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="unpacked_structured_type"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" eType="#//array_type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dynamic" eType="#//dynamic_array_type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="record" eType="#//record_type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//set_type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//file_type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="array_type"> <eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1" eType="#//index_type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="dynamic_array_type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="index_type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//simple_type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="record_type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="recordKeyword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" eType="#//field_list" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endKeyword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="field_list"> <eStructuralFeatures xsi:type="ecore:EReference" name="fixed" eType="#//fixed_part" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variants" upperBound="-1" eType="#//variant_part" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="fixed_part"> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//record_section" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="variable_identifier_list"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="names" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="variable_section"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiers" eType="#//variable_identifier_list" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="record_section"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiers" eType="#//identifier_list" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="variant_part"> <eStructuralFeatures xsi:type="ecore:EReference" name="tag" eType="#//tag_field" 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="variants" upperBound="-1" eType="#//variant" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="tag_field"> <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="variant"> <eStructuralFeatures xsi:type="ecore:EReference" name="labels" eType="#//case_label_list" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" eType="#//field_list" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="set_type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="file_type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="pointer_type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="variable_declaration_part"> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//variable_section" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="procedure_and_function_declaration_part"> <eStructuralFeatures xsi:type="ecore:EReference" name="procedures" upperBound="-1" eType="#//abstraction_heading" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//abstraction_declaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="abstraction_declaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="heading" eType="#//abstraction_heading" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forward" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="abstraction_heading" eSuperTypes="#//abstraction_declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" eType="#//formal_parameter_list" containment="true"/> <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="formal_parameter_list"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//formal_parameter_section" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="formal_parameter_section"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//value_parameter_section" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//variable_parameter_section" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedure" eType="#//abstraction_heading" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//abstraction_heading" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="value_parameter_section"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiers" eType="#//identifier_list" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//parameter_type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="parameter_type"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" eType="#//conformant_array_schema" 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="conformant_array_schema"> <eStructuralFeatures xsi:type="ecore:EReference" name="packed" eType="#//packed_conformant_array_schema" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unpacked" eType="#//unpacked_conformant_array_schema" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="packed_conformant_array_schema"> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" eType="#//bound_specification" 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="bound_specification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" 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="unpacked_conformant_array_schema"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1" eType="#//bound_specification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//parameter_type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="variable_parameter_section"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiers" eType="#//identifier_list" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//parameter_type" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"pascal","nsURI":"http://www.xtext.org/Pascal","name":"pascal","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pascal","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"program","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"program_heading_block","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"identifier_list","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"block","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"statement_part","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"statement_sequence","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"statement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"label","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"simple_statement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"assignment_statement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variable","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"var_","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"expression_list","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"expression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"simple_expression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"term","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"factor","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"number","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"any_number","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"set","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"function_designator","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"structured_statement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"compound_statement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"repetitive_statement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"while_statement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"repeat_statement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"for_statement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"conditional_statement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"if_statement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"case_statement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"case_limb","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"case_label_list","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constant","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"with_statement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"goto_statement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"label_declaration_part","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constant_definition_part","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"constant_definition","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"type_definition_part","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"type_definition","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"type","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"simple_type","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"subrange_type","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"enumerated_type","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"structured_type","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unpacked_structured_type","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"array_type","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"dynamic_array_type","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"index_type","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"record_type","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"field_list","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"fixed_part","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variable_identifier_list","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variable_section","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"record_section","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variant_part","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tag_field","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variant","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"set_type","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"file_type","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pointer_type","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variable_declaration_part","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"procedure_and_function_declaration_part","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"abstraction_declaration","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"abstraction_heading","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"formal_parameter_list","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"formal_parameter_section","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"value_parameter_section","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"parameter_type","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"conformant_array_schema","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"packed_conformant_array_schema","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"bound_specification","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"unpacked_conformant_array_schema","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"variable_parameter_section","instanceClass":null,"abstract":false,"id":75,"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":"program","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"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":"heading","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"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":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"constant","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":"type","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":"variable","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":"abstraction","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":"statement","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"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":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":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"simple","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":true,"unsettable":false,"transient":false,"unique":true,"name":"structured","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","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":"goto","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":"function_noargs","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"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":"variable","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"expressions","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":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"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":"accessor","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"variable","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":"pointer","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"},{"container":false,"ordered":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":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":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":142,"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":"operators","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prefixOperator","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":"terms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"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":"operators","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"factors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operators","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string","changeable":true,"lowerBound":0,"iD":false,"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":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"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":"nil","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":"boolean","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":"not","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"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":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"real","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"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":"brackets","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"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":"compound","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"repetitive","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditional","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"withStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"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":"whileStmt","changeable":true,"resolveProxies":true,"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":"repeatStmt","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":"forStmt","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"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":"sequence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":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":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignment","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":"expression","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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifStmt","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":"caseStmt","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"ifStatement","changeable":true,"resolveProxies":true,"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":"elseStatement","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"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":"cases","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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opterator","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":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":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"string","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":"boolLiteral","changeable":true,"lowerBound":0,"iD":false,"id":242,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nil","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"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":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":"const","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simple","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":true,"unsettable":false,"transient":false,"unique":true,"name":"structured","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subrange","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":"enumerated","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"initialConst","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":"finalConst","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":"subrange","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":"const","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":290,"derived":false},{"id":291,"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":"packed","changeable":true,"lowerBound":0,"iD":false,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"array","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":"dynamic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"record","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":"set","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":"file","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"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indexes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"recordKeyword","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endKeyword","changeable":true,"lowerBound":0,"iD":false,"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":"fixed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"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":326,"derived":false},{"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":"identifiers","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":"type","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":"identifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"container":false,"ordered":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":333,"derived":false},{"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":"tag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":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":337,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variants","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,"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":342,"derived":false},{"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":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"heading","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"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":"forward","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"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":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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":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":375,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"procedure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"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":"identifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"container":false,"ordered":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":387,"derived":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":388,"derived":false},{"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":"packed","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":"unpacked","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"lowerBound":0,"iD":false,"id":399,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":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":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":1,"target":0},{"source":1,"target":76},{"source":76,"target":2},{"source":76,"target":77},{"source":76,"target":1},{"source":77,"target":2},{"source":2,"target":0},{"source":2,"target":78},{"source":2,"target":79},{"source":78,"target":3},{"source":78,"target":80},{"source":78,"target":2},{"source":80,"target":3},{"source":79,"target":5},{"source":79,"target":81},{"source":79,"target":2},{"source":81,"target":5},{"source":3,"target":0},{"source":3,"target":82},{"source":3,"target":83},{"source":82,"target":84},{"source":82,"target":3},{"source":83,"target":4},{"source":83,"target":85},{"source":83,"target":3},{"source":85,"target":4},{"source":4,"target":0},{"source":4,"target":86},{"source":86,"target":87},{"source":86,"target":4},{"source":5,"target":0},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":5,"target":92},{"source":5,"target":93},{"source":88,"target":37},{"source":88,"target":94},{"source":88,"target":5},{"source":94,"target":37},{"source":89,"target":38},{"source":89,"target":95},{"source":89,"target":5},{"source":95,"target":38},{"source":90,"target":40},{"source":90,"target":96},{"source":90,"target":5},{"source":96,"target":40},{"source":91,"target":63},{"source":91,"target":97},{"source":91,"target":5},{"source":97,"target":63},{"source":92,"target":64},{"source":92,"target":98},{"source":92,"target":5},{"source":98,"target":64},{"source":93,"target":6},{"source":93,"target":99},{"source":93,"target":5},{"source":99,"target":6},{"source":6,"target":0},{"source":6,"target":100},{"source":100,"target":7},{"source":100,"target":101},{"source":100,"target":6},{"source":101,"target":7},{"source":7,"target":0},{"source":7,"target":102},{"source":102,"target":8},{"source":102,"target":103},{"source":102,"target":7},{"source":103,"target":8},{"source":8,"target":0},{"source":8,"target":104},{"source":8,"target":105},{"source":8,"target":106},{"source":104,"target":9},{"source":104,"target":107},{"source":104,"target":8},{"source":107,"target":9},{"source":105,"target":10},{"source":105,"target":108},{"source":105,"target":8},{"source":108,"target":10},{"source":106,"target":23},{"source":106,"target":109},{"source":106,"target":8},{"source":109,"target":23},{"source":9,"target":0},{"source":9,"target":110},{"source":110,"target":111},{"source":110,"target":9},{"source":10,"target":0},{"source":10,"target":112},{"source":10,"target":113},{"source":10,"target":114},{"source":10,"target":115},{"source":112,"target":11},{"source":112,"target":116},{"source":112,"target":10},{"source":116,"target":11},{"source":113,"target":22},{"source":113,"target":117},{"source":113,"target":10},{"source":117,"target":22},{"source":114,"target":36},{"source":114,"target":118},{"source":114,"target":10},{"source":118,"target":36},{"source":115,"target":119},{"source":115,"target":10},{"source":11,"target":0},{"source":11,"target":120},{"source":11,"target":121},{"source":120,"target":12},{"source":120,"target":122},{"source":120,"target":11},{"source":122,"target":12},{"source":121,"target":15},{"source":121,"target":123},{"source":121,"target":11},{"source":123,"target":15},{"source":12,"target":0},{"source":12,"target":124},{"source":12,"target":125},{"source":124,"target":126},{"source":124,"target":12},{"source":125,"target":13},{"source":125,"target":127},{"source":125,"target":12},{"source":127,"target":13},{"source":13,"target":0},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":128,"target":14},{"source":128,"target":134},{"source":128,"target":13},{"source":134,"target":14},{"source":129,"target":13},{"source":129,"target":135},{"source":129,"target":13},{"source":135,"target":13},{"source":130,"target":136},{"source":130,"target":13},{"source":131,"target":137},{"source":131,"target":13},{"source":132,"target":13},{"source":132,"target":138},{"source":132,"target":13},{"source":138,"target":13},{"source":133,"target":13},{"source":133,"target":139},{"source":133,"target":13},{"source":139,"target":13},{"source":14,"target":0},{"source":14,"target":140},{"source":140,"target":15},{"source":140,"target":141},{"source":140,"target":14},{"source":141,"target":15},{"source":15,"target":0},{"source":15,"target":142},{"source":15,"target":143},{"source":142,"target":16},{"source":142,"target":144},{"source":142,"target":15},{"source":144,"target":16},{"source":143,"target":145},{"source":143,"target":15},{"source":16,"target":0},{"source":16,"target":146},{"source":16,"target":147},{"source":16,"target":148},{"source":146,"target":149},{"source":146,"target":16},{"source":147,"target":150},{"source":147,"target":16},{"source":148,"target":151},{"source":148,"target":16},{"source":17,"target":0},{"source":17,"target":152},{"source":17,"target":153},{"source":152,"target":18},{"source":152,"target":154},{"source":152,"target":17},{"source":154,"target":18},{"source":153,"target":155},{"source":153,"target":17},{"source":18,"target":0},{"source":18,"target":156},{"source":18,"target":157},{"source":18,"target":158},{"source":18,"target":159},{"source":18,"target":160},{"source":18,"target":161},{"source":18,"target":162},{"source":18,"target":163},{"source":18,"target":164},{"source":156,"target":12},{"source":156,"target":165},{"source":156,"target":18},{"source":165,"target":12},{"source":157,"target":19},{"source":157,"target":166},{"source":157,"target":18},{"source":166,"target":19},{"source":158,"target":167},{"source":158,"target":18},{"source":159,"target":21},{"source":159,"target":168},{"source":159,"target":18},{"source":168,"target":21},{"source":160,"target":169},{"source":160,"target":18},{"source":161,"target":170},{"source":161,"target":18},{"source":162,"target":22},{"source":162,"target":171},{"source":162,"target":18},{"source":171,"target":22},{"source":163,"target":15},{"source":163,"target":172},{"source":163,"target":18},{"source":172,"target":15},{"source":164,"target":18},{"source":164,"target":173},{"source":164,"target":18},{"source":173,"target":18},{"source":19,"target":0},{"source":19,"target":174},{"source":174,"target":20},{"source":174,"target":175},{"source":174,"target":19},{"source":175,"target":20},{"source":20,"target":0},{"source":20,"target":176},{"source":20,"target":177},{"source":176,"target":178},{"source":176,"target":20},{"source":177,"target":179},{"source":177,"target":20},{"source":21,"target":0},{"source":21,"target":180},{"source":21,"target":181},{"source":180,"target":182},{"source":180,"target":21},{"source":181,"target":14},{"source":181,"target":183},{"source":181,"target":21},{"source":183,"target":14},{"source":22,"target":0},{"source":22,"target":184},{"source":22,"target":185},{"source":184,"target":186},{"source":184,"target":22},{"source":185,"target":14},{"source":185,"target":187},{"source":185,"target":22},{"source":187,"target":14},{"source":23,"target":0},{"source":23,"target":188},{"source":23,"target":189},{"source":23,"target":190},{"source":23,"target":191},{"source":188,"target":24},{"source":188,"target":192},{"source":188,"target":23},{"source":192,"target":24},{"source":189,"target":25},{"source":189,"target":193},{"source":189,"target":23},{"source":193,"target":25},{"source":190,"target":29},{"source":190,"target":194},{"source":190,"target":23},{"source":194,"target":29},{"source":191,"target":35},{"source":191,"target":195},{"source":191,"target":23},{"source":195,"target":35},{"source":24,"target":0},{"source":24,"target":196},{"source":196,"target":7},{"source":196,"target":197},{"source":196,"target":24},{"source":197,"target":7},{"source":25,"target":0},{"source":25,"target":198},{"source":25,"target":199},{"source":25,"target":200},{"source":198,"target":26},{"source":198,"target":201},{"source":198,"target":25},{"source":201,"target":26},{"source":199,"target":27},{"source":199,"target":202},{"source":199,"target":25},{"source":202,"target":27},{"source":200,"target":28},{"source":200,"target":203},{"source":200,"target":25},{"source":203,"target":28},{"source":26,"target":0},{"source":26,"target":204},{"source":26,"target":205},{"source":204,"target":15},{"source":204,"target":206},{"source":204,"target":26},{"source":206,"target":15},{"source":205,"target":8},{"source":205,"target":207},{"source":205,"target":26},{"source":207,"target":8},{"source":27,"target":0},{"source":27,"target":208},{"source":27,"target":209},{"source":208,"target":7},{"source":208,"target":210},{"source":208,"target":27},{"source":210,"target":7},{"source":209,"target":15},{"source":209,"target":211},{"source":209,"target":27},{"source":211,"target":15},{"source":28,"target":0},{"source":28,"target":212},{"source":28,"target":213},{"source":28,"target":214},{"source":212,"target":11},{"source":212,"target":215},{"source":212,"target":28},{"source":215,"target":11},{"source":213,"target":15},{"source":213,"target":216},{"source":213,"target":28},{"source":216,"target":15},{"source":214,"target":8},{"source":214,"target":217},{"source":214,"target":28},{"source":217,"target":8},{"source":29,"target":0},{"source":29,"target":218},{"source":29,"target":219},{"source":218,"target":30},{"source":218,"target":220},{"source":218,"target":29},{"source":220,"target":30},{"source":219,"target":31},{"source":219,"target":221},{"source":219,"target":29},{"source":221,"target":31},{"source":30,"target":0},{"source":30,"target":222},{"source":30,"target":223},{"source":30,"target":224},{"source":222,"target":15},{"source":222,"target":225},{"source":222,"target":30},{"source":225,"target":15},{"source":223,"target":8},{"source":223,"target":226},{"source":223,"target":30},{"source":226,"target":8},{"source":224,"target":8},{"source":224,"target":227},{"source":224,"target":30},{"source":227,"target":8},{"source":31,"target":0},{"source":31,"target":228},{"source":31,"target":229},{"source":228,"target":15},{"source":228,"target":230},{"source":228,"target":31},{"source":230,"target":15},{"source":229,"target":32},{"source":229,"target":231},{"source":229,"target":31},{"source":231,"target":32},{"source":32,"target":0},{"source":32,"target":232},{"source":32,"target":233},{"source":232,"target":33},{"source":232,"target":234},{"source":232,"target":32},{"source":234,"target":33},{"source":233,"target":8},{"source":233,"target":235},{"source":233,"target":32},{"source":235,"target":8},{"source":33,"target":0},{"source":33,"target":236},{"source":236,"target":34},{"source":236,"target":237},{"source":236,"target":33},{"source":237,"target":34},{"source":34,"target":0},{"source":34,"target":238},{"source":34,"target":239},{"source":34,"target":240},{"source":34,"target":241},{"source":34,"target":242},{"source":34,"target":243},{"source":238,"target":244},{"source":238,"target":34},{"source":239,"target":245},{"source":239,"target":34},{"source":240,"target":19},{"source":240,"target":246},{"source":240,"target":34},{"source":246,"target":19},{"source":241,"target":247},{"source":241,"target":34},{"source":242,"target":248},{"source":242,"target":34},{"source":243,"target":249},{"source":243,"target":34},{"source":35,"target":0},{"source":35,"target":250},{"source":35,"target":251},{"source":250,"target":12},{"source":250,"target":252},{"source":250,"target":35},{"source":252,"target":12},{"source":251,"target":8},{"source":251,"target":253},{"source":251,"target":35},{"source":253,"target":8},{"source":36,"target":0},{"source":36,"target":254},{"source":254,"target":9},{"source":254,"target":255},{"source":254,"target":36},{"source":255,"target":9},{"source":37,"target":0},{"source":37,"target":256},{"source":256,"target":9},{"source":256,"target":257},{"source":256,"target":37},{"source":257,"target":9},{"source":38,"target":0},{"source":38,"target":258},{"source":258,"target":39},{"source":258,"target":259},{"source":258,"target":38},{"source":259,"target":39},{"source":39,"target":0},{"source":39,"target":260},{"source":39,"target":261},{"source":260,"target":262},{"source":260,"target":39},{"source":261,"target":34},{"source":261,"target":263},{"source":261,"target":39},{"source":263,"target":34},{"source":40,"target":0},{"source":40,"target":264},{"source":264,"target":41},{"source":264,"target":265},{"source":264,"target":40},{"source":265,"target":41},{"source":41,"target":0},{"source":41,"target":266},{"source":41,"target":267},{"source":266,"target":268},{"source":266,"target":41},{"source":267,"target":42},{"source":267,"target":269},{"source":267,"target":41},{"source":269,"target":42},{"source":42,"target":0},{"source":42,"target":270},{"source":42,"target":271},{"source":42,"target":272},{"source":270,"target":43},{"source":270,"target":273},{"source":270,"target":42},{"source":273,"target":43},{"source":271,"target":46},{"source":271,"target":274},{"source":271,"target":42},{"source":274,"target":46},{"source":272,"target":62},{"source":272,"target":275},{"source":272,"target":42},{"source":275,"target":62},{"source":43,"target":0},{"source":43,"target":276},{"source":43,"target":277},{"source":43,"target":278},{"source":276,"target":44},{"source":276,"target":279},{"source":276,"target":43},{"source":279,"target":44},{"source":277,"target":45},{"source":277,"target":280},{"source":277,"target":43},{"source":280,"target":45},{"source":278,"target":281},{"source":278,"target":43},{"source":44,"target":0},{"source":44,"target":282},{"source":44,"target":283},{"source":44,"target":284},{"source":44,"target":285},{"source":282,"target":34},{"source":282,"target":286},{"source":282,"target":44},{"source":286,"target":34},{"source":283,"target":34},{"source":283,"target":287},{"source":283,"target":44},{"source":287,"target":34},{"source":284,"target":288},{"source":284,"target":44},{"source":285,"target":34},{"source":285,"target":289},{"source":285,"target":44},{"source":289,"target":34},{"source":45,"target":0},{"source":45,"target":290},{"source":290,"target":4},{"source":290,"target":291},{"source":290,"target":45},{"source":291,"target":4},{"source":46,"target":0},{"source":46,"target":292},{"source":46,"target":293},{"source":292,"target":294},{"source":292,"target":46},{"source":293,"target":47},{"source":293,"target":295},{"source":293,"target":46},{"source":295,"target":47},{"source":47,"target":0},{"source":47,"target":296},{"source":47,"target":297},{"source":47,"target":298},{"source":47,"target":299},{"source":47,"target":300},{"source":296,"target":48},{"source":296,"target":301},{"source":296,"target":47},{"source":301,"target":48},{"source":297,"target":49},{"source":297,"target":302},{"source":297,"target":47},{"source":302,"target":49},{"source":298,"target":51},{"source":298,"target":303},{"source":298,"target":47},{"source":303,"target":51},{"source":299,"target":60},{"source":299,"target":304},{"source":299,"target":47},{"source":304,"target":60},{"source":300,"target":61},{"source":300,"target":305},{"source":300,"target":47},{"source":305,"target":61},{"source":48,"target":0},{"source":48,"target":306},{"source":48,"target":307},{"source":306,"target":50},{"source":306,"target":308},{"source":306,"target":48},{"source":308,"target":50},{"source":307,"target":42},{"source":307,"target":309},{"source":307,"target":48},{"source":309,"target":42},{"source":49,"target":0},{"source":49,"target":310},{"source":310,"target":42},{"source":310,"target":311},{"source":310,"target":49},{"source":311,"target":42},{"source":50,"target":0},{"source":50,"target":312},{"source":312,"target":43},{"source":312,"target":313},{"source":312,"target":50},{"source":313,"target":43},{"source":51,"target":0},{"source":51,"target":314},{"source":51,"target":315},{"source":51,"target":316},{"source":314,"target":317},{"source":314,"target":51},{"source":315,"target":52},{"source":315,"target":318},{"source":315,"target":51},{"source":318,"target":52},{"source":316,"target":319},{"source":316,"target":51},{"source":52,"target":0},{"source":52,"target":320},{"source":52,"target":321},{"source":320,"target":53},{"source":320,"target":322},{"source":320,"target":52},{"source":322,"target":53},{"source":321,"target":57},{"source":321,"target":323},{"source":321,"target":52},{"source":323,"target":57},{"source":53,"target":0},{"source":53,"target":324},{"source":324,"target":56},{"source":324,"target":325},{"source":324,"target":53},{"source":325,"target":56},{"source":54,"target":0},{"source":54,"target":326},{"source":326,"target":327},{"source":326,"target":54},{"source":55,"target":0},{"source":55,"target":328},{"source":55,"target":329},{"source":328,"target":54},{"source":328,"target":330},{"source":328,"target":55},{"source":330,"target":54},{"source":329,"target":42},{"source":329,"target":331},{"source":329,"target":55},{"source":331,"target":42},{"source":56,"target":0},{"source":56,"target":332},{"source":56,"target":333},{"source":332,"target":4},{"source":332,"target":334},{"source":332,"target":56},{"source":334,"target":4},{"source":333,"target":42},{"source":333,"target":335},{"source":333,"target":56},{"source":335,"target":42},{"source":57,"target":0},{"source":57,"target":336},{"source":57,"target":337},{"source":57,"target":338},{"source":336,"target":58},{"source":336,"target":339},{"source":336,"target":57},{"source":339,"target":58},{"source":337,"target":340},{"source":337,"target":57},{"source":338,"target":59},{"source":338,"target":341},{"source":338,"target":57},{"source":341,"target":59},{"source":58,"target":0},{"source":58,"target":342},{"source":342,"target":343},{"source":342,"target":58},{"source":59,"target":0},{"source":59,"target":344},{"source":59,"target":345},{"source":344,"target":33},{"source":344,"target":346},{"source":344,"target":59},{"source":346,"target":33},{"source":345,"target":52},{"source":345,"target":347},{"source":345,"target":59},{"source":347,"target":52},{"source":60,"target":0},{"source":60,"target":348},{"source":348,"target":42},{"source":348,"target":349},{"source":348,"target":60},{"source":349,"target":42},{"source":61,"target":0},{"source":61,"target":350},{"source":350,"target":42},{"source":350,"target":351},{"source":350,"target":61},{"source":351,"target":42},{"source":62,"target":0},{"source":62,"target":352},{"source":352,"target":42},{"source":352,"target":353},{"source":352,"target":62},{"source":353,"target":42},{"source":63,"target":0},{"source":63,"target":354},{"source":354,"target":55},{"source":354,"target":355},{"source":354,"target":63},{"source":355,"target":55},{"source":64,"target":0},{"source":64,"target":356},{"source":64,"target":357},{"source":356,"target":66},{"source":356,"target":358},{"source":356,"target":64},{"source":358,"target":66},{"source":357,"target":65},{"source":357,"target":359},{"source":357,"target":64},{"source":359,"target":65},{"source":65,"target":0},{"source":65,"target":360},{"source":65,"target":361},{"source":65,"target":362},{"source":360,"target":66},{"source":360,"target":363},{"source":360,"target":65},{"source":363,"target":66},{"source":361,"target":5},{"source":361,"target":364},{"source":361,"target":65},{"source":364,"target":5},{"source":362,"target":365},{"source":362,"target":65},{"source":66,"target":0},{"source":66,"target":65},{"source":66,"target":366},{"source":66,"target":367},{"source":66,"target":368},{"source":66,"target":369},{"source":366,"target":370},{"source":366,"target":66},{"source":367,"target":67},{"source":367,"target":371},{"source":367,"target":66},{"source":371,"target":67},{"source":368,"target":372},{"source":368,"target":66},{"source":369,"target":65},{"source":67,"target":0},{"source":67,"target":373},{"source":373,"target":68},{"source":373,"target":374},{"source":373,"target":67},{"source":374,"target":68},{"source":68,"target":0},{"source":68,"target":375},{"source":68,"target":376},{"source":68,"target":377},{"source":68,"target":378},{"source":375,"target":69},{"source":375,"target":379},{"source":375,"target":68},{"source":379,"target":69},{"source":376,"target":75},{"source":376,"target":380},{"source":376,"target":68},{"source":380,"target":75},{"source":377,"target":66},{"source":377,"target":381},{"source":377,"target":68},{"source":381,"target":66},{"source":378,"target":66},{"source":378,"target":382},{"source":378,"target":68},{"source":382,"target":66},{"source":69,"target":0},{"source":69,"target":383},{"source":69,"target":384},{"source":383,"target":4},{"source":383,"target":385},{"source":383,"target":69},{"source":385,"target":4},{"source":384,"target":70},{"source":384,"target":386},{"source":384,"target":69},{"source":386,"target":70},{"source":70,"target":0},{"source":70,"target":387},{"source":70,"target":388},{"source":387,"target":71},{"source":387,"target":389},{"source":387,"target":70},{"source":389,"target":71},{"source":388,"target":390},{"source":388,"target":70},{"source":71,"target":0},{"source":71,"target":391},{"source":71,"target":392},{"source":391,"target":72},{"source":391,"target":393},{"source":391,"target":71},{"source":393,"target":72},{"source":392,"target":74},{"source":392,"target":394},{"source":392,"target":71},{"source":394,"target":74},{"source":72,"target":0},{"source":72,"target":395},{"source":72,"target":396},{"source":395,"target":73},{"source":395,"target":397},{"source":395,"target":72},{"source":397,"target":73},{"source":396,"target":398},{"source":396,"target":72},{"source":73,"target":0},{"source":73,"target":399},{"source":73,"target":400},{"source":73,"target":401},{"source":399,"target":402},{"source":399,"target":73},{"source":400,"target":403},{"source":400,"target":73},{"source":401,"target":404},{"source":401,"target":73},{"source":74,"target":0},{"source":74,"target":405},{"source":74,"target":406},{"source":405,"target":73},{"source":405,"target":407},{"source":405,"target":74},{"source":407,"target":73},{"source":406,"target":70},{"source":406,"target":408},{"source":406,"target":74},{"source":408,"target":70},{"source":75,"target":0},{"source":75,"target":409},{"source":75,"target":410},{"source":409,"target":4},{"source":409,"target":411},{"source":409,"target":75},{"source":411,"target":4},{"source":410,"target":70},{"source":410,"target":412},{"source":410,"target":75},{"source":412,"target":70}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/metropolik/NMF/Transformations/Tests/CodeGenerationTests/Class.ecore
PrimitiveTypes Boolean java.lang.Boolean java.lang.Boolean Integer java.lang.Integer java.lang.Integer String java.lang.String java.lang.String Class NamedElt name Classifier DataType Class super attr isAbstract Attribute multiValued type owner
<?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="PrimitiveTypes" nsURI="http://ttc/ClassPT" nsPrefix="pt"> <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> <ecore:EPackage name="Class" nsURI="http://ttc/Class" nsPrefix="cl"> <eClassifiers xsi:type="ecore:EClass" name="NamedElt" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#/0/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#/1/NamedElt"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#/1/Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#/1/Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="super" ordered="false" upperBound="-1" eType="#/1/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attr" upperBound="-1" eType="#/1/Attribute" containment="true" eOpposite="#/1/Attribute/owner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1" eType="#/0/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/NamedElt"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiValued" ordered="false" lowerBound="1" eType="#/0/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#/1/Class" eOpposite="#/1/Class/attr"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
false
{"directed":true,"nodes":[{"nsPrefix":"pt","nsURI":"http://ttc/ClassPT","name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"cl","nsURI":"http://ttc/Class","name":"Class","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElt","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"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":"super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"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":20,"derived":false},{"id":21,"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":"multiValued","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":5},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":5,"target":4},{"source":5,"target":10},{"source":10,"target":3},{"source":10,"target":11},{"source":10,"target":5},{"source":11,"target":3},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":12},{"source":12,"target":5},{"source":7,"target":4},{"source":7,"target":6},{"source":7,"target":13},{"source":13,"target":6},{"source":8,"target":4},{"source":8,"target":6},{"source":8,"target":14},{"source":8,"target":15},{"source":8,"target":16},{"source":8,"target":17},{"source":14,"target":8},{"source":14,"target":18},{"source":14,"target":8},{"source":18,"target":8},{"source":15,"target":9},{"source":15,"target":19},{"source":15,"target":8},{"source":15,"target":20},{"source":19,"target":9},{"source":16,"target":1},{"source":16,"target":21},{"source":16,"target":8},{"source":21,"target":1},{"source":17,"target":6},{"source":9,"target":4},{"source":9,"target":5},{"source":9,"target":22},{"source":9,"target":23},{"source":9,"target":20},{"source":9,"target":24},{"source":22,"target":1},{"source":22,"target":25},{"source":22,"target":9},{"source":25,"target":1},{"source":23,"target":6},{"source":23,"target":26},{"source":23,"target":9},{"source":26,"target":6},{"source":20,"target":8},{"source":20,"target":27},{"source":20,"target":9},{"source":20,"target":15},{"source":27,"target":8},{"source":24,"target":5}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/gijss/rfsm-modeling/be.kuleuven.rodinia.dsl.lua/be.kuleuven.rodinia.dsl.lua/model/generated/Lua.ecore
lua 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 value 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
<?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="lua" nsURI="http://www.kuleuven.be/rodinia/dsl/Lua" nsPrefix="lua"> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varArgs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" 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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression_VariableName" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"lua","nsURI":"http://www.kuleuven.be/rodinia/dsl/Lua","name":"lua","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chunk","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LastStatement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LastStatement_Return","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LastStatement_Break","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_Block","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_While","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_Repeat","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_If_Then_Else","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_If_Then_Else_ElseIfPart","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_For_Numeric","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_For_Generic","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_GlobalFunction_Declaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_LocalFunction_Declaration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_Local_Variable_Declaration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_FunctioncallOrAssignment","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Nil","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_True","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_False","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Number","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_VarArgs","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_String","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Function","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_TableConstructor","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Functioncall_Arguments","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field_AddEntryToTable_Brackets","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field_AddEntryToTable","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field_AppendEntryToTable","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LastStatement_ReturnWithValue","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_Assignment","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_CallMemberFunction","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_CallFunction","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Or","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_And","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Larger","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Larger_Equal","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Smaller","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Smaller_Equal","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Equal","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Not_Equal","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Concatenation","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Plus","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Minus","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Multiplication","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Division","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Modulo","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Negate","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Length","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Invert","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Exponentiation","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_CallMemberFunction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_CallFunction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_AccessArray","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_AccessMember","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_VariableName","instanceClass":null,"abstract":false,"id":59,"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":"statements","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":true,"unsettable":false,"transient":false,"unique":true,"name":"returnValue","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":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"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},{"container":false,"ordered":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":71,"derived":false},{"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":"block","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifExpression","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":"ifBlock","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":"elseIf","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":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"elseifBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"iteratorName","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"untilExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stepExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":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":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"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":104,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","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":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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"},{"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":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":"functionName","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":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":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":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"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":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":"initialValue","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"},{"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":133,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"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":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":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":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"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":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"varArgs","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"key","changeable":true,"lowerBound":0,"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":"returnValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":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":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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":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":178,"derived":false},{"container":false,"ordered":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":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"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":"left","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":"right","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"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":"left","changeable":true,"resolveProxies":true,"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":"right","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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":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":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"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":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"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":"right","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":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":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":"exp","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"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":"left","changeable":true,"resolveProxies":true,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","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":"memberFunctionName","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"container":false,"ordered":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":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"memberName","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"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":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"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":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":60,"target":6},{"source":60,"target":63},{"source":60,"target":2},{"source":63,"target":6},{"source":61,"target":3},{"source":61,"target":64},{"source":61,"target":2},{"source":64,"target":3},{"source":62,"target":1},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":65},{"source":65,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":66},{"source":66,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":67},{"source":7,"target":68},{"source":67,"target":2},{"source":67,"target":69},{"source":67,"target":7},{"source":69,"target":2},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":70},{"source":8,"target":71},{"source":8,"target":72},{"source":70,"target":18},{"source":70,"target":73},{"source":70,"target":8},{"source":73,"target":18},{"source":71,"target":2},{"source":71,"target":74},{"source":71,"target":8},{"source":74,"target":2},{"source":72,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":75},{"source":9,"target":76},{"source":9,"target":77},{"source":75,"target":2},{"source":75,"target":78},{"source":75,"target":9},{"source":78,"target":2},{"source":76,"target":18},{"source":76,"target":79},{"source":76,"target":9},{"source":79,"target":18},{"source":77,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":80},{"source":10,"target":81},{"source":10,"target":82},{"source":10,"target":83},{"source":10,"target":84},{"source":80,"target":18},{"source":80,"target":85},{"source":80,"target":10},{"source":85,"target":18},{"source":81,"target":2},{"source":81,"target":86},{"source":81,"target":10},{"source":86,"target":2},{"source":82,"target":11},{"source":82,"target":87},{"source":82,"target":10},{"source":87,"target":11},{"source":83,"target":2},{"source":83,"target":88},{"source":83,"target":10},{"source":88,"target":2},{"source":84,"target":6},{"source":11,"target":0},{"source":11,"target":89},{"source":11,"target":90},{"source":89,"target":18},{"source":89,"target":91},{"source":89,"target":11},{"source":91,"target":18},{"source":90,"target":2},{"source":90,"target":92},{"source":90,"target":11},{"source":92,"target":2},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":93},{"source":12,"target":94},{"source":12,"target":95},{"source":12,"target":96},{"source":12,"target":97},{"source":12,"target":98},{"source":93,"target":99},{"source":93,"target":12},{"source":94,"target":18},{"source":94,"target":100},{"source":94,"target":12},{"source":100,"target":18},{"source":95,"target":18},{"source":95,"target":101},{"source":95,"target":12},{"source":101,"target":18},{"source":96,"target":18},{"source":96,"target":102},{"source":96,"target":12},{"source":102,"target":18},{"source":97,"target":2},{"source":97,"target":103},{"source":97,"target":12},{"source":103,"target":2},{"source":98,"target":6},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":104},{"source":13,"target":105},{"source":13,"target":106},{"source":13,"target":107},{"source":104,"target":108},{"source":104,"target":13},{"source":105,"target":18},{"source":105,"target":109},{"source":105,"target":13},{"source":109,"target":18},{"source":106,"target":2},{"source":106,"target":110},{"source":106,"target":13},{"source":110,"target":2},{"source":107,"target":6},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":111},{"source":14,"target":112},{"source":14,"target":113},{"source":14,"target":114},{"source":111,"target":115},{"source":111,"target":14},{"source":112,"target":116},{"source":112,"target":14},{"source":113,"target":27},{"source":113,"target":117},{"source":113,"target":14},{"source":117,"target":27},{"source":114,"target":6},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":118},{"source":15,"target":119},{"source":15,"target":120},{"source":118,"target":121},{"source":118,"target":15},{"source":119,"target":27},{"source":119,"target":122},{"source":119,"target":15},{"source":122,"target":27},{"source":120,"target":6},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":123},{"source":16,"target":124},{"source":16,"target":125},{"source":123,"target":126},{"source":123,"target":16},{"source":124,"target":18},{"source":124,"target":127},{"source":124,"target":16},{"source":127,"target":18},{"source":125,"target":6},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":128},{"source":128,"target":6},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":129},{"source":129,"target":17},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":130},{"source":130,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":131},{"source":131,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":132},{"source":132,"target":18},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":133},{"source":22,"target":134},{"source":133,"target":135},{"source":133,"target":22},{"source":134,"target":18},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":136},{"source":136,"target":18},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":137},{"source":24,"target":138},{"source":137,"target":139},{"source":137,"target":24},{"source":138,"target":18},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":140},{"source":25,"target":141},{"source":140,"target":27},{"source":140,"target":142},{"source":140,"target":25},{"source":142,"target":27},{"source":141,"target":18},{"source":26,"target":0},{"source":26,"target":18},{"source":26,"target":143},{"source":26,"target":144},{"source":143,"target":29},{"source":143,"target":145},{"source":143,"target":26},{"source":145,"target":29},{"source":144,"target":18},{"source":27,"target":0},{"source":27,"target":146},{"source":27,"target":147},{"source":27,"target":148},{"source":146,"target":149},{"source":146,"target":27},{"source":147,"target":150},{"source":147,"target":27},{"source":148,"target":2},{"source":148,"target":151},{"source":148,"target":27},{"source":151,"target":2},{"source":28,"target":0},{"source":28,"target":152},{"source":152,"target":18},{"source":152,"target":153},{"source":152,"target":28},{"source":153,"target":18},{"source":29,"target":0},{"source":29,"target":154},{"source":154,"target":18},{"source":154,"target":155},{"source":154,"target":29},{"source":155,"target":18},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":156},{"source":30,"target":157},{"source":156,"target":18},{"source":156,"target":158},{"source":156,"target":30},{"source":158,"target":18},{"source":157,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":159},{"source":31,"target":160},{"source":159,"target":161},{"source":159,"target":31},{"source":160,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":162},{"source":162,"target":29},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":163},{"source":33,"target":164},{"source":163,"target":18},{"source":163,"target":165},{"source":163,"target":33},{"source":165,"target":18},{"source":164,"target":4},{"source":34,"target":0},{"source":34,"target":17},{"source":34,"target":166},{"source":34,"target":167},{"source":34,"target":168},{"source":166,"target":18},{"source":166,"target":169},{"source":166,"target":34},{"source":169,"target":18},{"source":167,"target":18},{"source":167,"target":170},{"source":167,"target":34},{"source":170,"target":18},{"source":168,"target":17},{"source":35,"target":0},{"source":35,"target":17},{"source":35,"target":171},{"source":35,"target":172},{"source":35,"target":173},{"source":35,"target":174},{"source":171,"target":18},{"source":171,"target":175},{"source":171,"target":35},{"source":175,"target":18},{"source":172,"target":176},{"source":172,"target":35},{"source":173,"target":28},{"source":173,"target":177},{"source":173,"target":35},{"source":177,"target":28},{"source":174,"target":17},{"source":36,"target":0},{"source":36,"target":17},{"source":36,"target":178},{"source":36,"target":179},{"source":36,"target":180},{"source":178,"target":18},{"source":178,"target":181},{"source":178,"target":36},{"source":181,"target":18},{"source":179,"target":28},{"source":179,"target":182},{"source":179,"target":36},{"source":182,"target":28},{"source":180,"target":17},{"source":37,"target":0},{"source":37,"target":18},{"source":37,"target":183},{"source":37,"target":184},{"source":37,"target":185},{"source":183,"target":18},{"source":183,"target":186},{"source":183,"target":37},{"source":186,"target":18},{"source":184,"target":18},{"source":184,"target":187},{"source":184,"target":37},{"source":187,"target":18},{"source":185,"target":18},{"source":38,"target":0},{"source":38,"target":18},{"source":38,"target":188},{"source":38,"target":189},{"source":38,"target":190},{"source":188,"target":18},{"source":188,"target":191},{"source":188,"target":38},{"source":191,"target":18},{"source":189,"target":18},{"source":189,"target":192},{"source":189,"target":38},{"source":192,"target":18},{"source":190,"target":18},{"source":39,"target":0},{"source":39,"target":18},{"source":39,"target":193},{"source":39,"target":194},{"source":39,"target":195},{"source":193,"target":18},{"source":193,"target":196},{"source":193,"target":39},{"source":196,"target":18},{"source":194,"target":18},{"source":194,"target":197},{"source":194,"target":39},{"source":197,"target":18},{"source":195,"target":18},{"source":40,"target":0},{"source":40,"target":18},{"source":40,"target":198},{"source":40,"target":199},{"source":40,"target":200},{"source":198,"target":18},{"source":198,"target":201},{"source":198,"target":40},{"source":201,"target":18},{"source":199,"target":18},{"source":199,"target":202},{"source":199,"target":40},{"source":202,"target":18},{"source":200,"target":18},{"source":41,"target":0},{"source":41,"target":18},{"source":41,"target":203},{"source":41,"target":204},{"source":41,"target":205},{"source":203,"target":18},{"source":203,"target":206},{"source":203,"target":41},{"source":206,"target":18},{"source":204,"target":18},{"source":204,"target":207},{"source":204,"target":41},{"source":207,"target":18},{"source":205,"target":18},{"source":42,"target":0},{"source":42,"target":18},{"source":42,"target":208},{"source":42,"target":209},{"source":42,"target":210},{"source":208,"target":18},{"source":208,"target":211},{"source":208,"target":42},{"source":211,"target":18},{"source":209,"target":18},{"source":209,"target":212},{"source":209,"target":42},{"source":212,"target":18},{"source":210,"target":18},{"source":43,"target":0},{"source":43,"target":18},{"source":43,"target":213},{"source":43,"target":214},{"source":43,"target":215},{"source":213,"target":18},{"source":213,"target":216},{"source":213,"target":43},{"source":216,"target":18},{"source":214,"target":18},{"source":214,"target":217},{"source":214,"target":43},{"source":217,"target":18},{"source":215,"target":18},{"source":44,"target":0},{"source":44,"target":18},{"source":44,"target":218},{"source":44,"target":219},{"source":44,"target":220},{"source":218,"target":18},{"source":218,"target":221},{"source":218,"target":44},{"source":221,"target":18},{"source":219,"target":18},{"source":219,"target":222},{"source":219,"target":44},{"source":222,"target":18},{"source":220,"target":18},{"source":45,"target":0},{"source":45,"target":18},{"source":45,"target":223},{"source":45,"target":224},{"source":45,"target":225},{"source":223,"target":18},{"source":223,"target":226},{"source":223,"target":45},{"source":226,"target":18},{"source":224,"target":18},{"source":224,"target":227},{"source":224,"target":45},{"source":227,"target":18},{"source":225,"target":18},{"source":46,"target":0},{"source":46,"target":18},{"source":46,"target":228},{"source":46,"target":229},{"source":46,"target":230},{"source":228,"target":18},{"source":228,"target":231},{"source":228,"target":46},{"source":231,"target":18},{"source":229,"target":18},{"source":229,"target":232},{"source":229,"target":46},{"source":232,"target":18},{"source":230,"target":18},{"source":47,"target":0},{"source":47,"target":18},{"source":47,"target":233},{"source":47,"target":234},{"source":47,"target":235},{"source":233,"target":18},{"source":233,"target":236},{"source":233,"target":47},{"source":236,"target":18},{"source":234,"target":18},{"source":234,"target":237},{"source":234,"target":47},{"source":237,"target":18},{"source":235,"target":18},{"source":48,"target":0},{"source":48,"target":18},{"source":48,"target":238},{"source":48,"target":239},{"source":48,"target":240},{"source":238,"target":18},{"source":238,"target":241},{"source":238,"target":48},{"source":241,"target":18},{"source":239,"target":18},{"source":239,"target":242},{"source":239,"target":48},{"source":242,"target":18},{"source":240,"target":18},{"source":49,"target":0},{"source":49,"target":18},{"source":49,"target":243},{"source":49,"target":244},{"source":49,"target":245},{"source":243,"target":18},{"source":243,"target":246},{"source":243,"target":49},{"source":246,"target":18},{"source":244,"target":18},{"source":244,"target":247},{"source":244,"target":49},{"source":247,"target":18},{"source":245,"target":18},{"source":50,"target":0},{"source":50,"target":18},{"source":50,"target":248},{"source":50,"target":249},{"source":50,"target":250},{"source":248,"target":18},{"source":248,"target":251},{"source":248,"target":50},{"source":251,"target":18},{"source":249,"target":18},{"source":249,"target":252},{"source":249,"target":50},{"source":252,"target":18},{"source":250,"target":18},{"source":51,"target":0},{"source":51,"target":18},{"source":51,"target":253},{"source":51,"target":254},{"source":253,"target":18},{"source":253,"target":255},{"source":253,"target":51},{"source":255,"target":18},{"source":254,"target":18},{"source":52,"target":0},{"source":52,"target":18},{"source":52,"target":256},{"source":52,"target":257},{"source":256,"target":18},{"source":256,"target":258},{"source":256,"target":52},{"source":258,"target":18},{"source":257,"target":18},{"source":53,"target":0},{"source":53,"target":18},{"source":53,"target":259},{"source":53,"target":260},{"source":259,"target":18},{"source":259,"target":261},{"source":259,"target":53},{"source":261,"target":18},{"source":260,"target":18},{"source":54,"target":0},{"source":54,"target":18},{"source":54,"target":262},{"source":54,"target":263},{"source":54,"target":264},{"source":262,"target":18},{"source":262,"target":265},{"source":262,"target":54},{"source":265,"target":18},{"source":263,"target":18},{"source":263,"target":266},{"source":263,"target":54},{"source":266,"target":18},{"source":264,"target":18},{"source":55,"target":0},{"source":55,"target":18},{"source":55,"target":267},{"source":55,"target":268},{"source":55,"target":269},{"source":55,"target":270},{"source":267,"target":18},{"source":267,"target":271},{"source":267,"target":55},{"source":271,"target":18},{"source":268,"target":272},{"source":268,"target":55},{"source":269,"target":28},{"source":269,"target":273},{"source":269,"target":55},{"source":273,"target":28},{"source":270,"target":18},{"source":56,"target":0},{"source":56,"target":18},{"source":56,"target":274},{"source":56,"target":275},{"source":56,"target":276},{"source":274,"target":18},{"source":274,"target":277},{"source":274,"target":56},{"source":277,"target":18},{"source":275,"target":28},{"source":275,"target":278},{"source":275,"target":56},{"source":278,"target":28},{"source":276,"target":18},{"source":57,"target":0},{"source":57,"target":18},{"source":57,"target":279},{"source":57,"target":280},{"source":57,"target":281},{"source":279,"target":18},{"source":279,"target":282},{"source":279,"target":57},{"source":282,"target":18},{"source":280,"target":18},{"source":280,"target":283},{"source":280,"target":57},{"source":283,"target":18},{"source":281,"target":18},{"source":58,"target":0},{"source":58,"target":18},{"source":58,"target":284},{"source":58,"target":285},{"source":58,"target":286},{"source":284,"target":18},{"source":284,"target":287},{"source":284,"target":58},{"source":287,"target":18},{"source":285,"target":288},{"source":285,"target":58},{"source":286,"target":18},{"source":59,"target":0},{"source":59,"target":18},{"source":59,"target":289},{"source":59,"target":290},{"source":289,"target":291},{"source":289,"target":59},{"source":290,"target":18}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject1.0/slices/SlicedUML2InsDataSet3mustBeOwnedHasOwner.ecore
UML2 Permission ElementImport SendObjectAction LiteralBoolean CreateLinkObjectAction TemplateableClassifier SignalTrigger ActivityPartition InstanceValue Element owner FinalState TemplateableElement ExtensionEnd Lifeline ClassifierTemplateParameter ParameterableClassifier LiteralSpecification DataStoreNode PrimitiveFunction TimeInterval DurationObservationAction ReadStructuralFeatureAction ActivityParameterNode StartOwnedBehaviorAction CallBehaviorAction InputPin DataType ForkNode FlowFinalNode TemplateSignature ReadIsClassifiedObjectAction ActivityEdge ExpansionRegion JoinNode OutputPin Generalization Node ExtensionPoint Actor ObjectFlow ParameterableElement AddStructuralFeatureValueAction InteractionFragment StringExpression Property MergeNode TimeExpression Operation Reception StateInvariant StateMachine ReadVariableAction ReadLinkObjectEndQualifierAction Model LiteralString DeploymentSpecification ReadExtentAction ProtocolConformance PartDecomposition Vertex BehavioredClassifier ExecutableNode RemoveVariableValueAction Stop AcceptEventAction StructuredActivityNode ConnectableElementTemplateParameter EncapsulatedClassifier Implementation TemplateParameterSubstitution SendSignalAction Class MessageTrigger Connector ProfileApplication ApplyFunctionAction ClearAssociationAction Clause ExceptionHandler ActivityGroup PackageMerge Variable Namespace DirectedRelationship DeployedArtifact LiteralNull InteractionConstraint Continuation Port UseCase Gate Abstraction LiteralUnlimitedNatural Relationship StructuralFeature CallAction LinkEndCreationData ProtocolTransition Duration Signal ReadLinkAction CallTrigger StructuralFeatureAction ParameterSet PackageableElement Slot IntervalConstraint State RemoveStructuralFeatureValueAction Interaction InteractionOccurrence MessageEnd AnyTrigger NamedElement InstanceSpecification TemplateParameter RedefinableTemplateSignature Profile CentralBufferNode QualifierValue EnumerationLiteral ChangeTrigger ConnectorEnd Parameter AssociationClass PrimitiveType TemplateBinding InterruptibleActivityRegion InformationFlow Type InteractionOperand Package Trigger ProtocolStateMachine CombinedFragment TimeTrigger Interface ConditionalNode Activity ReplyAction Constraint DestroyLinkAction Enumeration VariableAction ClearVariableAction Interval Realization AcceptCallAction Usage StructuredClassifier Extend CommunicationPath CollaborationOccurrence RaiseExceptionAction BroadcastSignalAction ActivityNode InvocationAction Dependency TypedElement TimeConstraint GeneralOrdering Feature Extension OperationTemplateParameter DeploymentTarget LinkAction ReadLinkObjectEndAction RedefinableElement InformationItem Deployment Collaboration Pin Message WriteVariableAction BehavioralFeature CreateObjectAction PackageImport ConnectableElement Component ValueSpecification WriteStructuralFeatureAction Classifier ValuePin Include ConnectionPointReference ReadSelfAction ClearStructuralFeatureAction ActivityFinalNode WriteLinkAction Pseudostate Association TestIdentityAction LoopNode Stereotype TimeObservationAction OpaqueExpression Manifestation LinkEndData ControlFlow CreateLinkAction ObjectNode Expression DurationConstraint EventOccurrence ExpansionNode DurationInterval GeneralizationSet ExecutionOccurrence Action MultiplicityElement InitialNode Behavior Region FinalNode Substitution ReclassifyObjectAction AddVariableValueAction DecisionNode ExecutionEnvironment LiteralInteger Transition CallOperationAction Device Artifact DestroyObjectAction ControlNode Comment
<?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="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement #//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateSignature" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="#//TemplateableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement #//MultiplicityElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolConformance" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace #//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElementTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterSubstitution" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="ProfileApplication" eSuperTypes="#//PackageImport"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Clause" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ExceptionHandler" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityGroup" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" eSuperTypes="#//Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndCreationData" eSuperTypes="#//LinkEndData"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" 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="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" eSuperTypes="#//TemplateableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement #//TemplateSignature"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="QualifierValue" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectorEnd" eSuperTypes="#//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateBinding" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="InterruptibleActivityRegion" eSuperTypes="#//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="OperationTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndData" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <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="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <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="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//TemplateableElement"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","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":"TemplateableClassifier","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":"ActivityPartition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableElement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierTemplateParameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","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":"DurationObservationAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"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":"ForkNode","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateSignature","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableElement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","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":"Reception","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolConformance","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElementTemplateParameter","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterSubstitution","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProfileApplication","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clause","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionHandler","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityGroup","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMerge","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndCreationData","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifierValue","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorEnd","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBinding","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterruptibleActivityRegion","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","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":"InteractionOperand","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","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":"CombinedFragment","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","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":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationTemplateParameter","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","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":"Pin","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","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":"ValueSpecification","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","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":"LoopNode","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","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":"OpaqueExpression","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndData","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"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"},{"container":false,"ordered":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":238,"derived":false},{"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"},{"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"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"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"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"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"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"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"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"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":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":0,"target":200},{"source":0,"target":201},{"source":0,"target":202},{"source":0,"target":203},{"source":0,"target":204},{"source":0,"target":205},{"source":0,"target":206},{"source":0,"target":207},{"source":0,"target":208},{"source":0,"target":209},{"source":0,"target":210},{"source":0,"target":211},{"source":0,"target":212},{"source":0,"target":213},{"source":0,"target":214},{"source":0,"target":215},{"source":0,"target":216},{"source":0,"target":217},{"source":0,"target":218},{"source":0,"target":219},{"source":0,"target":220},{"source":0,"target":221},{"source":0,"target":222},{"source":0,"target":223},{"source":0,"target":224},{"source":0,"target":225},{"source":0,"target":226},{"source":0,"target":227},{"source":1,"target":0},{"source":1,"target":158},{"source":1,"target":228},{"source":228,"target":158},{"source":2,"target":0},{"source":2,"target":84},{"source":2,"target":229},{"source":229,"target":84},{"source":3,"target":0},{"source":3,"target":157},{"source":3,"target":230},{"source":230,"target":157},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":231},{"source":231,"target":17},{"source":5,"target":0},{"source":5,"target":200},{"source":5,"target":232},{"source":232,"target":200},{"source":6,"target":0},{"source":6,"target":182},{"source":6,"target":233},{"source":233,"target":182},{"source":7,"target":0},{"source":7,"target":73},{"source":7,"target":234},{"source":234,"target":73},{"source":8,"target":0},{"source":8,"target":114},{"source":8,"target":80},{"source":8,"target":235},{"source":8,"target":236},{"source":235,"target":114},{"source":236,"target":80},{"source":9,"target":0},{"source":9,"target":180},{"source":9,"target":237},{"source":237,"target":180},{"source":10,"target":0},{"source":10,"target":238},{"source":238,"target":10},{"source":238,"target":239},{"source":238,"target":10},{"source":239,"target":10},{"source":11,"target":0},{"source":11,"target":108},{"source":11,"target":240},{"source":240,"target":108},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":241},{"source":241,"target":10},{"source":13,"target":0},{"source":13,"target":45},{"source":13,"target":242},{"source":242,"target":45},{"source":14,"target":0},{"source":14,"target":114},{"source":14,"target":243},{"source":243,"target":114},{"source":15,"target":0},{"source":15,"target":116},{"source":15,"target":244},{"source":244,"target":116},{"source":16,"target":0},{"source":16,"target":182},{"source":16,"target":245},{"source":245,"target":182},{"source":17,"target":0},{"source":17,"target":180},{"source":17,"target":246},{"source":246,"target":180},{"source":18,"target":0},{"source":18,"target":119},{"source":18,"target":247},{"source":247,"target":119},{"source":19,"target":0},{"source":19,"target":105},{"source":19,"target":248},{"source":248,"target":105},{"source":20,"target":0},{"source":20,"target":146},{"source":20,"target":249},{"source":249,"target":146},{"source":21,"target":0},{"source":21,"target":181},{"source":21,"target":250},{"source":250,"target":181},{"source":22,"target":0},{"source":22,"target":103},{"source":22,"target":251},{"source":251,"target":103},{"source":23,"target":0},{"source":23,"target":201},{"source":23,"target":252},{"source":252,"target":201},{"source":24,"target":0},{"source":24,"target":209},{"source":24,"target":253},{"source":253,"target":209},{"source":25,"target":0},{"source":25,"target":96},{"source":25,"target":254},{"source":254,"target":96},{"source":26,"target":0},{"source":26,"target":172},{"source":26,"target":255},{"source":255,"target":172},{"source":27,"target":0},{"source":27,"target":182},{"source":27,"target":256},{"source":256,"target":182},{"source":28,"target":0},{"source":28,"target":226},{"source":28,"target":257},{"source":257,"target":226},{"source":29,"target":0},{"source":29,"target":214},{"source":29,"target":258},{"source":258,"target":214},{"source":30,"target":0},{"source":30,"target":10},{"source":30,"target":259},{"source":259,"target":10},{"source":31,"target":0},{"source":31,"target":209},{"source":31,"target":260},{"source":260,"target":209},{"source":32,"target":0},{"source":32,"target":168},{"source":32,"target":261},{"source":261,"target":168},{"source":33,"target":0},{"source":33,"target":66},{"source":33,"target":262},{"source":262,"target":66},{"source":34,"target":0},{"source":34,"target":226},{"source":34,"target":263},{"source":263,"target":226},{"source":35,"target":0},{"source":35,"target":172},{"source":35,"target":264},{"source":264,"target":172},{"source":36,"target":0},{"source":36,"target":84},{"source":36,"target":265},{"source":265,"target":84},{"source":37,"target":0},{"source":37,"target":72},{"source":37,"target":165},{"source":37,"target":266},{"source":37,"target":267},{"source":266,"target":72},{"source":267,"target":165},{"source":38,"target":0},{"source":38,"target":168},{"source":38,"target":268},{"source":268,"target":168},{"source":39,"target":0},{"source":39,"target":182},{"source":39,"target":269},{"source":269,"target":182},{"source":40,"target":0},{"source":40,"target":32},{"source":40,"target":270},{"source":270,"target":32},{"source":41,"target":0},{"source":41,"target":10},{"source":41,"target":271},{"source":271,"target":10},{"source":42,"target":0},{"source":42,"target":181},{"source":42,"target":272},{"source":272,"target":181},{"source":43,"target":0},{"source":43,"target":114},{"source":43,"target":273},{"source":273,"target":114},{"source":44,"target":0},{"source":44,"target":12},{"source":44,"target":274},{"source":274,"target":12},{"source":45,"target":0},{"source":45,"target":95},{"source":45,"target":178},{"source":45,"target":165},{"source":45,"target":275},{"source":45,"target":276},{"source":45,"target":277},{"source":275,"target":95},{"source":276,"target":178},{"source":277,"target":165},{"source":46,"target":0},{"source":46,"target":226},{"source":46,"target":278},{"source":278,"target":226},{"source":47,"target":0},{"source":47,"target":180},{"source":47,"target":279},{"source":279,"target":180},{"source":48,"target":0},{"source":48,"target":175},{"source":48,"target":159},{"source":48,"target":210},{"source":48,"target":41},{"source":48,"target":280},{"source":48,"target":281},{"source":48,"target":282},{"source":48,"target":283},{"source":280,"target":175},{"source":281,"target":159},{"source":282,"target":210},{"source":283,"target":41},{"source":49,"target":0},{"source":49,"target":175},{"source":49,"target":284},{"source":284,"target":175},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":285},{"source":285,"target":43},{"source":51,"target":0},{"source":51,"target":212},{"source":51,"target":286},{"source":286,"target":212},{"source":52,"target":0},{"source":52,"target":144},{"source":52,"target":287},{"source":287,"target":144},{"source":53,"target":0},{"source":53,"target":209},{"source":53,"target":288},{"source":288,"target":209},{"source":54,"target":0},{"source":54,"target":132},{"source":54,"target":289},{"source":289,"target":132},{"source":55,"target":0},{"source":55,"target":17},{"source":55,"target":290},{"source":290,"target":17},{"source":56,"target":0},{"source":56,"target":224},{"source":56,"target":291},{"source":291,"target":224},{"source":57,"target":0},{"source":57,"target":209},{"source":57,"target":292},{"source":292,"target":209},{"source":58,"target":0},{"source":58,"target":84},{"source":58,"target":293},{"source":293,"target":84},{"source":59,"target":0},{"source":59,"target":111},{"source":59,"target":294},{"source":294,"target":111},{"source":60,"target":0},{"source":60,"target":114},{"source":60,"target":295},{"source":295,"target":114},{"source":61,"target":0},{"source":61,"target":182},{"source":61,"target":296},{"source":296,"target":182},{"source":62,"target":0},{"source":62,"target":156},{"source":62,"target":297},{"source":297,"target":156},{"source":63,"target":0},{"source":63,"target":174},{"source":63,"target":298},{"source":298,"target":174},{"source":64,"target":0},{"source":64,"target":204},{"source":64,"target":299},{"source":299,"target":204},{"source":65,"target":0},{"source":65,"target":209},{"source":65,"target":300},{"source":300,"target":209},{"source":66,"target":0},{"source":66,"target":209},{"source":66,"target":83},{"source":66,"target":80},{"source":66,"target":301},{"source":66,"target":302},{"source":66,"target":303},{"source":301,"target":209},{"source":302,"target":83},{"source":303,"target":80},{"source":67,"target":0},{"source":67,"target":116},{"source":67,"target":304},{"source":304,"target":116},{"source":68,"target":0},{"source":68,"target":150},{"source":68,"target":305},{"source":305,"target":150},{"source":69,"target":0},{"source":69,"target":147},{"source":69,"target":306},{"source":306,"target":147},{"source":70,"target":0},{"source":70,"target":10},{"source":70,"target":307},{"source":307,"target":10},{"source":71,"target":0},{"source":71,"target":157},{"source":71,"target":308},{"source":308,"target":157},{"source":72,"target":0},{"source":72,"target":61},{"source":72,"target":68},{"source":72,"target":309},{"source":72,"target":310},{"source":309,"target":61},{"source":310,"target":68},{"source":73,"target":0},{"source":73,"target":133},{"source":73,"target":311},{"source":311,"target":133},{"source":74,"target":0},{"source":74,"target":162},{"source":74,"target":312},{"source":312,"target":162},{"source":75,"target":0},{"source":75,"target":177},{"source":75,"target":313},{"source":313,"target":177},{"source":76,"target":0},{"source":76,"target":209},{"source":76,"target":314},{"source":314,"target":209},{"source":77,"target":0},{"source":77,"target":209},{"source":77,"target":315},{"source":315,"target":209},{"source":78,"target":0},{"source":78,"target":10},{"source":78,"target":316},{"source":316,"target":10},{"source":79,"target":0},{"source":79,"target":10},{"source":79,"target":317},{"source":317,"target":10},{"source":80,"target":0},{"source":80,"target":10},{"source":80,"target":318},{"source":318,"target":10},{"source":81,"target":0},{"source":81,"target":84},{"source":81,"target":319},{"source":319,"target":84},{"source":82,"target":0},{"source":82,"target":178},{"source":82,"target":159},{"source":82,"target":210},{"source":82,"target":320},{"source":82,"target":321},{"source":82,"target":322},{"source":320,"target":178},{"source":321,"target":159},{"source":322,"target":210},{"source":83,"target":0},{"source":83,"target":114},{"source":83,"target":323},{"source":323,"target":114},{"source":84,"target":0},{"source":84,"target":94},{"source":84,"target":324},{"source":324,"target":94},{"source":85,"target":0},{"source":85,"target":114},{"source":85,"target":325},{"source":325,"target":114},{"source":86,"target":0},{"source":86,"target":17},{"source":86,"target":326},{"source":326,"target":17},{"source":87,"target":0},{"source":87,"target":141},{"source":87,"target":327},{"source":327,"target":141},{"source":88,"target":0},{"source":88,"target":43},{"source":88,"target":328},{"source":328,"target":43},{"source":89,"target":0},{"source":89,"target":45},{"source":89,"target":329},{"source":329,"target":45},{"source":90,"target":0},{"source":90,"target":61},{"source":90,"target":330},{"source":330,"target":61},{"source":91,"target":0},{"source":91,"target":112},{"source":91,"target":331},{"source":331,"target":112},{"source":92,"target":0},{"source":92,"target":158},{"source":92,"target":332},{"source":332,"target":158},{"source":93,"target":0},{"source":93,"target":17},{"source":93,"target":333},{"source":333,"target":17},{"source":94,"target":0},{"source":94,"target":10},{"source":94,"target":334},{"source":334,"target":10},{"source":95,"target":0},{"source":95,"target":162},{"source":95,"target":159},{"source":95,"target":210},{"source":95,"target":335},{"source":95,"target":336},{"source":95,"target":337},{"source":335,"target":162},{"source":336,"target":159},{"source":337,"target":210},{"source":96,"target":0},{"source":96,"target":157},{"source":96,"target":338},{"source":338,"target":157},{"source":97,"target":0},{"source":97,"target":198},{"source":97,"target":339},{"source":339,"target":198},{"source":98,"target":0},{"source":98,"target":221},{"source":98,"target":340},{"source":340,"target":221},{"source":99,"target":0},{"source":99,"target":180},{"source":99,"target":341},{"source":341,"target":180},{"source":100,"target":0},{"source":100,"target":182},{"source":100,"target":342},{"source":342,"target":182},{"source":101,"target":0},{"source":101,"target":166},{"source":101,"target":343},{"source":343,"target":166},{"source":102,"target":0},{"source":102,"target":73},{"source":102,"target":344},{"source":344,"target":73},{"source":103,"target":0},{"source":103,"target":209},{"source":103,"target":345},{"source":345,"target":209},{"source":104,"target":0},{"source":104,"target":114},{"source":104,"target":346},{"source":346,"target":114},{"source":105,"target":0},{"source":105,"target":114},{"source":105,"target":41},{"source":105,"target":347},{"source":105,"target":348},{"source":347,"target":114},{"source":348,"target":41},{"source":106,"target":0},{"source":106,"target":10},{"source":106,"target":349},{"source":349,"target":10},{"source":107,"target":0},{"source":107,"target":141},{"source":107,"target":350},{"source":350,"target":141},{"source":108,"target":0},{"source":108,"target":83},{"source":108,"target":168},{"source":108,"target":60},{"source":108,"target":351},{"source":108,"target":352},{"source":108,"target":353},{"source":351,"target":83},{"source":352,"target":168},{"source":353,"target":60},{"source":109,"target":0},{"source":109,"target":181},{"source":109,"target":354},{"source":354,"target":181},{"source":110,"target":0},{"source":110,"target":212},{"source":110,"target":43},{"source":110,"target":355},{"source":110,"target":356},{"source":355,"target":212},{"source":356,"target":43},{"source":111,"target":0},{"source":111,"target":43},{"source":111,"target":357},{"source":357,"target":43},{"source":112,"target":0},{"source":112,"target":114},{"source":112,"target":358},{"source":358,"target":114},{"source":113,"target":0},{"source":113,"target":73},{"source":113,"target":359},{"source":359,"target":73},{"source":114,"target":0},{"source":114,"target":12},{"source":114,"target":360},{"source":360,"target":12},{"source":115,"target":0},{"source":115,"target":105},{"source":115,"target":165},{"source":115,"target":85},{"source":115,"target":361},{"source":115,"target":362},{"source":115,"target":363},{"source":361,"target":105},{"source":362,"target":165},{"source":363,"target":85},{"source":116,"target":0},{"source":116,"target":10},{"source":116,"target":364},{"source":364,"target":10},{"source":117,"target":0},{"source":117,"target":168},{"source":117,"target":30},{"source":117,"target":365},{"source":117,"target":366},{"source":365,"target":168},{"source":366,"target":30},{"source":118,"target":0},{"source":118,"target":132},{"source":118,"target":367},{"source":367,"target":132},{"source":119,"target":0},{"source":119,"target":201},{"source":119,"target":368},{"source":368,"target":201},{"source":120,"target":0},{"source":120,"target":10},{"source":120,"target":369},{"source":369,"target":10},{"source":121,"target":0},{"source":121,"target":115},{"source":121,"target":370},{"source":370,"target":115},{"source":122,"target":0},{"source":122,"target":133},{"source":122,"target":371},{"source":371,"target":133},{"source":123,"target":0},{"source":123,"target":210},{"source":123,"target":372},{"source":372,"target":210},{"source":124,"target":0},{"source":124,"target":178},{"source":124,"target":159},{"source":124,"target":210},{"source":124,"target":373},{"source":124,"target":374},{"source":124,"target":375},{"source":373,"target":178},{"source":374,"target":159},{"source":375,"target":210},{"source":125,"target":0},{"source":125,"target":72},{"source":125,"target":191},{"source":125,"target":376},{"source":125,"target":377},{"source":376,"target":72},{"source":377,"target":191},{"source":126,"target":0},{"source":126,"target":27},{"source":126,"target":378},{"source":378,"target":27},{"source":127,"target":0},{"source":127,"target":84},{"source":127,"target":379},{"source":379,"target":84},{"source":128,"target":0},{"source":128,"target":80},{"source":128,"target":380},{"source":380,"target":80},{"source":129,"target":0},{"source":129,"target":105},{"source":129,"target":84},{"source":129,"target":381},{"source":129,"target":382},{"source":381,"target":105},{"source":382,"target":84},{"source":130,"target":0},{"source":130,"target":105},{"source":130,"target":383},{"source":383,"target":105},{"source":131,"target":0},{"source":131,"target":83},{"source":131,"target":43},{"source":131,"target":384},{"source":131,"target":385},{"source":384,"target":83},{"source":385,"target":43},{"source":132,"target":0},{"source":132,"target":83},{"source":132,"target":105},{"source":132,"target":386},{"source":132,"target":387},{"source":386,"target":83},{"source":387,"target":105},{"source":133,"target":0},{"source":133,"target":114},{"source":133,"target":388},{"source":388,"target":114},{"source":134,"target":0},{"source":134,"target":51},{"source":134,"target":389},{"source":389,"target":51},{"source":135,"target":0},{"source":135,"target":43},{"source":135,"target":390},{"source":390,"target":43},{"source":136,"target":0},{"source":136,"target":133},{"source":136,"target":391},{"source":391,"target":133},{"source":137,"target":0},{"source":137,"target":182},{"source":137,"target":392},{"source":392,"target":182},{"source":138,"target":0},{"source":138,"target":66},{"source":138,"target":393},{"source":393,"target":66},{"source":139,"target":0},{"source":139,"target":212},{"source":139,"target":394},{"source":394,"target":212},{"source":140,"target":0},{"source":140,"target":209},{"source":140,"target":395},{"source":395,"target":209},{"source":141,"target":0},{"source":141,"target":105},{"source":141,"target":396},{"source":396,"target":105},{"source":142,"target":0},{"source":142,"target":189},{"source":142,"target":397},{"source":397,"target":189},{"source":143,"target":0},{"source":143,"target":27},{"source":143,"target":398},{"source":398,"target":27},{"source":144,"target":0},{"source":144,"target":209},{"source":144,"target":399},{"source":399,"target":209},{"source":145,"target":0},{"source":145,"target":144},{"source":145,"target":400},{"source":400,"target":144},{"source":146,"target":0},{"source":146,"target":180},{"source":146,"target":401},{"source":401,"target":180},{"source":147,"target":0},{"source":147,"target":92},{"source":147,"target":402},{"source":402,"target":92},{"source":148,"target":0},{"source":148,"target":65},{"source":148,"target":403},{"source":403,"target":65},{"source":149,"target":0},{"source":149,"target":158},{"source":149,"target":404},{"source":404,"target":158},{"source":150,"target":0},{"source":150,"target":182},{"source":150,"target":405},{"source":405,"target":182},{"source":151,"target":0},{"source":151,"target":114},{"source":151,"target":84},{"source":151,"target":406},{"source":151,"target":407},{"source":406,"target":114},{"source":407,"target":84},{"source":152,"target":0},{"source":152,"target":191},{"source":152,"target":408},{"source":408,"target":191},{"source":153,"target":0},{"source":153,"target":114},{"source":153,"target":409},{"source":409,"target":114},{"source":154,"target":0},{"source":154,"target":209},{"source":154,"target":410},{"source":410,"target":209},{"source":155,"target":0},{"source":155,"target":157},{"source":155,"target":411},{"source":411,"target":157},{"source":156,"target":0},{"source":156,"target":168},{"source":156,"target":412},{"source":412,"target":168},{"source":157,"target":0},{"source":157,"target":209},{"source":157,"target":413},{"source":413,"target":209},{"source":158,"target":0},{"source":158,"target":105},{"source":158,"target":84},{"source":158,"target":414},{"source":158,"target":415},{"source":414,"target":105},{"source":415,"target":84},{"source":159,"target":0},{"source":159,"target":114},{"source":159,"target":416},{"source":416,"target":114},{"source":160,"target":0},{"source":160,"target":107},{"source":160,"target":417},{"source":417,"target":107},{"source":161,"target":0},{"source":161,"target":114},{"source":161,"target":418},{"source":418,"target":114},{"source":162,"target":0},{"source":162,"target":168},{"source":162,"target":419},{"source":419,"target":168},{"source":163,"target":0},{"source":163,"target":191},{"source":163,"target":420},{"source":420,"target":191},{"source":164,"target":0},{"source":164,"target":116},{"source":164,"target":421},{"source":421,"target":116},{"source":165,"target":0},{"source":165,"target":114},{"source":165,"target":422},{"source":422,"target":114},{"source":166,"target":0},{"source":166,"target":209},{"source":166,"target":423},{"source":423,"target":209},{"source":167,"target":0},{"source":167,"target":209},{"source":167,"target":424},{"source":424,"target":209},{"source":168,"target":0},{"source":168,"target":114},{"source":168,"target":425},{"source":425,"target":114},{"source":169,"target":0},{"source":169,"target":182},{"source":169,"target":426},{"source":426,"target":182},{"source":170,"target":0},{"source":170,"target":158},{"source":170,"target":427},{"source":427,"target":158},{"source":171,"target":0},{"source":171,"target":61},{"source":171,"target":150},{"source":171,"target":428},{"source":171,"target":429},{"source":428,"target":61},{"source":429,"target":150},{"source":172,"target":0},{"source":172,"target":201},{"source":172,"target":210},{"source":172,"target":430},{"source":172,"target":431},{"source":430,"target":201},{"source":431,"target":210},{"source":173,"target":0},{"source":173,"target":114},{"source":173,"target":432},{"source":432,"target":114},{"source":174,"target":0},{"source":174,"target":144},{"source":174,"target":433},{"source":433,"target":144},{"source":175,"target":0},{"source":175,"target":83},{"source":175,"target":162},{"source":175,"target":434},{"source":175,"target":435},{"source":434,"target":83},{"source":435,"target":162},{"source":176,"target":0},{"source":176,"target":209},{"source":176,"target":436},{"source":436,"target":209},{"source":177,"target":0},{"source":177,"target":84},{"source":177,"target":437},{"source":437,"target":84},{"source":178,"target":0},{"source":178,"target":114},{"source":178,"target":41},{"source":178,"target":438},{"source":178,"target":439},{"source":438,"target":114},{"source":439,"target":41},{"source":179,"target":0},{"source":179,"target":72},{"source":179,"target":440},{"source":440,"target":72},{"source":180,"target":0},{"source":180,"target":159},{"source":180,"target":41},{"source":180,"target":441},{"source":180,"target":442},{"source":441,"target":159},{"source":442,"target":41},{"source":181,"target":0},{"source":181,"target":103},{"source":181,"target":443},{"source":443,"target":103},{"source":182,"target":0},{"source":182,"target":83},{"source":182,"target":130},{"source":182,"target":168},{"source":182,"target":444},{"source":182,"target":445},{"source":182,"target":446},{"source":444,"target":83},{"source":445,"target":130},{"source":446,"target":168},{"source":183,"target":0},{"source":183,"target":26},{"source":183,"target":447},{"source":447,"target":26},{"source":184,"target":0},{"source":184,"target":114},{"source":184,"target":84},{"source":184,"target":448},{"source":184,"target":449},{"source":448,"target":114},{"source":449,"target":84},{"source":185,"target":0},{"source":185,"target":60},{"source":185,"target":450},{"source":450,"target":60},{"source":186,"target":0},{"source":186,"target":209},{"source":186,"target":451},{"source":451,"target":209},{"source":187,"target":0},{"source":187,"target":103},{"source":187,"target":452},{"source":452,"target":103},{"source":188,"target":0},{"source":188,"target":214},{"source":188,"target":453},{"source":453,"target":214},{"source":189,"target":0},{"source":189,"target":166},{"source":189,"target":454},{"source":454,"target":166},{"source":190,"target":0},{"source":190,"target":60},{"source":190,"target":455},{"source":455,"target":60},{"source":191,"target":0},{"source":191,"target":182},{"source":191,"target":94},{"source":191,"target":456},{"source":191,"target":457},{"source":456,"target":182},{"source":457,"target":94},{"source":192,"target":0},{"source":192,"target":209},{"source":192,"target":458},{"source":458,"target":209},{"source":193,"target":0},{"source":193,"target":66},{"source":193,"target":459},{"source":459,"target":66},{"source":194,"target":0},{"source":194,"target":72},{"source":194,"target":460},{"source":460,"target":72},{"source":195,"target":0},{"source":195,"target":181},{"source":195,"target":461},{"source":461,"target":181},{"source":196,"target":0},{"source":196,"target":180},{"source":196,"target":462},{"source":462,"target":180},{"source":197,"target":0},{"source":197,"target":92},{"source":197,"target":463},{"source":463,"target":92},{"source":198,"target":0},{"source":198,"target":10},{"source":198,"target":464},{"source":464,"target":10},{"source":199,"target":0},{"source":199,"target":32},{"source":199,"target":465},{"source":465,"target":32},{"source":200,"target":0},{"source":200,"target":189},{"source":200,"target":466},{"source":466,"target":189},{"source":201,"target":0},{"source":201,"target":156},{"source":201,"target":159},{"source":201,"target":467},{"source":201,"target":468},{"source":467,"target":156},{"source":468,"target":159},{"source":202,"target":0},{"source":202,"target":196},{"source":202,"target":469},{"source":469,"target":196},{"source":203,"target":0},{"source":203,"target":107},{"source":203,"target":470},{"source":470,"target":107},{"source":204,"target":0},{"source":204,"target":43},{"source":204,"target":112},{"source":204,"target":471},{"source":204,"target":472},{"source":471,"target":43},{"source":472,"target":112},{"source":205,"target":0},{"source":205,"target":201},{"source":205,"target":473},{"source":473,"target":201},{"source":206,"target":0},{"source":206,"target":146},{"source":206,"target":474},{"source":474,"target":146},{"source":207,"target":0},{"source":207,"target":105},{"source":207,"target":475},{"source":475,"target":105},{"source":208,"target":0},{"source":208,"target":43},{"source":208,"target":476},{"source":476,"target":43},{"source":209,"target":0},{"source":209,"target":62},{"source":209,"target":477},{"source":477,"target":62},{"source":210,"target":0},{"source":210,"target":10},{"source":210,"target":478},{"source":478,"target":10},{"source":211,"target":0},{"source":211,"target":226},{"source":211,"target":479},{"source":479,"target":226},{"source":212,"target":0},{"source":212,"target":72},{"source":212,"target":480},{"source":480,"target":72},{"source":213,"target":0},{"source":213,"target":83},{"source":213,"target":168},{"source":213,"target":481},{"source":213,"target":482},{"source":481,"target":83},{"source":482,"target":168},{"source":214,"target":0},{"source":214,"target":226},{"source":214,"target":483},{"source":483,"target":226},{"source":215,"target":0},{"source":215,"target":147},{"source":215,"target":484},{"source":484,"target":147},{"source":216,"target":0},{"source":216,"target":209},{"source":216,"target":485},{"source":485,"target":209},{"source":217,"target":0},{"source":217,"target":174},{"source":217,"target":486},{"source":486,"target":174},{"source":218,"target":0},{"source":218,"target":226},{"source":218,"target":487},{"source":487,"target":226},{"source":219,"target":0},{"source":219,"target":37},{"source":219,"target":488},{"source":488,"target":37},{"source":220,"target":0},{"source":220,"target":17},{"source":220,"target":489},{"source":489,"target":17},{"source":221,"target":0},{"source":221,"target":168},{"source":221,"target":490},{"source":490,"target":168},{"source":222,"target":0},{"source":222,"target":96},{"source":222,"target":491},{"source":491,"target":96},{"source":223,"target":0},{"source":223,"target":37},{"source":223,"target":492},{"source":492,"target":37},{"source":224,"target":0},{"source":224,"target":182},{"source":224,"target":85},{"source":224,"target":493},{"source":224,"target":494},{"source":493,"target":182},{"source":494,"target":85},{"source":225,"target":0},{"source":225,"target":209},{"source":225,"target":495},{"source":495,"target":209},{"source":226,"target":0},{"source":226,"target":156},{"source":226,"target":496},{"source":496,"target":156},{"source":227,"target":0},{"source":227,"target":12},{"source":227,"target":497},{"source":497,"target":12}],"multigraph":true}
ecore
tree
repo-ecore-all/data/hassansartaj/mdse-demos/DSL_Demo/dsml.tree/model/tree.ecore
tree Tree name node Node data label children
<?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="tree" nsURI="http://www.example.org/tree" nsPrefix="tree"> <eClassifiers xsi:type="ecore:EClass" name="Tree"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" lowerBound="1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"tree","nsURI":"http://www.example.org/tree","name":"tree","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"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":3,"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":"node","changeable":true,"resolveProxies":true,"lowerBound":1,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"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":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":"label","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":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":5},{"source":3,"target":1},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":2},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":7,"target":10},{"source":7,"target":2},{"source":8,"target":11},{"source":8,"target":2},{"source":9,"target":2},{"source":9,"target":12},{"source":9,"target":2},{"source":12,"target":2}],"multigraph":true}
ecore
families
repo-ecore-all/data/jgralab/funnyqt/test/input/Families.ecore
families Family father mother sons daughters model lastName street town Member firstName familyFather familyMother familySon familyDaughter model age FamilyModel families members
<?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="families" nsURI="http://families/1.0" nsPrefix="families"> <eClassifiers xsi:type="ecore:EClass" name="Family"> <eStructuralFeatures xsi:type="ecore:EReference" name="father" lowerBound="1" eType="#//Member" eOpposite="#//Member/familyFather"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mother" lowerBound="1" eType="#//Member" eOpposite="#//Member/familyMother"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sons" upperBound="-1" eType="#//Member" eOpposite="#//Member/familySon"/> <eStructuralFeatures xsi:type="ecore:EReference" name="daughters" upperBound="-1" eType="#//Member" eOpposite="#//Member/familyDaughter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//FamilyModel" eOpposite="#//FamilyModel/families"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="town" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familyFather" eType="#//Family" eOpposite="#//Family/father"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familyMother" eType="#//Family" eOpposite="#//Family/mother"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familySon" eType="#//Family" eOpposite="#//Family/sons"/> <eStructuralFeatures xsi:type="ecore:EReference" name="familyDaughter" eType="#//Family" eOpposite="#//Family/daughters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//FamilyModel" eOpposite="#//FamilyModel/members"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="age" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FamilyModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="families" upperBound="-1" eType="#//Family" containment="true" eOpposite="#//Family/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true" eOpposite="#//Member/model"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"families","nsURI":"http://families/1.0","name":"families","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Family","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FamilyModel","instanceClass":null,"abstract":false,"id":3,"interface":false,"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":"father","changeable":true,"resolveProxies":true,"lowerBound":1,"id":4,"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":"mother","changeable":true,"resolveProxies":true,"lowerBound":1,"id":5,"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":"sons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"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":"daughters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"lastName","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":"street","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"town","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"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":"familyFather","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"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":"familyMother","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"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":"familySon","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"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":"familyDaughter","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":"families","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":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"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":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"},{"container":false,"ordered":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":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":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":4,"target":2},{"source":4,"target":12},{"source":4,"target":1},{"source":4,"target":13},{"source":12,"target":2},{"source":5,"target":2},{"source":5,"target":14},{"source":5,"target":1},{"source":5,"target":15},{"source":14,"target":2},{"source":6,"target":2},{"source":6,"target":16},{"source":6,"target":1},{"source":6,"target":17},{"source":16,"target":2},{"source":7,"target":2},{"source":7,"target":18},{"source":7,"target":1},{"source":7,"target":19},{"source":18,"target":2},{"source":8,"target":3},{"source":8,"target":20},{"source":8,"target":1},{"source":8,"target":21},{"source":20,"target":3},{"source":9,"target":22},{"source":9,"target":1},{"source":10,"target":23},{"source":10,"target":1},{"source":11,"target":24},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":13},{"source":2,"target":15},{"source":2,"target":17},{"source":2,"target":19},{"source":2,"target":26},{"source":2,"target":27},{"source":25,"target":28},{"source":25,"target":2},{"source":13,"target":1},{"source":13,"target":29},{"source":13,"target":2},{"source":13,"target":4},{"source":29,"target":1},{"source":15,"target":1},{"source":15,"target":30},{"source":15,"target":2},{"source":15,"target":5},{"source":30,"target":1},{"source":17,"target":1},{"source":17,"target":31},{"source":17,"target":2},{"source":17,"target":6},{"source":31,"target":1},{"source":19,"target":1},{"source":19,"target":32},{"source":19,"target":2},{"source":19,"target":7},{"source":32,"target":1},{"source":26,"target":3},{"source":26,"target":33},{"source":26,"target":2},{"source":26,"target":34},{"source":33,"target":3},{"source":27,"target":35},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":34},{"source":21,"target":1},{"source":21,"target":36},{"source":21,"target":3},{"source":21,"target":8},{"source":36,"target":1},{"source":34,"target":2},{"source":34,"target":37},{"source":34,"target":3},{"source":34,"target":26},{"source":37,"target":2}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/abdelghafourzguindou/ModelTransformer/stateMachine/StateMachine/model/StateMachineDC.ecore
SimplStateMachineDC StateMachine transitions states State name container isActive false Ord Inh OrdIf InhIf CompositeState states initialState PseudoState referencedState InitialState Transition source target event
<?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="SimplStateMachineDC" nsURI="http://SimplStateMachineDC.fr" nsPrefix="SimplStateMachineDC"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" lowerBound="1" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//CompositeState" eOpposite="#//CompositeState/states"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isActive" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Ord" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Inh" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="OrdIf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="InhIf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//State"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" lowerBound="1" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/container"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="#//InitialState"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PseudoState" abstract="true" eSuperTypes="#//State"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedState" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//PseudoState"/> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"SimplStateMachineDC","nsURI":"http://SimplStateMachineDC.fr","name":"SimplStateMachineDC","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":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PseudoState","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","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"},{"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"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":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"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":"container","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":"false","unsettable":false,"transient":false,"unique":true,"name":"isActive","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Ord","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":"Inh","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":"OrdIf","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"InhIf","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"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":"states","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedState","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","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":"event","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"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":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":6},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":6},{"source":8,"target":2},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":2},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":11,"target":18},{"source":11,"target":2},{"source":12,"target":3},{"source":12,"target":19},{"source":12,"target":2},{"source":12,"target":20},{"source":19,"target":3},{"source":13,"target":21},{"source":13,"target":2},{"source":14,"target":22},{"source":14,"target":2},{"source":15,"target":23},{"source":15,"target":2},{"source":16,"target":24},{"source":16,"target":2},{"source":17,"target":25},{"source":17,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":20},{"source":3,"target":26},{"source":3,"target":27},{"source":20,"target":2},{"source":20,"target":28},{"source":20,"target":3},{"source":20,"target":12},{"source":28,"target":2},{"source":26,"target":5},{"source":26,"target":29},{"source":26,"target":3},{"source":29,"target":5},{"source":27,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":30},{"source":4,"target":31},{"source":30,"target":2},{"source":30,"target":32},{"source":30,"target":4},{"source":32,"target":2},{"source":31,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":33},{"source":33,"target":4},{"source":6,"target":0},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":34,"target":2},{"source":34,"target":37},{"source":34,"target":6},{"source":37,"target":2},{"source":35,"target":2},{"source":35,"target":38},{"source":35,"target":6},{"source":38,"target":2},{"source":36,"target":39},{"source":36,"target":6}],"multigraph":true}
ecore
services
repo-ecore-all/data/anestis27/External-DSL_NodeServer/Project/org.xtext.example.mydsl/model/generated/MyDsl.ecore
myDsl Model members Member Entity name is attributes IsServer value Attribute name value ValueType elementType ElementType EntityType entity BasicType ArrayType arrayElements ArrayElement value Verb verb qa rules Rule condition url Condition expression Expression IntType value StringType value BoolType value Or left right And left right Equality left op right Comparison left op right Plus left right Minus left right MulOrDiv left op right Not expression IntConstant value StringConstant value BoolConstant value VariableConstant value
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myDsl" nsURI="http://www.xtext.org/example/mydsl/MyDsl" nsPrefix="myDsl"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="is" eType="#//IsServer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsServer"> <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="Attribute"> <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="#//ValueType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueType"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="#//ElementType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementType"/> <eClassifiers xsi:type="ecore:EClass" name="EntityType" eSuperTypes="#//ElementType"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicType" eSuperTypes="#//ElementType"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//ElementType"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayElements" upperBound="-1" eType="#//ArrayElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//BasicType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Verb" eSuperTypes="#//Member"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="verb" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qa" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//Rule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="url" eType="#//ArrayType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="IntType" eSuperTypes="#//BasicType"> <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="StringType" eSuperTypes="#//BasicType"> <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="BoolType" eSuperTypes="#//BasicType"> <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="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="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="Equality" 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="Comparison" 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="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="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="MulOrDiv" 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="Not" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringConstant" 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="BoolConstant" 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="VariableConstant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Attribute"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"myDsl","nsURI":"http://www.xtext.org/example/mydsl/MyDsl","name":"myDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsServer","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":"ValueType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayElement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Verb","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MulOrDiv","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntConstant","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConstant","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolConstant","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableConstant","instanceClass":null,"abstract":false,"id":30,"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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"is","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"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":40,"derived":false},{"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},{"container":false,"ordered":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","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":"arrayElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":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":55,"derived":false},{"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":"verb","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":"qa","changeable":true,"lowerBound":0,"iD":false,"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":"rules","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"},{"container":false,"ordered":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":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":"url","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"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,"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":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"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":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":"right","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"},{"container":false,"ordered":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":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":"op","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"container":false,"ordered":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":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"op","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":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":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"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":2},{"source":31,"target":32},{"source":31,"target":1},{"source":32,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":33,"target":37},{"source":33,"target":3},{"source":34,"target":4},{"source":34,"target":38},{"source":34,"target":3},{"source":38,"target":4},{"source":35,"target":5},{"source":35,"target":39},{"source":35,"target":3},{"source":39,"target":5},{"source":36,"target":2},{"source":4,"target":0},{"source":4,"target":40},{"source":40,"target":41},{"source":40,"target":4},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":43},{"source":42,"target":44},{"source":42,"target":5},{"source":43,"target":6},{"source":43,"target":45},{"source":43,"target":5},{"source":45,"target":6},{"source":6,"target":0},{"source":6,"target":46},{"source":46,"target":7},{"source":46,"target":47},{"source":46,"target":6},{"source":47,"target":7},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":48},{"source":8,"target":49},{"source":48,"target":3},{"source":48,"target":50},{"source":48,"target":8},{"source":50,"target":3},{"source":49,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":51},{"source":51,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":52},{"source":10,"target":53},{"source":52,"target":11},{"source":52,"target":54},{"source":52,"target":10},{"source":54,"target":11},{"source":53,"target":7},{"source":11,"target":0},{"source":11,"target":55},{"source":55,"target":9},{"source":55,"target":56},{"source":55,"target":11},{"source":56,"target":9},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":57},{"source":12,"target":58},{"source":12,"target":59},{"source":12,"target":60},{"source":57,"target":61},{"source":57,"target":12},{"source":58,"target":62},{"source":58,"target":12},{"source":59,"target":13},{"source":59,"target":63},{"source":59,"target":12},{"source":63,"target":13},{"source":60,"target":2},{"source":13,"target":0},{"source":13,"target":64},{"source":13,"target":65},{"source":64,"target":14},{"source":64,"target":66},{"source":64,"target":13},{"source":66,"target":14},{"source":65,"target":10},{"source":65,"target":67},{"source":65,"target":13},{"source":67,"target":10},{"source":14,"target":0},{"source":14,"target":68},{"source":68,"target":15},{"source":68,"target":69},{"source":68,"target":14},{"source":69,"target":15},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":70},{"source":16,"target":71},{"source":70,"target":72},{"source":70,"target":16},{"source":71,"target":9},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":73},{"source":17,"target":74},{"source":73,"target":75},{"source":73,"target":17},{"source":74,"target":9},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":76},{"source":18,"target":77},{"source":76,"target":78},{"source":76,"target":18},{"source":77,"target":9},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":79},{"source":19,"target":80},{"source":19,"target":81},{"source":79,"target":15},{"source":79,"target":82},{"source":79,"target":19},{"source":82,"target":15},{"source":80,"target":15},{"source":80,"target":83},{"source":80,"target":19},{"source":83,"target":15},{"source":81,"target":15},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":84},{"source":20,"target":85},{"source":20,"target":86},{"source":84,"target":15},{"source":84,"target":87},{"source":84,"target":20},{"source":87,"target":15},{"source":85,"target":15},{"source":85,"target":88},{"source":85,"target":20},{"source":88,"target":15},{"source":86,"target":15},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":89},{"source":21,"target":90},{"source":21,"target":91},{"source":21,"target":92},{"source":89,"target":15},{"source":89,"target":93},{"source":89,"target":21},{"source":93,"target":15},{"source":90,"target":94},{"source":90,"target":21},{"source":91,"target":15},{"source":91,"target":95},{"source":91,"target":21},{"source":95,"target":15},{"source":92,"target":15},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":96},{"source":22,"target":97},{"source":22,"target":98},{"source":22,"target":99},{"source":96,"target":15},{"source":96,"target":100},{"source":96,"target":22},{"source":100,"target":15},{"source":97,"target":101},{"source":97,"target":22},{"source":98,"target":15},{"source":98,"target":102},{"source":98,"target":22},{"source":102,"target":15},{"source":99,"target":15},{"source":23,"target":0},{"source":23,"target":15},{"source":23,"target":103},{"source":23,"target":104},{"source":23,"target":105},{"source":103,"target":15},{"source":103,"target":106},{"source":103,"target":23},{"source":106,"target":15},{"source":104,"target":15},{"source":104,"target":107},{"source":104,"target":23},{"source":107,"target":15},{"source":105,"target":15},{"source":24,"target":0},{"source":24,"target":15},{"source":24,"target":108},{"source":24,"target":109},{"source":24,"target":110},{"source":108,"target":15},{"source":108,"target":111},{"source":108,"target":24},{"source":111,"target":15},{"source":109,"target":15},{"source":109,"target":112},{"source":109,"target":24},{"source":112,"target":15},{"source":110,"target":15},{"source":25,"target":0},{"source":25,"target":15},{"source":25,"target":113},{"source":25,"target":114},{"source":25,"target":115},{"source":25,"target":116},{"source":113,"target":15},{"source":113,"target":117},{"source":113,"target":25},{"source":117,"target":15},{"source":114,"target":118},{"source":114,"target":25},{"source":115,"target":15},{"source":115,"target":119},{"source":115,"target":25},{"source":119,"target":15},{"source":116,"target":15},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":120},{"source":26,"target":121},{"source":120,"target":15},{"source":120,"target":122},{"source":120,"target":26},{"source":122,"target":15},{"source":121,"target":15},{"source":27,"target":0},{"source":27,"target":15},{"source":27,"target":123},{"source":27,"target":124},{"source":123,"target":125},{"source":123,"target":27},{"source":124,"target":15},{"source":28,"target":0},{"source":28,"target":15},{"source":28,"target":126},{"source":28,"target":127},{"source":126,"target":128},{"source":126,"target":28},{"source":127,"target":15},{"source":29,"target":0},{"source":29,"target":15},{"source":29,"target":129},{"source":29,"target":130},{"source":129,"target":131},{"source":129,"target":29},{"source":130,"target":15},{"source":30,"target":0},{"source":30,"target":15},{"source":30,"target":132},{"source":30,"target":133},{"source":132,"target":5},{"source":132,"target":134},{"source":132,"target":30},{"source":134,"target":5},{"source":133,"target":15}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/mde-subtyping/web/subtyping.tests/src/test/resources/sle17/sm/subtyping/sm4.ecore
sm4 StateMachine initialState states edges State name sm outgoing incoming Transition event src tgt String java.lang.String java.lang.String
<?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="sm4" nsURI="emf.model.type.sm.steel.sm4" nsPrefix="sm4"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//State"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" eOpposite="#//State/sm"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sm" eType="#//StateMachine" eOpposite="#//StateMachine/states"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/src"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/tgt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" lowerBound="1" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//State" eOpposite="#//State/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tgt" lowerBound="1" eType="#//State" eOpposite="#//State/incoming"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"sm4","nsURI":"emf.model.type.sm.steel.sm4","name":"sm4","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":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":4,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":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":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"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":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tgt","changeable":true,"resolveProxies":true,"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":"event","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":2},{"source":5,"target":9},{"source":5,"target":1},{"source":9,"target":2},{"source":6,"target":2},{"source":6,"target":10},{"source":6,"target":1},{"source":6,"target":11},{"source":10,"target":2},{"source":7,"target":3},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":3},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":11},{"source":2,"target":14},{"source":2,"target":15},{"source":13,"target":4},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":4},{"source":11,"target":1},{"source":11,"target":17},{"source":11,"target":2},{"source":11,"target":6},{"source":17,"target":1},{"source":14,"target":3},{"source":14,"target":18},{"source":14,"target":2},{"source":14,"target":19},{"source":18,"target":3},{"source":15,"target":3},{"source":15,"target":20},{"source":15,"target":2},{"source":15,"target":21},{"source":20,"target":3},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":19},{"source":3,"target":21},{"source":22,"target":4},{"source":22,"target":23},{"source":22,"target":3},{"source":23,"target":4},{"source":19,"target":2},{"source":19,"target":24},{"source":19,"target":3},{"source":19,"target":14},{"source":24,"target":2},{"source":21,"target":2},{"source":21,"target":25},{"source":21,"target":3},{"source":21,"target":15},{"source":25,"target":2},{"source":4,"target":0}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/adilinam/QVTo-QVTd-OCL/org.eclipse.qvt.declarative.test.parser.qvtrelation/src/org/eclipse/qvt/declarative/test/parser/qvtrelation/models/QVT.ecore
EMOF Boolean java.lang.Boolean java.lang.Boolean Class isAbstract false ownedAttribute ownedOperation superClass Comment annotatedElement body DataType Element container equals object get property getMetaClass isSet property set property object unset property ownedComment Enumeration ownedLiteral EnumerationLiteral enumeration Extent elements useContainment Factory convertToString dataType object create metaClass createFromString dataType string package Integer java.lang.Integer java.lang.Integer MultiplicityElement isOrdered false isUnique true lower 1 upper 1 NamedElement name Object Operation class ownedParameter raisedException Package nestedPackage nestingPackage ownedType uri Parameter operation PrimitiveType Property class default isComposite false isDerived false isID isReadOnly false opposite Real java.lang.Float java.lang.Float ReflectiveCollection add object addAll objects clear remove object size ReflectiveSequence add index object get index remove index set index object String java.lang.String java.lang.String Tag element name value Type isInstance object package TypedElement type URIExtent contextURI element uri uri element UnlimitedNatural java.lang.Integer java.lang.Integer EssentialOCL AnyType BagType BooleanLiteralExp booleanSymbol CallExp source CollectionItem item CollectionKind Set Set OrderedSet OrderedSet Bag Bag Sequence Sequence Collection Collection CollectionLiteralExp kind part CollectionLiteralPart collectionLiteralExp CollectionRange first last CollectionType elementType EnumLiteralExp referredEnumLiteral ExpressionInOcl bodyExpression contextVariable generatedType parameterVariable resultVariable FeatureCallExp IfExp condition elseExpression thenExpression IntegerLiteralExp integerSymbol InvalidLiteralExp InvalidType IterateExp result IteratorExp LetExp in variable LiteralExp LoopExp body iterator NavigationCallExp NullLiteralExp NumericLiteralExp OclExpression OperationCallExp argument referredOperation OrderedSetType PrimitiveLiteralExp PropertyCallExp referredProperty RealLiteralExp realSymbol SequenceType SetType StringLiteralExp stringSymbol TemplateParameterType specification TupleLiteralExp part TupleLiteralPart attribute tupleLiteralExp value TupleType TypeExp referredType UnlimitedNaturalExp symbol Variable initExpression letExp representedParameter VariableExp referredVariable VoidType ImperativeOCL AltExp body condition AssertExp assertion log severity error AssignExp defaultValue isReset left value BlockExp body BreakExp CatchExp body exception ComputeExp body returnedElement ContinueExp DictLiteralExp part DictLiteralPart key value DictionaryType keyType ForExp ImperativeExpression ImperativeIterateExp target ImperativeLoopExp condition InstantiationExp argument extent instantiatedClass ListLiteralExp element ListType LogExp condition OrderedTupleLiteralExp part OrderedTupleLiteralPart value OrderedTupleType elementType RaiseExp argument exception ReturnExp value SeverityKind error error warning warning fatal fatal SwitchExp alternativePart elsePart TryExp exceptClause tryBody Typedef base condition UnlinkExp item target UnpackExp source targetVariable VariableInitExp referredVariable withResult false WhileExp body condition QVTBase Domain isCheckable isEnforceable rule typedModel Function queryExpression FunctionParameter Pattern bindsTo predicate Predicate conditionExpression pattern Rule domain overrides transformation Transformation extends modelParameter ownedTag rule TypedModel dependsOn transformation usedPackage QVTCore Area bottomPattern guardPattern Assignment bottomPattern isDefault value BottomPattern area assignment enforcementOperation realizedVariable CoreDomain CorePattern variable EnforcementMode Creation Creation Deletion Deletion EnforcementOperation bottomPattern enforcementMode operationCallExp GuardPattern area Mapping context local refinement specification PropertyAssignment slotExpression targetProperty RealizedVariable VariableAssignment targetVariable QVTTemplate CollectionTemplateExp member referredCollectionType rest ObjectTemplateExp part referredClass PropertyTemplateItem isOpposite false objContainer referredProperty value TemplateExp bindsTo where QVTRelation DomainPattern templateExpression Key identifies oppositePart part transformation OppositePropertyCallExp Relation isTopLevel operationalImpl variable when where RelationCallExp argument referredRelation RelationDomain defaultAssignment pattern rootVariable RelationDomainAssignment valueExp variable RelationImplementation impl inDirectionOf relation RelationalTransformation ownedKey QVTOperational Constructor ConstructorBody ContextualProperty context initExpression overridden DirectionKind in in inout inout out out EntryOperation Helper isQuery ImperativeCallExp isVirtual true ImperativeOperation body context isBlackbox overridden result ImportKind extension extension access access Library MappingBody endSection initSection MappingCallExp isStrict MappingOperation disjunct inherited merged refinedRelation when where MappingParameter extent referredDomain ModelParameter ModelType additionalCondition conformanceKind effective metamodel Module configProperty entry isBlackbox moduleImport ownedTag ownedVariable usedModelType ModuleImport binding importedModule kind module ObjectExp body referredObject OperationBody content operation variable OperationalTransformation intermediateClass intermediateProperty modelParameter refined relation ResolveExp condition isDeferred isInverse one target ResolveInExp inMapping VarParameter ctxOwner kind resOwner
<?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 xmi:id="EMOF" name="EMOF" nsURI="http://schema.omg.org/spec/MOF/2.0/emof.xml" nsPrefix="emof"> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Boolean" name="Boolean" instanceClassName="java.lang.Boolean"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Class" name="Class" eSuperTypes="EMOF.Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Class.isAbstract" name="isAbstract" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.ownedAttribute" name="ownedAttribute" upperBound="-1" eType="EMOF.Property" containment="true" resolveProxies="false" eOpposite="EMOF.Property.class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.ownedOperation" name="ownedOperation" upperBound="-1" eType="EMOF.Operation" containment="true" resolveProxies="false" eOpposite="EMOF.Operation.class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Class.superClass" name="superClass" ordered="false" upperBound="-1" eType="EMOF.Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Comment" name="Comment" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Comment.annotatedElement" name="annotatedElement" ordered="false" upperBound="-1" eType="EMOF.NamedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Comment.body" name="body" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.DataType" name="DataType" eSuperTypes="EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Element" name="Element" abstract="true" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.Element.container" name="container" eType="EMOF.Element"/> <eOperations xmi:id="EMOF.Element.equals" name="equals" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Element.equals.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Element.get" name="get" eType="EMOF.Object"> <eParameters xmi:id="EMOF.Element.get.property" name="property" eType="EMOF.Property"/> </eOperations> <eOperations xmi:id="EMOF.Element.getMetaClass" name="getMetaClass" eType="EMOF.Class"/> <eOperations xmi:id="EMOF.Element.isSet" name="isSet" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Element.isSet.property" name="property" eType="EMOF.Property"/> </eOperations> <eOperations xmi:id="EMOF.Element.set" name="set"> <eParameters xmi:id="EMOF.Element.set.property" name="property" eType="EMOF.Property"/> <eParameters xmi:id="EMOF.Element.set.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Element.unset" name="unset"> <eParameters xmi:id="EMOF.Element.unset.property" name="property" eType="EMOF.Property"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Element.ownedComment" name="ownedComment" ordered="false" upperBound="-1" eType="EMOF.Comment" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Enumeration" name="Enumeration" eSuperTypes="EMOF.DataType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Enumeration.ownedLiteral" name="ownedLiteral" upperBound="-1" eType="EMOF.EnumerationLiteral" containment="true" resolveProxies="false" eOpposite="EMOF.EnumerationLiteral.enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.EnumerationLiteral" name="EnumerationLiteral" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.EnumerationLiteral.enumeration" name="enumeration" eType="EMOF.Enumeration" transient="true" resolveProxies="false" eOpposite="EMOF.Enumeration.ownedLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Extent" name="Extent" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.Extent.elements" name="elements" eType="EMOF.ReflectiveSequence"/> <eOperations xmi:id="EMOF.Extent.useContainment" name="useContainment" eType="PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Factory" name="Factory" eSuperTypes="EMOF.Element"> <eOperations xmi:id="EMOF.Factory.convertToString" name="convertToString" eType="PrimitiveTypes.String"> <eParameters xmi:id="EMOF.Factory.convertToString.dataType" name="dataType" eType="EMOF.DataType"/> <eParameters xmi:id="EMOF.Factory.convertToString.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.Factory.create" name="create" eType="EMOF.Element"> <eParameters xmi:id="EMOF.Factory.create.metaClass" name="metaClass" eType="EMOF.Class"/> </eOperations> <eOperations xmi:id="EMOF.Factory.createFromString" name="createFromString" eType="EMOF.Object"> <eParameters xmi:id="EMOF.Factory.createFromString.dataType" name="dataType" eType="EMOF.DataType"/> <eParameters xmi:id="EMOF.Factory.createFromString.string" name="string" eType="PrimitiveTypes.String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Factory.package" name="package" lowerBound="1" eType="EMOF.Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Integer" name="Integer" instanceClassName="java.lang.Integer"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.MultiplicityElement" name="MultiplicityElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.isOrdered" name="isOrdered" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.isUnique" name="isUnique" eType="PrimitiveTypes.Boolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.lower" name="lower" eType="PrimitiveTypes.Integer" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.MultiplicityElement.upper" name="upper" eType="PrimitiveTypes.UnlimitedNatural" defaultValueLiteral="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.NamedElement" name="NamedElement" abstract="true" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.NamedElement.name" name="name" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Object" name="Object"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Operation" name="Operation" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.class" name="class" eType="EMOF.Class" transient="true" resolveProxies="false" eOpposite="EMOF.Class.ownedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.ownedParameter" name="ownedParameter" upperBound="-1" eType="EMOF.Parameter" containment="true" resolveProxies="false" eOpposite="EMOF.Parameter.operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Operation.raisedException" name="raisedException" ordered="false" upperBound="-1" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Package" name="Package" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.nestedPackage" name="nestedPackage" ordered="false" upperBound="-1" eType="EMOF.Package" containment="true" resolveProxies="false" eOpposite="EMOF.Package.nestingPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.nestingPackage" name="nestingPackage" eType="EMOF.Package" transient="true" resolveProxies="false" eOpposite="EMOF.Package.nestedPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Package.ownedType" name="ownedType" ordered="false" upperBound="-1" eType="EMOF.Type" containment="true" resolveProxies="false" eOpposite="EMOF.Type.package"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Package.uri" name="uri" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Parameter" name="Parameter" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Parameter.operation" name="operation" eType="EMOF.Operation" transient="true" resolveProxies="false" eOpposite="EMOF.Operation.ownedParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.PrimitiveType" name="PrimitiveType" eSuperTypes="EMOF.DataType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Property" name="Property" eSuperTypes="EMOF.TypedElement EMOF.MultiplicityElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Property.class" name="class" eType="EMOF.Class" transient="true" resolveProxies="false" eOpposite="EMOF.Class.ownedAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.default" name="default" eType="PrimitiveTypes.String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isComposite" name="isComposite" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isDerived" name="isDerived" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isID" name="isID" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Property.isReadOnly" name="isReadOnly" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Property.opposite" name="opposite" eType="EMOF.Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.Real" name="Real" instanceClassName="java.lang.Float"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.ReflectiveCollection" name="ReflectiveCollection" eSuperTypes="EMOF.Object"> <eOperations xmi:id="EMOF.ReflectiveCollection.add" name="add" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.add.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.addAll" name="addAll" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.addAll.objects" name="objects" eType="EMOF.ReflectiveSequence"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.clear" name="clear"/> <eOperations xmi:id="EMOF.ReflectiveCollection.remove" name="remove" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.ReflectiveCollection.remove.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveCollection.size" name="size" eType="PrimitiveTypes.Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.ReflectiveSequence" name="ReflectiveSequence" eSuperTypes="EMOF.ReflectiveCollection"> <eOperations xmi:id="EMOF.ReflectiveSequence.add" name="add"> <eParameters xmi:id="EMOF.ReflectiveSequence.add.index" name="index" eType="PrimitiveTypes.Integer"/> <eParameters xmi:id="EMOF.ReflectiveSequence.add.object" name="object" eType="EMOF.Object"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.get" name="get" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.get.index" name="index" eType="PrimitiveTypes.Integer"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.remove" name="remove" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.remove.index" name="index" eType="PrimitiveTypes.Integer"/> </eOperations> <eOperations xmi:id="EMOF.ReflectiveSequence.set" name="set" eType="EMOF.Object"> <eParameters xmi:id="EMOF.ReflectiveSequence.set.index" name="index" eType="PrimitiveTypes.Integer"/> <eParameters xmi:id="EMOF.ReflectiveSequence.set.object" name="object" eType="EMOF.Object"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.String" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Tag" name="Tag" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Tag.element" name="element" ordered="false" upperBound="-1" eType="EMOF.Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Tag.name" name="name" eType="PrimitiveTypes.String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EMOF.Tag.value" name="value" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.Type" name="Type" abstract="true" eSuperTypes="EMOF.NamedElement"> <eOperations xmi:id="EMOF.Type.isInstance" name="isInstance" eType="PrimitiveTypes.Boolean"> <eParameters xmi:id="EMOF.Type.isInstance.object" name="object" eType="EMOF.Object"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.Type.package" name="package" eType="EMOF.Package" transient="true" resolveProxies="false" eOpposite="EMOF.Package.ownedType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.TypedElement" name="TypedElement" abstract="true" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EMOF.TypedElement.type" name="type" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EMOF.URIExtent" name="URIExtent" eSuperTypes="EMOF.Extent"> <eOperations xmi:id="EMOF.URIExtent.contextURI" name="contextURI" eType="PrimitiveTypes.String"/> <eOperations xmi:id="EMOF.URIExtent.element" name="element" eType="EMOF.Element"> <eParameters xmi:id="EMOF.URIExtent.element.uri" name="uri" eType="PrimitiveTypes.String"/> </eOperations> <eOperations xmi:id="EMOF.URIExtent.uri" name="uri" eType="PrimitiveTypes.String"> <eParameters xmi:id="EMOF.URIExtent.uri.element" name="element" eType="EMOF.Element"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" xmi:id="PrimitiveTypes.UnlimitedNatural" name="UnlimitedNatural" instanceClassName="java.lang.Integer"/> </ecore:EPackage> <ecore:EPackage xmi:id="EssentialOCL" name="EssentialOCL" nsURI="http://schema.omg.org/spec/QVT/1.1/essentialocl.xml" nsPrefix="essentialocl"> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.AnyType" name="AnyType" eSuperTypes="EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BagType" name="BagType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BooleanLiteralExp" name="BooleanLiteralExp" eSuperTypes="EssentialOCL.PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.BooleanLiteralExp.booleanSymbol" name="booleanSymbol" eType="PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CallExp" name="CallExp" abstract="true" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CallExp.source" name="source" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="appliedElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionItem" name="CollectionItem" eSuperTypes="EssentialOCL.CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionItem.item" name="item" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="EssentialOCL.CollectionKind" name="CollectionKind"> <eLiterals xmi:id="EssentialOCL.CollectionKind.Set" name="Set"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.OrderedSet" name="OrderedSet" value="1"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Bag" name="Bag" value="2"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Sequence" name="Sequence" value="3"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Collection" name="Collection" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralExp" name="CollectionLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.CollectionLiteralExp.kind" name="kind" eType="EssentialOCL.CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="EssentialOCL.CollectionLiteralPart" containment="true" resolveProxies="false" eOpposite="EssentialOCL.CollectionLiteralPart.collectionLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralPart" name="CollectionLiteralPart" abstract="true" eSuperTypes="EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralPart.collectionLiteralExp" name="collectionLiteralExp" lowerBound="1" eType="EssentialOCL.CollectionLiteralExp" transient="true" resolveProxies="false" eOpposite="EssentialOCL.CollectionLiteralExp.part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionRange" name="CollectionRange" eSuperTypes="EssentialOCL.CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.first" name="first" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="firstOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.last" name="last" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="lastOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionType" name="CollectionType" eSuperTypes="EMOF.DataType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionType.elementType" name="elementType" lowerBound="1" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.EnumLiteralExp" name="EnumLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.EnumLiteralExp.referredEnumLiteral" name="referredEnumLiteral" eType="EMOF.EnumerationLiteral"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="literalExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.ExpressionInOcl" name="ExpressionInOcl" eSuperTypes="EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.bodyExpression" name="bodyExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="topExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.contextVariable" name="contextVariable" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="selfOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.generatedType" name="generatedType" ordered="false" upperBound="-1" eType="EMOF.Type" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owningExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.parameterVariable" name="parameterVariable" ordered="false" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="varOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.resultVariable" name="resultVariable" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resultOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.FeatureCallExp" name="FeatureCallExp" abstract="true" eSuperTypes="EssentialOCL.CallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IfExp" name="IfExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.condition" name="condition" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ifOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.elseExpression" name="elseExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elseOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.thenExpression" name="thenExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="thenOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IntegerLiteralExp" name="IntegerLiteralExp" eSuperTypes="EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.IntegerLiteralExp.integerSymbol" name="integerSymbol" eType="PrimitiveTypes.Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidLiteralExp" name="InvalidLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidType" name="InvalidType" eSuperTypes="EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IterateExp" name="IterateExp" eSuperTypes="EssentialOCL.LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IterateExp.result" name="result" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="baseExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IteratorExp" name="IteratorExp" eSuperTypes="EssentialOCL.LoopExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LetExp" name="LetExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.in" name="in" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.variable" name="variable" lowerBound="1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false" eOpposite="EssentialOCL.Variable.letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LiteralExp" name="LiteralExp" abstract="true" eSuperTypes="EssentialOCL.OclExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LoopExp" name="LoopExp" abstract="true" eSuperTypes="EssentialOCL.CallExp EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.body" name="body" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopBodyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.iterator" name="iterator" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NavigationCallExp" name="NavigationCallExp" eSuperTypes="EssentialOCL.FeatureCallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NullLiteralExp" name="NullLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NumericLiteralExp" name="NumericLiteralExp" abstract="true" eSuperTypes="EssentialOCL.PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OclExpression" name="OclExpression" abstract="true" eSuperTypes="EMOF.TypedElement"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OperationCallExp" name="OperationCallExp" eSuperTypes="EssentialOCL.FeatureCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.argument" name="argument" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="parentCall"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.referredOperation" name="referredOperation" eType="EMOF.Operation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OrderedSetType" name="OrderedSetType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PrimitiveLiteralExp" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PropertyCallExp" name="PropertyCallExp" eSuperTypes="EssentialOCL.NavigationCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.PropertyCallExp.referredProperty" name="referredProperty" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.RealLiteralExp" name="RealLiteralExp" eSuperTypes="EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.RealLiteralExp.realSymbol" name="realSymbol" eType="PrimitiveTypes.Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SequenceType" name="SequenceType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SetType" name="SetType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.StringLiteralExp" name="StringLiteralExp" eSuperTypes="EssentialOCL.PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.StringLiteralExp.stringSymbol" name="stringSymbol" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TemplateParameterType" name="TemplateParameterType" eSuperTypes="EMOF.Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.TemplateParameterType.specification" name="specification" eType="PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralExp" name="TupleLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="EssentialOCL.TupleLiteralPart" containment="true" resolveProxies="false" eOpposite="EssentialOCL.TupleLiteralPart.tupleLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralPart" name="TupleLiteralPart" eSuperTypes="EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.attribute" name="attribute" eType="EMOF.Property"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.tupleLiteralExp" name="tupleLiteralExp" eType="EssentialOCL.TupleLiteralExp" transient="true" resolveProxies="false" eOpposite="EssentialOCL.TupleLiteralExp.part"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.value" name="value" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleType" name="TupleType" eSuperTypes="EMOF.Class EMOF.DataType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TypeExp" name="TypeExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TypeExp.referredType" name="referredType" eType="EMOF.Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.UnlimitedNaturalExp" name="UnlimitedNaturalExp" eSuperTypes="EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.UnlimitedNaturalExp.symbol" name="symbol" eType="PrimitiveTypes.UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.Variable" name="Variable" eSuperTypes="EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.initExpression" name="initExpression" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="initializedElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.letExp" name="letExp" eType="EssentialOCL.LetExp" transient="true" resolveProxies="false" eOpposite="EssentialOCL.LetExp.variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.representedParameter" name="representedParameter" eType="EMOF.Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VariableExp" name="VariableExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.VariableExp.referredVariable" name="referredVariable" eType="EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VoidType" name="VoidType" eSuperTypes="EMOF.Type"/> </ecore:EPackage> <ecore:EPackage xmi:id="ImperativeOCL" name="ImperativeOCL" nsURI="http://schema.omg.org/spec/QVT/1.1/imperativeocl.xml" nsPrefix="imperativeocl"> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.AltExp" name="AltExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AltExp.body" name="body" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altBodyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AltExp.condition" name="condition" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altCondOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.AssertExp" name="AssertExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssertExp.assertion" name="assertion" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assertOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssertExp.log" name="log" eType="ImperativeOCL.LogExp" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="ImperativeOCL.AssertExp.severity" name="severity" eType="ImperativeOCL.SeverityKind" defaultValueLiteral="error"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.AssignExp" name="AssignExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssignExp.defaultValue" name="defaultValue" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="defaultOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="ImperativeOCL.AssignExp.isReset" name="isReset" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssignExp.left" name="left" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="leftOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.AssignExp.value" name="value" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valueOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.BlockExp" name="BlockExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.BlockExp.body" name="body" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="blockOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.BreakExp" name="BreakExp" eSuperTypes="ImperativeOCL.ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.CatchExp" name="CatchExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.CatchExp.body" name="body" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.CatchExp.exception" name="exception" upperBound="-1" eType="EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tryExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ComputeExp" name="ComputeExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ComputeExp.body" name="body" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="computeOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ComputeExp.returnedElement" name="returnedElement" lowerBound="1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="computeOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ContinueExp" name="ContinueExp" eSuperTypes="ImperativeOCL.ImperativeExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.DictLiteralExp" name="DictLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="ImperativeOCL.DictLiteralPart" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="partOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.DictLiteralPart" name="DictLiteralPart" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictLiteralPart.key" name="key" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="keyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictLiteralPart.value" name="value" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.DictionaryType" name="DictionaryType" eSuperTypes="EssentialOCL.CollectionType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.DictionaryType.keyType" name="keyType" eType="EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="keyDict"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ForExp" name="ForExp" eSuperTypes="ImperativeOCL.ImperativeLoopExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ImperativeExpression" name="ImperativeExpression" abstract="true" eSuperTypes="EssentialOCL.OclExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ImperativeIterateExp" name="ImperativeIterateExp" eSuperTypes="ImperativeOCL.ImperativeLoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ImperativeIterateExp.target" name="target" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tgtOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ImperativeLoopExp" name="ImperativeLoopExp" abstract="true" eSuperTypes="EssentialOCL.LoopExp ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ImperativeLoopExp.condition" name="condition" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopCondOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.InstantiationExp" name="InstantiationExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.InstantiationExp.argument" name="argument" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="argOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.InstantiationExp.extent" name="extent" eType="EssentialOCL.Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.InstantiationExp.instantiatedClass" name="instantiatedClass" lowerBound="1" eType="EMOF.Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ListLiteralExp" name="ListLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ListLiteralExp.element" name="element" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elementOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ListType" name="ListType" eSuperTypes="EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.LogExp" name="LogExp" eSuperTypes="EssentialOCL.OperationCallExp ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.LogExp.condition" name="condition" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="logOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.OrderedTupleLiteralExp" name="OrderedTupleLiteralExp" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.OrderedTupleLiteralExp.part" name="part" upperBound="-1" eType="ImperativeOCL.OrderedTupleLiteralPart" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="partOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.OrderedTupleLiteralPart" name="OrderedTupleLiteralPart" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.OrderedTupleLiteralPart.value" name="value" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tupValOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.OrderedTupleType" name="OrderedTupleType" eSuperTypes="EMOF.Class"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.OrderedTupleType.elementType" name="elementType" upperBound="-1" eType="EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="eltTuple"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.RaiseExp" name="RaiseExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.RaiseExp.argument" name="argument" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.RaiseExp.exception" name="exception" lowerBound="1" eType="EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="raiseExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.ReturnExp" name="ReturnExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.ReturnExp.value" name="value" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="ImperativeOCL.SeverityKind" name="SeverityKind"> <eLiterals xmi:id="ImperativeOCL.SeverityKind.error" name="error"/> <eLiterals xmi:id="ImperativeOCL.SeverityKind.warning" name="warning" value="1"/> <eLiterals xmi:id="ImperativeOCL.SeverityKind.fatal" name="fatal" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.SwitchExp" name="SwitchExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.SwitchExp.alternativePart" name="alternativePart" upperBound="-1" eType="ImperativeOCL.AltExp" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="altOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.SwitchExp.elsePart" name="elsePart" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elsePartOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.TryExp" name="TryExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.TryExp.exceptClause" name="exceptClause" upperBound="-1" eType="ImperativeOCL.CatchExp" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="exceptOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.TryExp.tryBody" name="tryBody" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tryBodyOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.Typedef" name="Typedef" eSuperTypes="EMOF.Class"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.Typedef.base" name="base" lowerBound="1" eType="EMOF.Type"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.Typedef.condition" name="condition" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.UnlinkExp" name="UnlinkExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnlinkExp.item" name="item" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="itemUnlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnlinkExp.target" name="target" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tgtUnlink"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.UnpackExp" name="UnpackExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnpackExp.source" name="source" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.UnpackExp.targetVariable" name="targetVariable" lowerBound="1" upperBound="-1" eType="EssentialOCL.Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.VariableInitExp" name="VariableInitExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.VariableInitExp.referredVariable" name="referredVariable" lowerBound="1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="declaration"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="ImperativeOCL.VariableInitExp.withResult" name="withResult" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="ImperativeOCL.WhileExp" name="WhileExp" eSuperTypes="ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.WhileExp.body" name="body" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whileOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="ImperativeOCL.WhileExp.condition" name="condition" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whileExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage> <ecore:EPackage xmi:id="QVTBase" name="QVTBase" nsURI="http://schema.omg.org/spec/QVT/1.1/qvtbase.xml" nsPrefix="qvtbase"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Domain" name="Domain" abstract="true" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTBase.Domain.isCheckable" name="isCheckable" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTBase.Domain.isEnforceable" name="isEnforceable" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Domain.rule" name="rule" lowerBound="1" eType="QVTBase.Rule" transient="true" resolveProxies="false" eOpposite="QVTBase.Rule.domain"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Domain.typedModel" name="typedModel" eType="QVTBase.TypedModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Function" name="Function" eSuperTypes="EMOF.Operation"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Function.queryExpression" name="queryExpression" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.FunctionParameter" name="FunctionParameter" eSuperTypes="EssentialOCL.Variable EMOF.Parameter"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Pattern" name="Pattern" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Pattern.bindsTo" name="bindsTo" ordered="false" upperBound="-1" eType="EssentialOCL.Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Pattern.predicate" name="predicate" ordered="false" upperBound="-1" eType="QVTBase.Predicate" containment="true" resolveProxies="false" eOpposite="QVTBase.Predicate.pattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Predicate" name="Predicate" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Predicate.conditionExpression" name="conditionExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Predicate.pattern" name="pattern" lowerBound="1" eType="QVTBase.Pattern" transient="true" resolveProxies="false" eOpposite="QVTBase.Pattern.predicate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Rule" name="Rule" abstract="true" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.domain" name="domain" upperBound="-1" eType="QVTBase.Domain" containment="true" resolveProxies="false" eOpposite="QVTBase.Domain.rule"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.overrides" name="overrides" eType="QVTBase.Rule"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriden"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Rule.transformation" name="transformation" eType="QVTBase.Transformation" transient="true" resolveProxies="false" eOpposite="QVTBase.Transformation.rule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.Transformation" name="Transformation" eSuperTypes="EMOF.Class EMOF.Package"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.extends" name="extends" eType="QVTBase.Transformation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="extendedBy"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.modelParameter" name="modelParameter" upperBound="-1" eType="QVTBase.TypedModel" containment="true" resolveProxies="false" eOpposite="QVTBase.TypedModel.transformation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.ownedTag" name="ownedTag" ordered="false" upperBound="-1" eType="EMOF.Tag" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.Transformation.rule" name="rule" ordered="false" upperBound="-1" eType="QVTBase.Rule" containment="true" resolveProxies="false" eOpposite="QVTBase.Rule.transformation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTBase.TypedModel" name="TypedModel" eSuperTypes="EMOF.NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.dependsOn" name="dependsOn" ordered="false" upperBound="-1" eType="QVTBase.TypedModel"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="dependent"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.transformation" name="transformation" lowerBound="1" eType="QVTBase.Transformation" transient="true" resolveProxies="false" eOpposite="QVTBase.Transformation.modelParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTBase.TypedModel.usedPackage" name="usedPackage" ordered="false" lowerBound="1" upperBound="-1" eType="EMOF.Package"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage xmi:id="QVTCore" name="QVTCore" nsURI="http://schema.omg.org/spec/QVT/1.1/qvtcore.xml" nsPrefix="qvtcore"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.Area" name="Area" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Area.bottomPattern" name="bottomPattern" lowerBound="1" eType="QVTCore.BottomPattern" containment="true" resolveProxies="false" eOpposite="QVTCore.BottomPattern.area"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Area.guardPattern" name="guardPattern" lowerBound="1" eType="QVTCore.GuardPattern" containment="true" resolveProxies="false" eOpposite="QVTCore.GuardPattern.area"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.Assignment" name="Assignment" abstract="true" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Assignment.bottomPattern" name="bottomPattern" lowerBound="1" eType="QVTCore.BottomPattern" transient="true" resolveProxies="false" eOpposite="QVTCore.BottomPattern.assignment"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTCore.Assignment.isDefault" name="isDefault" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Assignment.value" name="value" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="valueAssignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.BottomPattern" name="BottomPattern" eSuperTypes="QVTCore.CorePattern"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.BottomPattern.area" name="area" lowerBound="1" eType="QVTCore.Area" transient="true" resolveProxies="false" eOpposite="QVTCore.Area.bottomPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.BottomPattern.assignment" name="assignment" ordered="false" upperBound="-1" eType="QVTCore.Assignment" containment="true" resolveProxies="false" eOpposite="QVTCore.Assignment.bottomPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.BottomPattern.enforcementOperation" name="enforcementOperation" ordered="false" upperBound="-1" eType="QVTCore.EnforcementOperation" containment="true" resolveProxies="false" eOpposite="QVTCore.EnforcementOperation.bottomPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.BottomPattern.realizedVariable" name="realizedVariable" ordered="false" upperBound="-1" eType="QVTCore.RealizedVariable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.CoreDomain" name="CoreDomain" eSuperTypes="QVTBase.Domain QVTCore.Area"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.CorePattern" name="CorePattern" eSuperTypes="QVTBase.Pattern"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.CorePattern.variable" name="variable" ordered="false" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="QVTCore.EnforcementMode" name="EnforcementMode"> <eLiterals xmi:id="QVTCore.EnforcementMode.Creation" name="Creation"/> <eLiterals xmi:id="QVTCore.EnforcementMode.Deletion" name="Deletion" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.EnforcementOperation" name="EnforcementOperation" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.EnforcementOperation.bottomPattern" name="bottomPattern" eType="QVTCore.BottomPattern" transient="true" resolveProxies="false" eOpposite="QVTCore.BottomPattern.enforcementOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTCore.EnforcementOperation.enforcementMode" name="enforcementMode" eType="QVTCore.EnforcementMode"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.EnforcementOperation.operationCallExp" name="operationCallExp" lowerBound="1" eType="EssentialOCL.OperationCallExp" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.GuardPattern" name="GuardPattern" eSuperTypes="QVTCore.CorePattern"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.GuardPattern.area" name="area" lowerBound="1" eType="QVTCore.Area" transient="true" resolveProxies="false" eOpposite="QVTCore.Area.guardPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.Mapping" name="Mapping" eSuperTypes="QVTBase.Rule QVTCore.Area"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Mapping.context" name="context" eType="QVTCore.Mapping" transient="true" resolveProxies="false" eOpposite="QVTCore.Mapping.local"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Mapping.local" name="local" ordered="false" upperBound="-1" eType="QVTCore.Mapping" containment="true" resolveProxies="false" eOpposite="QVTCore.Mapping.context"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Mapping.refinement" name="refinement" ordered="false" upperBound="-1" eType="QVTCore.Mapping" eOpposite="QVTCore.Mapping.specification"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.Mapping.specification" name="specification" ordered="false" upperBound="-1" eType="QVTCore.Mapping" eOpposite="QVTCore.Mapping.refinement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.PropertyAssignment" name="PropertyAssignment" eSuperTypes="QVTCore.Assignment"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.PropertyAssignment.slotExpression" name="slotExpression" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="slotAssignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.PropertyAssignment.targetProperty" name="targetProperty" lowerBound="1" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.RealizedVariable" name="RealizedVariable" eSuperTypes="EssentialOCL.Variable"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTCore.VariableAssignment" name="VariableAssignment" eSuperTypes="QVTCore.Assignment"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTCore.VariableAssignment.targetVariable" name="targetVariable" lowerBound="1" eType="EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="assignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage> <ecore:EPackage xmi:id="QVTTemplate" name="QVTTemplate" nsURI="http://schema.omg.org/spec/QVT/1.1/qvttemplate.xml" nsPrefix="qvttemplate"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTTemplate.CollectionTemplateExp" name="CollectionTemplateExp" eSuperTypes="QVTTemplate.TemplateExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.CollectionTemplateExp.member" name="member" ordered="false" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="listContainer"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.CollectionTemplateExp.referredCollectionType" name="referredCollectionType" lowerBound="1" eType="EssentialOCL.CollectionType"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.CollectionTemplateExp.rest" name="rest" eType="EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="matchingExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTTemplate.ObjectTemplateExp" name="ObjectTemplateExp" eSuperTypes="QVTTemplate.TemplateExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.ObjectTemplateExp.part" name="part" ordered="false" upperBound="-1" eType="QVTTemplate.PropertyTemplateItem" containment="true" resolveProxies="false" eOpposite="QVTTemplate.PropertyTemplateItem.objContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.ObjectTemplateExp.referredClass" name="referredClass" lowerBound="1" eType="EMOF.Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTTemplate.PropertyTemplateItem" name="PropertyTemplateItem" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTTemplate.PropertyTemplateItem.isOpposite" name="isOpposite" eType="PrimitiveTypes.Boolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.PropertyTemplateItem.objContainer" name="objContainer" lowerBound="1" eType="QVTTemplate.ObjectTemplateExp" transient="true" resolveProxies="false" eOpposite="QVTTemplate.ObjectTemplateExp.part"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.PropertyTemplateItem.referredProperty" name="referredProperty" lowerBound="1" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="propertyItem"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.PropertyTemplateItem.value" name="value" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="propertyItem"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTTemplate.TemplateExp" name="TemplateExp" abstract="true" eSuperTypes="EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.TemplateExp.bindsTo" name="bindsTo" eType="EssentialOCL.Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTTemplate.TemplateExp.where" name="where" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage> <ecore:EPackage xmi:id="QVTRelation" name="QVTRelation" nsURI="http://schema.omg.org/spec/QVT/1.1/qvtrelation.xml" nsPrefix="qvtrelation"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.DomainPattern" name="DomainPattern" eSuperTypes="QVTBase.Pattern"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.DomainPattern.templateExpression" name="templateExpression" eType="QVTTemplate.TemplateExp" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.Key" name="Key" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Key.identifies" name="identifies" lowerBound="1" eType="EMOF.Class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Key.oppositePart" name="oppositePart" ordered="false" upperBound="-1" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="oppositeKey"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Key.part" name="part" ordered="false" upperBound="-1" eType="EMOF.Property"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Key.transformation" name="transformation" eType="QVTRelation.RelationalTransformation" transient="true" resolveProxies="false" eOpposite="QVTRelation.RelationalTransformation.ownedKey"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.OppositePropertyCallExp" name="OppositePropertyCallExp" eSuperTypes="EssentialOCL.PropertyCallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.Relation" name="Relation" eSuperTypes="QVTBase.Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTRelation.Relation.isTopLevel" name="isTopLevel" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Relation.operationalImpl" name="operationalImpl" ordered="false" upperBound="-1" eType="QVTRelation.RelationImplementation" containment="true" resolveProxies="false" eOpposite="QVTRelation.RelationImplementation.relation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Relation.variable" name="variable" ordered="false" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Relation.when" name="when" eType="QVTBase.Pattern" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whenOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.Relation.where" name="where" eType="QVTBase.Pattern" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whereOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.RelationCallExp" name="RelationCallExp" eSuperTypes="EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationCallExp.argument" name="argument" lowerBound="2" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationCallExp.referredRelation" name="referredRelation" lowerBound="1" eType="QVTRelation.Relation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.RelationDomain" name="RelationDomain" eSuperTypes="QVTBase.Domain"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationDomain.defaultAssignment" name="defaultAssignment" ordered="false" upperBound="-1" eType="QVTRelation.RelationDomainAssignment" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationDomain.pattern" name="pattern" eType="QVTRelation.DomainPattern" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationDomain.rootVariable" name="rootVariable" lowerBound="1" eType="EssentialOCL.Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.RelationDomainAssignment" name="RelationDomainAssignment" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationDomainAssignment.valueExp" name="valueExp" lowerBound="1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="domainAssignment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationDomainAssignment.variable" name="variable" lowerBound="1" eType="EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="domainAssignment"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.RelationImplementation" name="RelationImplementation" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationImplementation.impl" name="impl" lowerBound="1" eType="EMOF.Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationImplementation.inDirectionOf" name="inDirectionOf" lowerBound="1" eType="QVTBase.TypedModel"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationImplementation.relation" name="relation" eType="QVTRelation.Relation" transient="true" resolveProxies="false" eOpposite="QVTRelation.Relation.operationalImpl"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTRelation.RelationalTransformation" name="RelationalTransformation" eSuperTypes="QVTBase.Transformation"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTRelation.RelationalTransformation.ownedKey" name="ownedKey" ordered="false" upperBound="-1" eType="QVTRelation.Key" containment="true" resolveProxies="false" eOpposite="QVTRelation.Key.transformation"/> </eClassifiers> </ecore:EPackage> <ecore:EPackage xmi:id="QVTOperational" name="QVTOperational" nsURI="http://schema.omg.org/spec/QVT/1.1/qvtoperational.xml" nsPrefix="qvtoperational"> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Constructor" name="Constructor" eSuperTypes="QVTOperational.ImperativeOperation"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ConstructorBody" name="ConstructorBody" eSuperTypes="QVTOperational.OperationBody"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ContextualProperty" name="ContextualProperty" eSuperTypes="EMOF.Property"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.context" name="context" lowerBound="1" eType="EMOF.Class"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.initExpression" name="initExpression" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ownerProperty"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ContextualProperty.overridden" name="overridden" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriding"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="QVTOperational.DirectionKind" name="DirectionKind"> <eLiterals xmi:id="QVTOperational.DirectionKind.in" name="in"/> <eLiterals xmi:id="QVTOperational.DirectionKind.inout" name="inout" value="1"/> <eLiterals xmi:id="QVTOperational.DirectionKind.out" name="out" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.EntryOperation" name="EntryOperation" eSuperTypes="QVTOperational.ImperativeOperation"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Helper" name="Helper" eSuperTypes="QVTOperational.ImperativeOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.Helper.isQuery" name="isQuery" eType="PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ImperativeCallExp" name="ImperativeCallExp" eSuperTypes="EssentialOCL.OperationCallExp ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ImperativeCallExp.isVirtual" name="isVirtual" eType="PrimitiveTypes.Boolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ImperativeOperation" name="ImperativeOperation" eSuperTypes="EMOF.Operation"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.body" name="body" eType="QVTOperational.OperationBody" containment="true" resolveProxies="false" eOpposite="QVTOperational.OperationBody.operation"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.context" name="context" eType="QVTOperational.VarParameter" containment="true" resolveProxies="false" eOpposite="QVTOperational.VarParameter.ctxOwner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ImperativeOperation.isBlackbox" name="isBlackbox" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.overridden" name="overridden" eType="QVTOperational.ImperativeOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="overriding"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ImperativeOperation.result" name="result" upperBound="-1" eType="QVTOperational.VarParameter" containment="true" resolveProxies="false" eOpposite="QVTOperational.VarParameter.resOwner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="QVTOperational.ImportKind" name="ImportKind"> <eLiterals xmi:id="QVTOperational.ImportKind.extension" name="extension"/> <eLiterals xmi:id="QVTOperational.ImportKind.access" name="access" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Library" name="Library" eSuperTypes="QVTOperational.Module"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingBody" name="MappingBody" eSuperTypes="QVTOperational.OperationBody"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingBody.endSection" name="endSection" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="endOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingBody.initSection" name="initSection" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="initOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingCallExp" name="MappingCallExp" eSuperTypes="QVTOperational.ImperativeCallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.MappingCallExp.isStrict" name="isStrict" eType="PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingOperation" name="MappingOperation" eSuperTypes="QVTOperational.ImperativeOperation"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.disjunct" name="disjunct" upperBound="-1" eType="QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="disjuncter"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.inherited" name="inherited" upperBound="-1" eType="QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="inheriting"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.merged" name="merged" upperBound="-1" eType="QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="merging"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.refinedRelation" name="refinedRelation" eType="QVTRelation.Relation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="refiningOperation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.when" name="when" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whenOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingOperation.where" name="where" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="whereOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.MappingParameter" name="MappingParameter" eSuperTypes="QVTOperational.VarParameter"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingParameter.extent" name="extent" eType="QVTOperational.ModelParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.MappingParameter.referredDomain" name="referredDomain" eType="QVTRelation.RelationDomain"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringParameter"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModelParameter" name="ModelParameter" eSuperTypes="QVTOperational.VarParameter"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModelType" name="ModelType" eSuperTypes="EMOF.Class"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModelType.additionalCondition" name="additionalCondition" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="condOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ModelType.conformanceKind" name="conformanceKind" eType="PrimitiveTypes.String" defaultValueLiteral="effective"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModelType.metamodel" name="metamodel" lowerBound="1" upperBound="-1" eType="EMOF.Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.Module" name="Module" eSuperTypes="EMOF.Class EMOF.Package"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.configProperty" name="configProperty" upperBound="-1" eType="EMOF.Property"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.entry" name="entry" eType="QVTOperational.EntryOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="entryContext"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.Module.isBlackbox" name="isBlackbox" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.moduleImport" name="moduleImport" upperBound="-1" eType="QVTOperational.ModuleImport" containment="true" resolveProxies="false" eOpposite="QVTOperational.ModuleImport.module"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.ownedTag" name="ownedTag" upperBound="-1" eType="EMOF.Tag" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.ownedVariable" name="ownedVariable" ordered="false" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="variableOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.Module.usedModelType" name="usedModelType" upperBound="-1" eType="QVTOperational.ModelType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ModuleImport" name="ModuleImport" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.binding" name="binding" upperBound="-1" eType="QVTOperational.ModelType"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.importedModule" name="importedModule" lowerBound="1" eType="QVTOperational.Module"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="importingElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ModuleImport.kind" name="kind" eType="QVTOperational.ImportKind"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ModuleImport.module" name="module" eType="QVTOperational.Module" transient="true" resolveProxies="false" eOpposite="QVTOperational.Module.moduleImport"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ObjectExp" name="ObjectExp" eSuperTypes="ImperativeOCL.InstantiationExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ObjectExp.body" name="body" lowerBound="1" eType="QVTOperational.ConstructorBody" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ObjectExp.referredObject" name="referredObject" lowerBound="1" eType="EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="objectExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.OperationBody" name="OperationBody" eSuperTypes="EMOF.Element"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.content" name="content" upperBound="-1" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="contentOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.operation" name="operation" eType="QVTOperational.ImperativeOperation" transient="true" resolveProxies="false" eOpposite="QVTOperational.ImperativeOperation.body"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationBody.variable" name="variable" ordered="false" upperBound="-1" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="opBody"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.OperationalTransformation" name="OperationalTransformation" eSuperTypes="QVTOperational.Module"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.intermediateClass" name="intermediateClass" upperBound="-1" eType="EMOF.Class"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="transfClient"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.intermediateProperty" name="intermediateProperty" upperBound="-1" eType="EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tranfClient"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.modelParameter" name="modelParameter" upperBound="-1" eType="QVTOperational.ModelParameter" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="module"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.refined" name="refined" eType="QVTRelation.RelationalTransformation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="refinement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.OperationalTransformation.relation" name="relation" upperBound="-1" eType="QVTRelation.Relation" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ResolveExp" name="ResolveExp" eSuperTypes="EssentialOCL.CallExp ImperativeOCL.ImperativeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveExp.condition" name="condition" eType="EssentialOCL.OclExpression" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.isDeferred" name="isDeferred" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.isInverse" name="isInverse" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.ResolveExp.one" name="one" eType="PrimitiveTypes.Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveExp.target" name="target" eType="EssentialOCL.Variable" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.ResolveInExp" name="ResolveInExp" eSuperTypes="QVTOperational.ResolveExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.ResolveInExp.inMapping" name="inMapping" eType="QVTOperational.MappingOperation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resolveExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="QVTOperational.VarParameter" name="VarParameter" eSuperTypes="EssentialOCL.Variable EMOF.Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.VarParameter.ctxOwner" name="ctxOwner" eType="QVTOperational.ImperativeOperation" transient="true" resolveProxies="false" eOpposite="QVTOperational.ImperativeOperation.context"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="QVTOperational.VarParameter.kind" name="kind" eType="QVTOperational.DirectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="QVTOperational.VarParameter.resOwner" name="resOwner" eType="QVTOperational.ImperativeOperation" transient="true" resolveProxies="false" eOpposite="QVTOperational.ImperativeOperation.result"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
true
{"directed":true,"nodes":[{"nsPrefix":"emof","nsURI":"http://schema.omg.org/spec/MOF/2.0/emof.xml","name":"EMOF","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":1,"serializable":true,"eClass":"EDataType"},{"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":"Comment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factory","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","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":"Package","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"Real","instanceClass":"java.lang.Float","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveCollection","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveSequence","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"URIExtent","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"UnlimitedNatural","instanceClass":"java.lang.Integer","id":27,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"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":"ownedAttribute","changeable":true,"resolveProxies":false,"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":"ownedOperation","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"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":true,"unique":true,"name":"class","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":false},{"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":"class","changeable":true,"resolveProxies":false,"lowerBound":0,"id":37,"derived":false},{"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":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"body","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"container","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equals","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMetaClass","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSet","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"unset","lowerBound":0,"id":51,"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":"ownedComment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"property","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"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":"enumeration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"elements","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"useContainment","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EOperation"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":85,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"metaClass","lowerBound":0,"id":94,"many":false,"required":false,"eClass":"EParameter"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataType","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"string","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":102,"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":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":103,"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":"lower","changeable":true,"lowerBound":0,"iD":false,"id":104,"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":"upper","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"},{"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":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":113,"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":"raisedException","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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":121,"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":true,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"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":"ownedType","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"uri","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"},{"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":"package","changeable":true,"resolveProxies":false,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":135,"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":"isComposite","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":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","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":"isID","changeable":true,"lowerBound":0,"iD":false,"id":138,"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":"isReadOnly","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":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAll","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clear","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"size","lowerBound":0,"id":154,"many":false,"required":false,"eClass":"EOperation"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EParameter"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"objects","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"add","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"get","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"remove","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"set","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EParameter"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EParameter"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EParameter"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"index","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"id":184,"eClass":"EGenericType"},{"id":185,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EOperation"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"contextURI","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"uri","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"element","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"id":212,"eClass":"EGenericType"},{"nsPrefix":"essentialocl","nsURI":"http://schema.omg.org/spec/QVT/1.1/essentialocl.xml","name":"EssentialOCL","id":213,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":219,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOcl","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExp","instanceClass":null,"abstract":true,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationCallExp","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterType","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalExp","instanceClass":null,"abstract":false,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"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":"booleanSymbol","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":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"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":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"name":"Set","id":268,"value":0,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":269,"value":1,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Bag","id":270,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":271,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":272,"value":4,"literal":"Collection","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":273,"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":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"collectionLiteralExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":false,"lowerBound":1,"id":281,"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":"last","changeable":true,"resolveProxies":false,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"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":"bodyExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"contextVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":293,"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":"generatedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":294,"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":"parameterVariable","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":"resultVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":304,"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":"elseExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":305,"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":"thenExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerSymbol","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"lowerBound":1,"id":320,"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":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"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":"letExp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":328,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","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":"realSymbol","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"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":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"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":"tupleLiteralExp","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"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":false,"lowerBound":1,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"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":"initExpression","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"representedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"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":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"nsPrefix":"imperativeocl","nsURI":"http://schema.omg.org/spec/QVT/1.1/imperativeocl.xml","name":"ImperativeOCL","id":386,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AltExp","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertExp","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignExp","instanceClass":null,"abstract":false,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockExp","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakExp","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchExp","instanceClass":null,"abstract":false,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeExp","instanceClass":null,"abstract":false,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueExp","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralExp","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictLiteralPart","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DictionaryType","instanceClass":null,"abstract":false,"id":397,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForExp","instanceClass":null,"abstract":false,"id":398,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeExpression","instanceClass":null,"abstract":true,"id":399,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeIterateExp","instanceClass":null,"abstract":false,"id":400,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeLoopExp","instanceClass":null,"abstract":true,"id":401,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstantiationExp","instanceClass":null,"abstract":false,"id":402,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListLiteralExp","instanceClass":null,"abstract":false,"id":403,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListType","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogExp","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedTupleLiteralExp","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedTupleLiteralPart","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedTupleType","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExp","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnExp","instanceClass":null,"abstract":false,"id":410,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SeverityKind","instanceClass":null,"id":411,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchExp","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryExp","instanceClass":null,"abstract":false,"id":413,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":414,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlinkExp","instanceClass":null,"abstract":false,"id":415,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpackExp","instanceClass":null,"abstract":false,"id":416,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableInitExp","instanceClass":null,"abstract":false,"id":417,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileExp","instanceClass":null,"abstract":false,"id":418,"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":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":419,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"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":"assertion","changeable":true,"resolveProxies":false,"lowerBound":1,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"log","changeable":true,"resolveProxies":false,"lowerBound":0,"id":425,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"error","unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"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":"isReset","changeable":true,"lowerBound":0,"iD":false,"id":432,"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":"left","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":444,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":449,"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":"returnedElement","changeable":true,"resolveProxies":false,"lowerBound":1,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"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":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":false,"lowerBound":1,"id":458,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"container":false,"ordered":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":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"container":false,"ordered":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":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":475,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"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":"instantiatedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":false,"lowerBound":0,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":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":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"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":false,"lowerBound":1,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"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":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":499,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"container":false,"ordered":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":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"name":"error","id":507,"value":0,"literal":"error","eClass":"EEnumLiteral"},{"name":"warning","id":508,"value":1,"literal":"warning","eClass":"EEnumLiteral"},{"name":"fatal","id":509,"value":2,"literal":"fatal","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":"alternativePart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":510,"derived":false},{"container":false,"ordered":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":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptClause","changeable":true,"resolveProxies":false,"lowerBound":0,"id":515,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tryBody","changeable":true,"resolveProxies":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"base","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":525,"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":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":false,"lowerBound":1,"id":530,"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":"targetVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":535,"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":"withResult","changeable":true,"lowerBound":0,"iD":false,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":540,"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":false,"lowerBound":1,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"nsPrefix":"qvtbase","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvtbase.xml","name":"QVTBase","id":545,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domain","instanceClass":null,"abstract":true,"id":546,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":547,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionParameter","instanceClass":null,"abstract":false,"id":548,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":549,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":550,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":551,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformation","instanceClass":null,"abstract":false,"id":552,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedModel","instanceClass":null,"abstract":false,"id":553,"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":"isCheckable","changeable":true,"lowerBound":0,"iD":false,"id":554,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEnforceable","changeable":true,"lowerBound":0,"iD":false,"id":555,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rule","changeable":true,"resolveProxies":false,"lowerBound":1,"id":556,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":false,"lowerBound":0,"id":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"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":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":569,"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":"predicate","changeable":true,"resolveProxies":false,"lowerBound":0,"id":570,"derived":false},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"pattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":574,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":575,"derived":false},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"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":"overrides","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"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":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"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":"rule","changeable":true,"resolveProxies":false,"lowerBound":0,"id":585,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":586,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":587,"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":"ownedTag","changeable":true,"resolveProxies":false,"lowerBound":0,"id":588,"derived":false},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":1,"id":593,"derived":false},{"id":594,"eClass":"EGenericType"},{"id":595,"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":"dependsOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":596,"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":"usedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":597,"derived":false},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"nsPrefix":"qvtcore","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvtcore.xml","name":"QVTCore","id":602,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Area","instanceClass":null,"abstract":true,"id":603,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":true,"id":604,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BottomPattern","instanceClass":null,"abstract":false,"id":605,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoreDomain","instanceClass":null,"abstract":false,"id":606,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorePattern","instanceClass":null,"abstract":false,"id":607,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnforcementMode","instanceClass":null,"id":608,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnforcementOperation","instanceClass":null,"abstract":false,"id":609,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuardPattern","instanceClass":null,"abstract":false,"id":610,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":611,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssignment","instanceClass":null,"abstract":false,"id":612,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealizedVariable","instanceClass":null,"abstract":false,"id":613,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":614,"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":"bottomPattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":615,"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":"guardPattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":616,"derived":false},{"id":617,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"area","changeable":true,"resolveProxies":false,"lowerBound":1,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"area","changeable":true,"resolveProxies":false,"lowerBound":1,"id":620,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"bottomPattern","changeable":true,"resolveProxies":false,"lowerBound":1,"id":621,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDefault","changeable":true,"lowerBound":0,"iD":false,"id":622,"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":false,"lowerBound":1,"id":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"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":"assignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"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":"enforcementOperation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":629,"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":"realizedVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":630,"derived":false},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"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":"bottomPattern","changeable":true,"resolveProxies":false,"lowerBound":0,"id":635,"derived":false},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"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":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":639,"derived":false},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"name":"Creation","id":642,"value":0,"literal":"Creation","eClass":"EEnumLiteral"},{"name":"Deletion","id":643,"value":1,"literal":"Deletion","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enforcementMode","changeable":true,"lowerBound":0,"iD":false,"id":644,"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":"operationCallExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":645,"derived":false},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"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":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":652,"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":"local","changeable":true,"resolveProxies":false,"lowerBound":0,"id":653,"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":"refinement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"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":"specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"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":"slotExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":662,"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":"targetProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":663,"derived":false},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"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":668,"derived":false},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"nsPrefix":"qvttemplate","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvttemplate.xml","name":"QVTTemplate","id":671,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTemplateExp","instanceClass":null,"abstract":false,"id":672,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectTemplateExp","instanceClass":null,"abstract":false,"id":673,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTemplateItem","instanceClass":null,"abstract":false,"id":674,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateExp","instanceClass":null,"abstract":true,"id":675,"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":"member","changeable":true,"resolveProxies":false,"lowerBound":0,"id":676,"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":"referredCollectionType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":677,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"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":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":683,"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":"referredClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"objContainer","changeable":true,"resolveProxies":false,"lowerBound":1,"id":687,"derived":false},{"id":688,"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":"isOpposite","changeable":true,"lowerBound":0,"iD":false,"id":689,"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":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":1,"id":690,"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":false,"lowerBound":1,"id":691,"derived":false},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"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":"bindsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":697,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":false,"lowerBound":0,"id":698,"derived":false},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"nsPrefix":"qvtrelation","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvtrelation.xml","name":"QVTRelation","id":702,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainPattern","instanceClass":null,"abstract":false,"id":703,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Key","instanceClass":null,"abstract":false,"id":704,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OppositePropertyCallExp","instanceClass":null,"abstract":false,"id":705,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":706,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationCallExp","instanceClass":null,"abstract":false,"id":707,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDomain","instanceClass":null,"abstract":false,"id":708,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDomainAssignment","instanceClass":null,"abstract":false,"id":709,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationImplementation","instanceClass":null,"abstract":false,"id":710,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationalTransformation","instanceClass":null,"abstract":false,"id":711,"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":"templateExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":712,"derived":false},{"id":713,"eClass":"EGenericType"},{"id":714,"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":"identifies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":715,"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":"oppositePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":716,"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":"part","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"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":true,"unique":true,"name":"transformation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"id":723,"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":"ownedKey","changeable":true,"resolveProxies":false,"lowerBound":0,"id":724,"derived":false},{"id":725,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTopLevel","changeable":true,"lowerBound":0,"iD":false,"id":726,"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":"operationalImpl","changeable":true,"resolveProxies":false,"lowerBound":0,"id":727,"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":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":728,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":729,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"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":"relation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":734,"derived":false},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"id":737,"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":"argument","changeable":true,"resolveProxies":false,"lowerBound":2,"id":738,"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":"referredRelation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":739,"derived":false},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"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":"defaultAssignment","changeable":true,"resolveProxies":false,"lowerBound":0,"id":743,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pattern","changeable":true,"resolveProxies":false,"lowerBound":0,"id":744,"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":"rootVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":745,"derived":false},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"id":749,"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":"valueExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":750,"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":751,"derived":false},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"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":"impl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":755,"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":"inDirectionOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":756,"derived":false},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"nsPrefix":"qvtoperational","nsURI":"http://schema.omg.org/spec/QVT/1.1/qvtoperational.xml","name":"QVTOperational","id":763,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constructor","instanceClass":null,"abstract":false,"id":764,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorBody","instanceClass":null,"abstract":false,"id":765,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextualProperty","instanceClass":null,"abstract":false,"id":766,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DirectionKind","instanceClass":null,"id":767,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryOperation","instanceClass":null,"abstract":false,"id":768,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Helper","instanceClass":null,"abstract":false,"id":769,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeCallExp","instanceClass":null,"abstract":false,"id":770,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeOperation","instanceClass":null,"abstract":false,"id":771,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ImportKind","instanceClass":null,"id":772,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":773,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingBody","instanceClass":null,"abstract":false,"id":774,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallExp","instanceClass":null,"abstract":false,"id":775,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingOperation","instanceClass":null,"abstract":false,"id":776,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingParameter","instanceClass":null,"abstract":false,"id":777,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelParameter","instanceClass":null,"abstract":false,"id":778,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":779,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":false,"id":780,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleImport","instanceClass":null,"abstract":false,"id":781,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectExp","instanceClass":null,"abstract":false,"id":782,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationBody","instanceClass":null,"abstract":false,"id":783,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalTransformation","instanceClass":null,"abstract":false,"id":784,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveExp","instanceClass":null,"abstract":false,"id":785,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveInExp","instanceClass":null,"abstract":false,"id":786,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarParameter","instanceClass":null,"abstract":false,"id":787,"interface":false,"eClass":"EClass"},{"id":788,"eClass":"EGenericType"},{"id":789,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":790,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":false,"lowerBound":0,"id":791,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":792,"derived":false},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"name":"in","id":797,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":798,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":799,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"id":800,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":0,"iD":false,"id":801,"derived":false},{"id":802,"eClass":"EGenericType"},{"id":803,"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":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":804,"derived":false},{"id":805,"eClass":"EGenericType"},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"container":false,"ordered":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":808,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":false,"lowerBound":0,"id":809,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":810,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"overridden","changeable":true,"resolveProxies":true,"lowerBound":0,"id":811,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":812,"derived":false},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":815,"derived":false},{"id":816,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ctxOwner","changeable":true,"resolveProxies":false,"lowerBound":0,"id":817,"derived":false},{"id":818,"eClass":"EGenericType"},{"id":819,"eClass":"EGenericType"},{"id":820,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resOwner","changeable":true,"resolveProxies":false,"lowerBound":0,"id":821,"derived":false},{"name":"extension","id":822,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"access","id":823,"value":1,"literal":"access","eClass":"EEnumLiteral"},{"id":824,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"endSection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":825,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initSection","changeable":true,"resolveProxies":false,"lowerBound":0,"id":826,"derived":false},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStrict","changeable":true,"lowerBound":0,"iD":false,"id":830,"derived":false},{"id":831,"eClass":"EGenericType"},{"id":832,"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":"disjunct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":833,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherited","changeable":true,"resolveProxies":true,"lowerBound":0,"id":834,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"merged","changeable":true,"resolveProxies":true,"lowerBound":0,"id":835,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinedRelation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":836,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":837,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":838,"derived":false},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"id":841,"eClass":"EGenericType"},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":846,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredDomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":847,"derived":false},{"id":848,"eClass":"EGenericType"},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalCondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":852,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"effective","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"effective","unsettable":false,"transient":false,"unique":true,"name":"conformanceKind","changeable":true,"lowerBound":0,"iD":false,"id":853,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":854,"derived":false},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"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":"configProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":859,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":860,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBlackbox","changeable":true,"lowerBound":0,"iD":false,"id":861,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleImport","changeable":true,"resolveProxies":false,"lowerBound":0,"id":862,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTag","changeable":true,"resolveProxies":false,"lowerBound":0,"id":863,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":864,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedModelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":865,"derived":false},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"module","changeable":true,"resolveProxies":false,"lowerBound":0,"id":872,"derived":false},{"id":873,"eClass":"EGenericType"},{"id":874,"eClass":"EGenericType"},{"id":875,"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":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":876,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":877,"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":878,"derived":false},{"id":879,"eClass":"EGenericType"},{"id":880,"eClass":"EGenericType"},{"id":881,"eClass":"EGenericType"},{"id":882,"eClass":"EGenericType"},{"id":883,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":884,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":885,"derived":false},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"id":888,"eClass":"EGenericType"},{"container":false,"ordered":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":889,"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":"variable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":890,"derived":false},{"id":891,"eClass":"EGenericType"},{"id":892,"eClass":"EGenericType"},{"id":893,"eClass":"EGenericType"},{"id":894,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":895,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"intermediateProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":896,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelParameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":897,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refined","changeable":true,"resolveProxies":true,"lowerBound":0,"id":898,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":899,"derived":false},{"id":900,"eClass":"EGenericType"},{"id":901,"eClass":"EGenericType"},{"id":902,"eClass":"EGenericType"},{"id":903,"eClass":"EGenericType"},{"id":904,"eClass":"EGenericType"},{"id":905,"eClass":"EGenericType"},{"container":false,"ordered":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":906,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDeferred","changeable":true,"lowerBound":0,"iD":false,"id":907,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInverse","changeable":true,"lowerBound":0,"iD":false,"id":908,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"one","changeable":true,"lowerBound":0,"iD":false,"id":909,"derived":false},{"container":false,"ordered":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":910,"derived":false},{"id":911,"eClass":"EGenericType"},{"id":912,"eClass":"EGenericType"},{"id":913,"eClass":"EGenericType"},{"id":914,"eClass":"EGenericType"},{"id":915,"eClass":"EGenericType"},{"id":916,"eClass":"EGenericType"},{"id":917,"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":"inMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":918,"derived":false},{"id":919,"eClass":"EGenericType"},{"id":920,"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":921,"derived":false},{"id":922,"eClass":"EGenericType"},{"id":923,"eClass":"EGenericType"},{"id":924,"eClass":"EGenericType"},{"id":925,"eClass":"EGenericType"},{"id":926,"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":2,"target":0},{"source":2,"target":24},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":28,"target":1},{"source":28,"target":33},{"source":28,"target":2},{"source":33,"target":1},{"source":29,"target":18},{"source":29,"target":34},{"source":29,"target":2},{"source":29,"target":35},{"source":34,"target":18},{"source":30,"target":14},{"source":30,"target":36},{"source":30,"target":2},{"source":30,"target":37},{"source":36,"target":14},{"source":31,"target":2},{"source":31,"target":38},{"source":31,"target":2},{"source":38,"target":2},{"source":32,"target":24},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":39,"target":12},{"source":39,"target":42},{"source":39,"target":3},{"source":42,"target":12},{"source":40,"target":22},{"source":40,"target":43},{"source":40,"target":3},{"source":43,"target":22},{"source":41,"target":5},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":44},{"source":44,"target":24},{"source":5,"target":0},{"source":5,"target":13},{"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":45,"target":5},{"source":45,"target":54},{"source":45,"target":5},{"source":54,"target":5},{"source":46,"target":1},{"source":46,"target":55},{"source":46,"target":5},{"source":46,"target":56},{"source":55,"target":1},{"source":56,"target":13},{"source":56,"target":57},{"source":56,"target":46},{"source":57,"target":13},{"source":47,"target":13},{"source":47,"target":58},{"source":47,"target":5},{"source":47,"target":59},{"source":58,"target":13},{"source":59,"target":18},{"source":59,"target":60},{"source":59,"target":47},{"source":60,"target":18},{"source":48,"target":2},{"source":48,"target":61},{"source":48,"target":5},{"source":61,"target":2},{"source":49,"target":1},{"source":49,"target":62},{"source":49,"target":5},{"source":49,"target":63},{"source":62,"target":1},{"source":63,"target":18},{"source":63,"target":64},{"source":63,"target":49},{"source":64,"target":18},{"source":50,"target":5},{"source":50,"target":65},{"source":50,"target":66},{"source":65,"target":18},{"source":65,"target":67},{"source":65,"target":50},{"source":67,"target":18},{"source":66,"target":13},{"source":66,"target":68},{"source":66,"target":50},{"source":68,"target":13},{"source":51,"target":5},{"source":51,"target":69},{"source":69,"target":18},{"source":69,"target":70},{"source":69,"target":51},{"source":70,"target":18},{"source":52,"target":3},{"source":52,"target":71},{"source":52,"target":5},{"source":71,"target":3},{"source":53,"target":13},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":72},{"source":6,"target":73},{"source":72,"target":7},{"source":72,"target":74},{"source":72,"target":6},{"source":72,"target":75},{"source":74,"target":7},{"source":73,"target":4},{"source":7,"target":0},{"source":7,"target":12},{"source":7,"target":75},{"source":7,"target":76},{"source":75,"target":6},{"source":75,"target":77},{"source":75,"target":7},{"source":75,"target":72},{"source":77,"target":6},{"source":76,"target":12},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":78,"target":21},{"source":78,"target":81},{"source":78,"target":8},{"source":81,"target":21},{"source":79,"target":1},{"source":79,"target":82},{"source":79,"target":8},{"source":82,"target":1},{"source":80,"target":13},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":83,"target":22},{"source":83,"target":88},{"source":83,"target":9},{"source":83,"target":89},{"source":83,"target":90},{"source":88,"target":22},{"source":89,"target":4},{"source":89,"target":91},{"source":89,"target":83},{"source":91,"target":4},{"source":90,"target":13},{"source":90,"target":92},{"source":90,"target":83},{"source":92,"target":13},{"source":84,"target":5},{"source":84,"target":93},{"source":84,"target":9},{"source":84,"target":94},{"source":93,"target":5},{"source":94,"target":2},{"source":94,"target":95},{"source":94,"target":84},{"source":95,"target":2},{"source":85,"target":13},{"source":85,"target":96},{"source":85,"target":9},{"source":85,"target":97},{"source":85,"target":98},{"source":96,"target":13},{"source":97,"target":4},{"source":97,"target":99},{"source":97,"target":85},{"source":99,"target":4},{"source":98,"target":22},{"source":98,"target":100},{"source":98,"target":85},{"source":100,"target":22},{"source":86,"target":15},{"source":86,"target":101},{"source":86,"target":9},{"source":101,"target":15},{"source":87,"target":5},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":1},{"source":102,"target":106},{"source":102,"target":11},{"source":106,"target":1},{"source":103,"target":1},{"source":103,"target":107},{"source":103,"target":11},{"source":107,"target":1},{"source":104,"target":10},{"source":104,"target":108},{"source":104,"target":11},{"source":108,"target":10},{"source":105,"target":27},{"source":105,"target":109},{"source":105,"target":11},{"source":109,"target":27},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":110},{"source":12,"target":111},{"source":110,"target":22},{"source":110,"target":112},{"source":110,"target":12},{"source":112,"target":22},{"source":111,"target":5},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":25},{"source":14,"target":11},{"source":14,"target":37},{"source":14,"target":113},{"source":14,"target":114},{"source":14,"target":115},{"source":14,"target":116},{"source":37,"target":2},{"source":37,"target":117},{"source":37,"target":14},{"source":37,"target":30},{"source":117,"target":2},{"source":113,"target":16},{"source":113,"target":118},{"source":113,"target":14},{"source":113,"target":119},{"source":118,"target":16},{"source":114,"target":24},{"source":114,"target":120},{"source":114,"target":14},{"source":120,"target":24},{"source":115,"target":25},{"source":116,"target":11},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":15,"target":124},{"source":15,"target":125},{"source":121,"target":15},{"source":121,"target":126},{"source":121,"target":15},{"source":121,"target":122},{"source":126,"target":15},{"source":122,"target":15},{"source":122,"target":127},{"source":122,"target":15},{"source":122,"target":121},{"source":127,"target":15},{"source":123,"target":24},{"source":123,"target":128},{"source":123,"target":15},{"source":123,"target":129},{"source":128,"target":24},{"source":124,"target":22},{"source":124,"target":130},{"source":124,"target":15},{"source":130,"target":22},{"source":125,"target":12},{"source":16,"target":0},{"source":16,"target":25},{"source":16,"target":11},{"source":16,"target":119},{"source":16,"target":131},{"source":16,"target":132},{"source":119,"target":14},{"source":119,"target":133},{"source":119,"target":16},{"source":119,"target":113},{"source":133,"target":14},{"source":131,"target":25},{"source":132,"target":11},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":134},{"source":134,"target":4},{"source":18,"target":0},{"source":18,"target":25},{"source":18,"target":11},{"source":18,"target":35},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":18,"target":140},{"source":18,"target":141},{"source":18,"target":142},{"source":35,"target":2},{"source":35,"target":143},{"source":35,"target":18},{"source":35,"target":29},{"source":143,"target":2},{"source":135,"target":22},{"source":135,"target":144},{"source":135,"target":18},{"source":144,"target":22},{"source":136,"target":1},{"source":136,"target":145},{"source":136,"target":18},{"source":145,"target":1},{"source":137,"target":1},{"source":137,"target":146},{"source":137,"target":18},{"source":146,"target":1},{"source":138,"target":1},{"source":138,"target":147},{"source":138,"target":18},{"source":147,"target":1},{"source":139,"target":1},{"source":139,"target":148},{"source":139,"target":18},{"source":148,"target":1},{"source":140,"target":18},{"source":140,"target":149},{"source":140,"target":18},{"source":149,"target":18},{"source":141,"target":25},{"source":142,"target":11},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":20,"target":153},{"source":20,"target":154},{"source":20,"target":155},{"source":150,"target":1},{"source":150,"target":156},{"source":150,"target":20},{"source":150,"target":157},{"source":156,"target":1},{"source":157,"target":13},{"source":157,"target":158},{"source":157,"target":150},{"source":158,"target":13},{"source":151,"target":1},{"source":151,"target":159},{"source":151,"target":20},{"source":151,"target":160},{"source":159,"target":1},{"source":160,"target":21},{"source":160,"target":161},{"source":160,"target":151},{"source":161,"target":21},{"source":152,"target":20},{"source":153,"target":1},{"source":153,"target":162},{"source":153,"target":20},{"source":153,"target":163},{"source":162,"target":1},{"source":163,"target":13},{"source":163,"target":164},{"source":163,"target":153},{"source":164,"target":13},{"source":154,"target":10},{"source":154,"target":165},{"source":154,"target":20},{"source":165,"target":10},{"source":155,"target":13},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":166},{"source":21,"target":167},{"source":21,"target":168},{"source":21,"target":169},{"source":21,"target":170},{"source":166,"target":21},{"source":166,"target":171},{"source":166,"target":172},{"source":171,"target":10},{"source":171,"target":173},{"source":171,"target":166},{"source":173,"target":10},{"source":172,"target":13},{"source":172,"target":174},{"source":172,"target":166},{"source":174,"target":13},{"source":167,"target":13},{"source":167,"target":175},{"source":167,"target":21},{"source":167,"target":176},{"source":175,"target":13},{"source":176,"target":10},{"source":176,"target":177},{"source":176,"target":167},{"source":177,"target":10},{"source":168,"target":13},{"source":168,"target":178},{"source":168,"target":21},{"source":168,"target":179},{"source":178,"target":13},{"source":179,"target":10},{"source":179,"target":180},{"source":179,"target":168},{"source":180,"target":10},{"source":169,"target":13},{"source":169,"target":181},{"source":169,"target":21},{"source":169,"target":182},{"source":169,"target":183},{"source":181,"target":13},{"source":182,"target":10},{"source":182,"target":184},{"source":182,"target":169},{"source":184,"target":10},{"source":183,"target":13},{"source":183,"target":185},{"source":183,"target":169},{"source":185,"target":13},{"source":170,"target":20},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":5},{"source":23,"target":186},{"source":23,"target":187},{"source":23,"target":188},{"source":23,"target":189},{"source":186,"target":5},{"source":186,"target":190},{"source":186,"target":23},{"source":190,"target":5},{"source":187,"target":22},{"source":187,"target":191},{"source":187,"target":23},{"source":191,"target":22},{"source":188,"target":22},{"source":188,"target":192},{"source":188,"target":23},{"source":192,"target":22},{"source":189,"target":5},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":193},{"source":24,"target":129},{"source":24,"target":194},{"source":193,"target":1},{"source":193,"target":195},{"source":193,"target":24},{"source":193,"target":196},{"source":195,"target":1},{"source":196,"target":13},{"source":196,"target":197},{"source":196,"target":193},{"source":197,"target":13},{"source":129,"target":15},{"source":129,"target":198},{"source":129,"target":24},{"source":129,"target":123},{"source":198,"target":15},{"source":194,"target":12},{"source":25,"target":0},{"source":25,"target":12},{"source":25,"target":199},{"source":25,"target":200},{"source":199,"target":24},{"source":199,"target":201},{"source":199,"target":25},{"source":201,"target":24},{"source":200,"target":12},{"source":26,"target":0},{"source":26,"target":8},{"source":26,"target":202},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":202,"target":22},{"source":202,"target":206},{"source":202,"target":26},{"source":206,"target":22},{"source":203,"target":5},{"source":203,"target":207},{"source":203,"target":26},{"source":203,"target":208},{"source":207,"target":5},{"source":208,"target":22},{"source":208,"target":209},{"source":208,"target":203},{"source":209,"target":22},{"source":204,"target":22},{"source":204,"target":210},{"source":204,"target":26},{"source":204,"target":211},{"source":210,"target":22},{"source":211,"target":5},{"source":211,"target":212},{"source":211,"target":204},{"source":212,"target":5},{"source":205,"target":8},{"source":27,"target":0},{"source":213,"target":214},{"source":213,"target":215},{"source":213,"target":216},{"source":213,"target":217},{"source":213,"target":218},{"source":213,"target":219},{"source":213,"target":220},{"source":213,"target":221},{"source":213,"target":222},{"source":213,"target":223},{"source":213,"target":224},{"source":213,"target":225},{"source":213,"target":226},{"source":213,"target":227},{"source":213,"target":228},{"source":213,"target":229},{"source":213,"target":230},{"source":213,"target":231},{"source":213,"target":232},{"source":213,"target":233},{"source":213,"target":234},{"source":213,"target":235},{"source":213,"target":236},{"source":213,"target":237},{"source":213,"target":238},{"source":213,"target":239},{"source":213,"target":240},{"source":213,"target":241},{"source":213,"target":242},{"source":213,"target":243},{"source":213,"target":244},{"source":213,"target":245},{"source":213,"target":246},{"source":213,"target":247},{"source":213,"target":248},{"source":213,"target":249},{"source":213,"target":250},{"source":213,"target":251},{"source":213,"target":252},{"source":213,"target":253},{"source":213,"target":254},{"source":213,"target":255},{"source":213,"target":256},{"source":214,"target":213},{"source":214,"target":24},{"source":214,"target":257},{"source":257,"target":24},{"source":215,"target":213},{"source":215,"target":223},{"source":215,"target":258},{"source":258,"target":223},{"source":216,"target":213},{"source":216,"target":242},{"source":216,"target":259},{"source":216,"target":260},{"source":259,"target":1},{"source":259,"target":261},{"source":259,"target":216},{"source":261,"target":1},{"source":260,"target":242},{"source":217,"target":213},{"source":217,"target":239},{"source":217,"target":262},{"source":217,"target":263},{"source":262,"target":239},{"source":262,"target":264},{"source":262,"target":217},{"source":264,"target":239},{"source":263,"target":239},{"source":218,"target":213},{"source":218,"target":221},{"source":218,"target":265},{"source":218,"target":266},{"source":265,"target":239},{"source":265,"target":267},{"source":265,"target":218},{"source":267,"target":239},{"source":266,"target":221},{"source":219,"target":213},{"source":219,"target":268},{"source":219,"target":269},{"source":219,"target":270},{"source":219,"target":271},{"source":219,"target":272},{"source":268,"target":219},{"source":269,"target":219},{"source":270,"target":219},{"source":271,"target":219},{"source":272,"target":219},{"source":220,"target":213},{"source":220,"target":234},{"source":220,"target":273},{"source":220,"target":274},{"source":220,"target":275},{"source":273,"target":219},{"source":273,"target":276},{"source":273,"target":220},{"source":276,"target":219},{"source":274,"target":221},{"source":274,"target":277},{"source":274,"target":220},{"source":274,"target":278},{"source":277,"target":221},{"source":275,"target":234},{"source":221,"target":213},{"source":221,"target":25},{"source":221,"target":278},{"source":221,"target":279},{"source":278,"target":220},{"source":278,"target":280},{"source":278,"target":221},{"source":278,"target":274},{"source":280,"target":220},{"source":279,"target":25},{"source":222,"target":213},{"source":222,"target":221},{"source":222,"target":281},{"source":222,"target":282},{"source":222,"target":283},{"source":281,"target":239},{"source":281,"target":284},{"source":281,"target":222},{"source":284,"target":239},{"source":282,"target":239},{"source":282,"target":285},{"source":282,"target":222},{"source":285,"target":239},{"source":283,"target":221},{"source":223,"target":213},{"source":223,"target":4},{"source":223,"target":286},{"source":223,"target":287},{"source":286,"target":24},{"source":286,"target":288},{"source":286,"target":223},{"source":288,"target":24},{"source":287,"target":4},{"source":224,"target":213},{"source":224,"target":234},{"source":224,"target":289},{"source":224,"target":290},{"source":289,"target":7},{"source":289,"target":291},{"source":289,"target":224},{"source":291,"target":7},{"source":290,"target":234},{"source":225,"target":213},{"source":225,"target":25},{"source":225,"target":292},{"source":225,"target":293},{"source":225,"target":294},{"source":225,"target":295},{"source":225,"target":296},{"source":225,"target":297},{"source":292,"target":239},{"source":292,"target":298},{"source":292,"target":225},{"source":298,"target":239},{"source":293,"target":254},{"source":293,"target":299},{"source":293,"target":225},{"source":299,"target":254},{"source":294,"target":24},{"source":294,"target":300},{"source":294,"target":225},{"source":300,"target":24},{"source":295,"target":254},{"source":295,"target":301},{"source":295,"target":225},{"source":301,"target":254},{"source":296,"target":254},{"source":296,"target":302},{"source":296,"target":225},{"source":302,"target":254},{"source":297,"target":25},{"source":226,"target":213},{"source":226,"target":217},{"source":226,"target":303},{"source":303,"target":217},{"source":227,"target":213},{"source":227,"target":239},{"source":227,"target":304},{"source":227,"target":305},{"source":227,"target":306},{"source":227,"target":307},{"source":304,"target":239},{"source":304,"target":308},{"source":304,"target":227},{"source":308,"target":239},{"source":305,"target":239},{"source":305,"target":309},{"source":305,"target":227},{"source":309,"target":239},{"source":306,"target":239},{"source":306,"target":310},{"source":306,"target":227},{"source":310,"target":239},{"source":307,"target":239},{"source":228,"target":213},{"source":228,"target":238},{"source":228,"target":311},{"source":228,"target":312},{"source":311,"target":10},{"source":311,"target":313},{"source":311,"target":228},{"source":313,"target":10},{"source":312,"target":238},{"source":229,"target":213},{"source":229,"target":234},{"source":229,"target":314},{"source":314,"target":234},{"source":230,"target":213},{"source":230,"target":24},{"source":230,"target":315},{"source":315,"target":24},{"source":231,"target":213},{"source":231,"target":235},{"source":231,"target":316},{"source":231,"target":317},{"source":316,"target":254},{"source":316,"target":318},{"source":316,"target":231},{"source":318,"target":254},{"source":317,"target":235},{"source":232,"target":213},{"source":232,"target":235},{"source":232,"target":319},{"source":319,"target":235},{"source":233,"target":213},{"source":233,"target":239},{"source":233,"target":320},{"source":233,"target":321},{"source":233,"target":322},{"source":320,"target":239},{"source":320,"target":323},{"source":320,"target":233},{"source":323,"target":239},{"source":321,"target":254},{"source":321,"target":324},{"source":321,"target":233},{"source":321,"target":325},{"source":324,"target":254},{"source":322,"target":239},{"source":234,"target":213},{"source":234,"target":239},{"source":234,"target":326},{"source":326,"target":239},{"source":235,"target":213},{"source":235,"target":217},{"source":235,"target":239},{"source":235,"target":327},{"source":235,"target":328},{"source":235,"target":329},{"source":235,"target":330},{"source":327,"target":239},{"source":327,"target":331},{"source":327,"target":235},{"source":331,"target":239},{"source":328,"target":254},{"source":328,"target":332},{"source":328,"target":235},{"source":332,"target":254},{"source":329,"target":217},{"source":330,"target":239},{"source":236,"target":213},{"source":236,"target":226},{"source":236,"target":333},{"source":333,"target":226},{"source":237,"target":213},{"source":237,"target":234},{"source":237,"target":334},{"source":334,"target":234},{"source":238,"target":213},{"source":238,"target":242},{"source":238,"target":335},{"source":335,"target":242},{"source":239,"target":213},{"source":239,"target":25},{"source":239,"target":336},{"source":336,"target":25},{"source":240,"target":213},{"source":240,"target":226},{"source":240,"target":337},{"source":240,"target":338},{"source":240,"target":339},{"source":337,"target":239},{"source":337,"target":340},{"source":337,"target":240},{"source":340,"target":239},{"source":338,"target":14},{"source":338,"target":341},{"source":338,"target":240},{"source":341,"target":14},{"source":339,"target":226},{"source":241,"target":213},{"source":241,"target":223},{"source":241,"target":342},{"source":342,"target":223},{"source":242,"target":213},{"source":242,"target":234},{"source":242,"target":343},{"source":343,"target":234},{"source":243,"target":213},{"source":243,"target":236},{"source":243,"target":344},{"source":243,"target":345},{"source":344,"target":18},{"source":344,"target":346},{"source":344,"target":243},{"source":346,"target":18},{"source":345,"target":236},{"source":244,"target":213},{"source":244,"target":238},{"source":244,"target":347},{"source":244,"target":348},{"source":347,"target":19},{"source":347,"target":349},{"source":347,"target":244},{"source":349,"target":19},{"source":348,"target":238},{"source":245,"target":213},{"source":245,"target":223},{"source":245,"target":350},{"source":350,"target":223},{"source":246,"target":213},{"source":246,"target":223},{"source":246,"target":351},{"source":351,"target":223},{"source":247,"target":213},{"source":247,"target":242},{"source":247,"target":352},{"source":247,"target":353},{"source":352,"target":22},{"source":352,"target":354},{"source":352,"target":247},{"source":354,"target":22},{"source":353,"target":242},{"source":248,"target":213},{"source":248,"target":24},{"source":248,"target":355},{"source":248,"target":356},{"source":355,"target":22},{"source":355,"target":357},{"source":355,"target":248},{"source":357,"target":22},{"source":356,"target":24},{"source":249,"target":213},{"source":249,"target":234},{"source":249,"target":358},{"source":249,"target":359},{"source":358,"target":250},{"source":358,"target":360},{"source":358,"target":249},{"source":358,"target":361},{"source":360,"target":250},{"source":359,"target":234},{"source":250,"target":213},{"source":250,"target":25},{"source":250,"target":362},{"source":250,"target":361},{"source":250,"target":363},{"source":250,"target":364},{"source":362,"target":18},{"source":362,"target":365},{"source":362,"target":250},{"source":365,"target":18},{"source":361,"target":249},{"source":361,"target":366},{"source":361,"target":250},{"source":361,"target":358},{"source":366,"target":249},{"source":363,"target":239},{"source":363,"target":367},{"source":363,"target":250},{"source":367,"target":239},{"source":364,"target":25},{"source":251,"target":213},{"source":251,"target":2},{"source":251,"target":4},{"source":251,"target":368},{"source":251,"target":369},{"source":368,"target":2},{"source":369,"target":4},{"source":252,"target":213},{"source":252,"target":239},{"source":252,"target":370},{"source":252,"target":371},{"source":370,"target":24},{"source":370,"target":372},{"source":370,"target":252},{"source":372,"target":24},{"source":371,"target":239},{"source":253,"target":213},{"source":253,"target":238},{"source":253,"target":373},{"source":253,"target":374},{"source":373,"target":27},{"source":373,"target":375},{"source":373,"target":253},{"source":375,"target":27},{"source":374,"target":238},{"source":254,"target":213},{"source":254,"target":25},{"source":254,"target":376},{"source":254,"target":325},{"source":254,"target":377},{"source":254,"target":378},{"source":376,"target":239},{"source":376,"target":379},{"source":376,"target":254},{"source":379,"target":239},{"source":325,"target":233},{"source":325,"target":380},{"source":325,"target":254},{"source":325,"target":321},{"source":380,"target":233},{"source":377,"target":16},{"source":377,"target":381},{"source":377,"target":254},{"source":381,"target":16},{"source":378,"target":25},{"source":255,"target":213},{"source":255,"target":239},{"source":255,"target":382},{"source":255,"target":383},{"source":382,"target":254},{"source":382,"target":384},{"source":382,"target":255},{"source":384,"target":254},{"source":383,"target":239},{"source":256,"target":213},{"source":256,"target":24},{"source":256,"target":385},{"source":385,"target":24},{"source":386,"target":387},{"source":386,"target":388},{"source":386,"target":389},{"source":386,"target":390},{"source":386,"target":391},{"source":386,"target":392},{"source":386,"target":393},{"source":386,"target":394},{"source":386,"target":395},{"source":386,"target":396},{"source":386,"target":397},{"source":386,"target":398},{"source":386,"target":399},{"source":386,"target":400},{"source":386,"target":401},{"source":386,"target":402},{"source":386,"target":403},{"source":386,"target":404},{"source":386,"target":405},{"source":386,"target":406},{"source":386,"target":407},{"source":386,"target":408},{"source":386,"target":409},{"source":386,"target":410},{"source":386,"target":411},{"source":386,"target":412},{"source":386,"target":413},{"source":386,"target":414},{"source":386,"target":415},{"source":386,"target":416},{"source":386,"target":417},{"source":386,"target":418},{"source":387,"target":386},{"source":387,"target":399},{"source":387,"target":419},{"source":387,"target":420},{"source":387,"target":421},{"source":419,"target":239},{"source":419,"target":422},{"source":419,"target":387},{"source":422,"target":239},{"source":420,"target":239},{"source":420,"target":423},{"source":420,"target":387},{"source":423,"target":239},{"source":421,"target":399},{"source":388,"target":386},{"source":388,"target":399},{"source":388,"target":424},{"source":388,"target":425},{"source":388,"target":426},{"source":388,"target":427},{"source":424,"target":239},{"source":424,"target":428},{"source":424,"target":388},{"source":428,"target":239},{"source":425,"target":405},{"source":425,"target":429},{"source":425,"target":388},{"source":429,"target":405},{"source":426,"target":411},{"source":426,"target":430},{"source":426,"target":388},{"source":430,"target":411},{"source":427,"target":399},{"source":389,"target":386},{"source":389,"target":399},{"source":389,"target":431},{"source":389,"target":432},{"source":389,"target":433},{"source":389,"target":434},{"source":389,"target":435},{"source":431,"target":239},{"source":431,"target":436},{"source":431,"target":389},{"source":436,"target":239},{"source":432,"target":1},{"source":432,"target":437},{"source":432,"target":389},{"source":437,"target":1},{"source":433,"target":239},{"source":433,"target":438},{"source":433,"target":389},{"source":438,"target":239},{"source":434,"target":239},{"source":434,"target":439},{"source":434,"target":389},{"source":439,"target":239},{"source":435,"target":399},{"source":390,"target":386},{"source":390,"target":399},{"source":390,"target":440},{"source":390,"target":441},{"source":440,"target":239},{"source":440,"target":442},{"source":440,"target":390},{"source":442,"target":239},{"source":441,"target":399},{"source":391,"target":386},{"source":391,"target":399},{"source":391,"target":443},{"source":443,"target":399},{"source":392,"target":386},{"source":392,"target":399},{"source":392,"target":444},{"source":392,"target":445},{"source":392,"target":446},{"source":444,"target":239},{"source":444,"target":447},{"source":444,"target":392},{"source":447,"target":239},{"source":445,"target":24},{"source":445,"target":448},{"source":445,"target":392},{"source":448,"target":24},{"source":446,"target":399},{"source":393,"target":386},{"source":393,"target":399},{"source":393,"target":449},{"source":393,"target":450},{"source":393,"target":451},{"source":449,"target":239},{"source":449,"target":452},{"source":449,"target":393},{"source":452,"target":239},{"source":450,"target":254},{"source":450,"target":453},{"source":450,"target":393},{"source":453,"target":254},{"source":451,"target":399},{"source":394,"target":386},{"source":394,"target":399},{"source":394,"target":454},{"source":454,"target":399},{"source":395,"target":386},{"source":395,"target":234},{"source":395,"target":455},{"source":395,"target":456},{"source":455,"target":396},{"source":455,"target":457},{"source":455,"target":395},{"source":457,"target":396},{"source":456,"target":234},{"source":396,"target":386},{"source":396,"target":5},{"source":396,"target":458},{"source":396,"target":459},{"source":396,"target":460},{"source":458,"target":239},{"source":458,"target":461},{"source":458,"target":396},{"source":461,"target":239},{"source":459,"target":239},{"source":459,"target":462},{"source":459,"target":396},{"source":462,"target":239},{"source":460,"target":5},{"source":397,"target":386},{"source":397,"target":223},{"source":397,"target":463},{"source":397,"target":464},{"source":463,"target":24},{"source":463,"target":465},{"source":463,"target":397},{"source":465,"target":24},{"source":464,"target":223},{"source":398,"target":386},{"source":398,"target":401},{"source":398,"target":466},{"source":466,"target":401},{"source":399,"target":386},{"source":399,"target":239},{"source":399,"target":467},{"source":467,"target":239},{"source":400,"target":386},{"source":400,"target":401},{"source":400,"target":468},{"source":400,"target":469},{"source":468,"target":254},{"source":468,"target":470},{"source":468,"target":400},{"source":470,"target":254},{"source":469,"target":401},{"source":401,"target":386},{"source":401,"target":235},{"source":401,"target":399},{"source":401,"target":471},{"source":401,"target":472},{"source":401,"target":473},{"source":471,"target":239},{"source":471,"target":474},{"source":471,"target":401},{"source":474,"target":239},{"source":472,"target":235},{"source":473,"target":399},{"source":402,"target":386},{"source":402,"target":399},{"source":402,"target":475},{"source":402,"target":476},{"source":402,"target":477},{"source":402,"target":478},{"source":475,"target":239},{"source":475,"target":479},{"source":475,"target":402},{"source":479,"target":239},{"source":476,"target":254},{"source":476,"target":480},{"source":476,"target":402},{"source":480,"target":254},{"source":477,"target":2},{"source":477,"target":481},{"source":477,"target":402},{"source":481,"target":2},{"source":478,"target":399},{"source":403,"target":386},{"source":403,"target":234},{"source":403,"target":482},{"source":403,"target":483},{"source":482,"target":239},{"source":482,"target":484},{"source":482,"target":403},{"source":484,"target":239},{"source":483,"target":234},{"source":404,"target":386},{"source":404,"target":223},{"source":404,"target":485},{"source":485,"target":223},{"source":405,"target":386},{"source":405,"target":240},{"source":405,"target":399},{"source":405,"target":486},{"source":405,"target":487},{"source":405,"target":488},{"source":486,"target":239},{"source":486,"target":489},{"source":486,"target":405},{"source":489,"target":239},{"source":487,"target":240},{"source":488,"target":399},{"source":406,"target":386},{"source":406,"target":234},{"source":406,"target":490},{"source":406,"target":491},{"source":490,"target":407},{"source":490,"target":492},{"source":490,"target":406},{"source":492,"target":407},{"source":491,"target":234},{"source":407,"target":386},{"source":407,"target":5},{"source":407,"target":493},{"source":407,"target":494},{"source":493,"target":239},{"source":493,"target":495},{"source":493,"target":407},{"source":495,"target":239},{"source":494,"target":5},{"source":408,"target":386},{"source":408,"target":2},{"source":408,"target":496},{"source":408,"target":497},{"source":496,"target":24},{"source":496,"target":498},{"source":496,"target":408},{"source":498,"target":24},{"source":497,"target":2},{"source":409,"target":386},{"source":409,"target":399},{"source":409,"target":499},{"source":409,"target":500},{"source":409,"target":501},{"source":499,"target":239},{"source":499,"target":502},{"source":499,"target":409},{"source":502,"target":239},{"source":500,"target":24},{"source":500,"target":503},{"source":500,"target":409},{"source":503,"target":24},{"source":501,"target":399},{"source":410,"target":386},{"source":410,"target":399},{"source":410,"target":504},{"source":410,"target":505},{"source":504,"target":239},{"source":504,"target":506},{"source":504,"target":410},{"source":506,"target":239},{"source":505,"target":399},{"source":411,"target":386},{"source":411,"target":507},{"source":411,"target":508},{"source":411,"target":509},{"source":507,"target":411},{"source":508,"target":411},{"source":509,"target":411},{"source":412,"target":386},{"source":412,"target":399},{"source":412,"target":510},{"source":412,"target":511},{"source":412,"target":512},{"source":510,"target":387},{"source":510,"target":513},{"source":510,"target":412},{"source":513,"target":387},{"source":511,"target":239},{"source":511,"target":514},{"source":511,"target":412},{"source":514,"target":239},{"source":512,"target":399},{"source":413,"target":386},{"source":413,"target":399},{"source":413,"target":515},{"source":413,"target":516},{"source":413,"target":517},{"source":515,"target":392},{"source":515,"target":518},{"source":515,"target":413},{"source":518,"target":392},{"source":516,"target":239},{"source":516,"target":519},{"source":516,"target":413},{"source":519,"target":239},{"source":517,"target":399},{"source":414,"target":386},{"source":414,"target":2},{"source":414,"target":520},{"source":414,"target":521},{"source":414,"target":522},{"source":520,"target":24},{"source":520,"target":523},{"source":520,"target":414},{"source":523,"target":24},{"source":521,"target":239},{"source":521,"target":524},{"source":521,"target":414},{"source":524,"target":239},{"source":522,"target":2},{"source":415,"target":386},{"source":415,"target":399},{"source":415,"target":525},{"source":415,"target":526},{"source":415,"target":527},{"source":525,"target":239},{"source":525,"target":528},{"source":525,"target":415},{"source":528,"target":239},{"source":526,"target":239},{"source":526,"target":529},{"source":526,"target":415},{"source":529,"target":239},{"source":527,"target":399},{"source":416,"target":386},{"source":416,"target":399},{"source":416,"target":530},{"source":416,"target":531},{"source":416,"target":532},{"source":530,"target":239},{"source":530,"target":533},{"source":530,"target":416},{"source":533,"target":239},{"source":531,"target":254},{"source":531,"target":534},{"source":531,"target":416},{"source":534,"target":254},{"source":532,"target":399},{"source":417,"target":386},{"source":417,"target":399},{"source":417,"target":535},{"source":417,"target":536},{"source":417,"target":537},{"source":535,"target":254},{"source":535,"target":538},{"source":535,"target":417},{"source":538,"target":254},{"source":536,"target":1},{"source":536,"target":539},{"source":536,"target":417},{"source":539,"target":1},{"source":537,"target":399},{"source":418,"target":386},{"source":418,"target":399},{"source":418,"target":540},{"source":418,"target":541},{"source":418,"target":542},{"source":540,"target":239},{"source":540,"target":543},{"source":540,"target":418},{"source":543,"target":239},{"source":541,"target":239},{"source":541,"target":544},{"source":541,"target":418},{"source":544,"target":239},{"source":542,"target":399},{"source":545,"target":546},{"source":545,"target":547},{"source":545,"target":548},{"source":545,"target":549},{"source":545,"target":550},{"source":545,"target":551},{"source":545,"target":552},{"source":545,"target":553},{"source":546,"target":545},{"source":546,"target":12},{"source":546,"target":554},{"source":546,"target":555},{"source":546,"target":556},{"source":546,"target":557},{"source":546,"target":558},{"source":554,"target":1},{"source":554,"target":559},{"source":554,"target":546},{"source":559,"target":1},{"source":555,"target":1},{"source":555,"target":560},{"source":555,"target":546},{"source":560,"target":1},{"source":556,"target":551},{"source":556,"target":561},{"source":556,"target":546},{"source":556,"target":562},{"source":561,"target":551},{"source":557,"target":553},{"source":557,"target":563},{"source":557,"target":546},{"source":563,"target":553},{"source":558,"target":12},{"source":547,"target":545},{"source":547,"target":14},{"source":547,"target":564},{"source":547,"target":565},{"source":564,"target":239},{"source":564,"target":566},{"source":564,"target":547},{"source":566,"target":239},{"source":565,"target":14},{"source":548,"target":545},{"source":548,"target":254},{"source":548,"target":16},{"source":548,"target":567},{"source":548,"target":568},{"source":567,"target":254},{"source":568,"target":16},{"source":549,"target":545},{"source":549,"target":5},{"source":549,"target":569},{"source":549,"target":570},{"source":549,"target":571},{"source":569,"target":254},{"source":569,"target":572},{"source":569,"target":549},{"source":572,"target":254},{"source":570,"target":550},{"source":570,"target":573},{"source":570,"target":549},{"source":570,"target":574},{"source":573,"target":550},{"source":571,"target":5},{"source":550,"target":545},{"source":550,"target":5},{"source":550,"target":575},{"source":550,"target":574},{"source":550,"target":576},{"source":575,"target":239},{"source":575,"target":577},{"source":575,"target":550},{"source":577,"target":239},{"source":574,"target":549},{"source":574,"target":578},{"source":574,"target":550},{"source":574,"target":570},{"source":578,"target":549},{"source":576,"target":5},{"source":551,"target":545},{"source":551,"target":12},{"source":551,"target":562},{"source":551,"target":579},{"source":551,"target":580},{"source":551,"target":581},{"source":562,"target":546},{"source":562,"target":582},{"source":562,"target":551},{"source":562,"target":556},{"source":582,"target":546},{"source":579,"target":551},{"source":579,"target":583},{"source":579,"target":551},{"source":583,"target":551},{"source":580,"target":552},{"source":580,"target":584},{"source":580,"target":551},{"source":580,"target":585},{"source":584,"target":552},{"source":581,"target":12},{"source":552,"target":545},{"source":552,"target":2},{"source":552,"target":15},{"source":552,"target":586},{"source":552,"target":587},{"source":552,"target":588},{"source":552,"target":585},{"source":552,"target":589},{"source":552,"target":590},{"source":586,"target":552},{"source":586,"target":591},{"source":586,"target":552},{"source":591,"target":552},{"source":587,"target":553},{"source":587,"target":592},{"source":587,"target":552},{"source":587,"target":593},{"source":592,"target":553},{"source":588,"target":23},{"source":588,"target":594},{"source":588,"target":552},{"source":594,"target":23},{"source":585,"target":551},{"source":585,"target":595},{"source":585,"target":552},{"source":585,"target":580},{"source":595,"target":551},{"source":589,"target":2},{"source":590,"target":15},{"source":553,"target":545},{"source":553,"target":12},{"source":553,"target":596},{"source":553,"target":593},{"source":553,"target":597},{"source":553,"target":598},{"source":596,"target":553},{"source":596,"target":599},{"source":596,"target":553},{"source":599,"target":553},{"source":593,"target":552},{"source":593,"target":600},{"source":593,"target":553},{"source":593,"target":587},{"source":600,"target":552},{"source":597,"target":15},{"source":597,"target":601},{"source":597,"target":553},{"source":601,"target":15},{"source":598,"target":12},{"source":602,"target":603},{"source":602,"target":604},{"source":602,"target":605},{"source":602,"target":606},{"source":602,"target":607},{"source":602,"target":608},{"source":602,"target":609},{"source":602,"target":610},{"source":602,"target":611},{"source":602,"target":612},{"source":602,"target":613},{"source":602,"target":614},{"source":603,"target":602},{"source":603,"target":615},{"source":603,"target":616},{"source":615,"target":605},{"source":615,"target":617},{"source":615,"target":603},{"source":615,"target":618},{"source":617,"target":605},{"source":616,"target":610},{"source":616,"target":619},{"source":616,"target":603},{"source":616,"target":620},{"source":619,"target":610},{"source":604,"target":602},{"source":604,"target":5},{"source":604,"target":621},{"source":604,"target":622},{"source":604,"target":623},{"source":604,"target":624},{"source":621,"target":605},{"source":621,"target":625},{"source":621,"target":604},{"source":621,"target":626},{"source":625,"target":605},{"source":622,"target":1},{"source":622,"target":627},{"source":622,"target":604},{"source":627,"target":1},{"source":623,"target":239},{"source":623,"target":628},{"source":623,"target":604},{"source":628,"target":239},{"source":624,"target":5},{"source":605,"target":602},{"source":605,"target":607},{"source":605,"target":618},{"source":605,"target":626},{"source":605,"target":629},{"source":605,"target":630},{"source":605,"target":631},{"source":618,"target":603},{"source":618,"target":632},{"source":618,"target":605},{"source":618,"target":615},{"source":632,"target":603},{"source":626,"target":604},{"source":626,"target":633},{"source":626,"target":605},{"source":626,"target":621},{"source":633,"target":604},{"source":629,"target":609},{"source":629,"target":634},{"source":629,"target":605},{"source":629,"target":635},{"source":634,"target":609},{"source":630,"target":613},{"source":630,"target":636},{"source":630,"target":605},{"source":636,"target":613},{"source":631,"target":607},{"source":606,"target":602},{"source":606,"target":546},{"source":606,"target":603},{"source":606,"target":637},{"source":606,"target":638},{"source":637,"target":546},{"source":638,"target":603},{"source":607,"target":602},{"source":607,"target":549},{"source":607,"target":639},{"source":607,"target":640},{"source":639,"target":254},{"source":639,"target":641},{"source":639,"target":607},{"source":641,"target":254},{"source":640,"target":549},{"source":608,"target":602},{"source":608,"target":642},{"source":608,"target":643},{"source":642,"target":608},{"source":643,"target":608},{"source":609,"target":602},{"source":609,"target":5},{"source":609,"target":635},{"source":609,"target":644},{"source":609,"target":645},{"source":609,"target":646},{"source":635,"target":605},{"source":635,"target":647},{"source":635,"target":609},{"source":635,"target":629},{"source":647,"target":605},{"source":644,"target":608},{"source":644,"target":648},{"source":644,"target":609},{"source":648,"target":608},{"source":645,"target":240},{"source":645,"target":649},{"source":645,"target":609},{"source":649,"target":240},{"source":646,"target":5},{"source":610,"target":602},{"source":610,"target":607},{"source":610,"target":620},{"source":610,"target":650},{"source":620,"target":603},{"source":620,"target":651},{"source":620,"target":610},{"source":620,"target":616},{"source":651,"target":603},{"source":650,"target":607},{"source":611,"target":602},{"source":611,"target":551},{"source":611,"target":603},{"source":611,"target":652},{"source":611,"target":653},{"source":611,"target":654},{"source":611,"target":655},{"source":611,"target":656},{"source":611,"target":657},{"source":652,"target":611},{"source":652,"target":658},{"source":652,"target":611},{"source":652,"target":653},{"source":658,"target":611},{"source":653,"target":611},{"source":653,"target":659},{"source":653,"target":611},{"source":653,"target":652},{"source":659,"target":611},{"source":654,"target":611},{"source":654,"target":660},{"source":654,"target":611},{"source":654,"target":655},{"source":660,"target":611},{"source":655,"target":611},{"source":655,"target":661},{"source":655,"target":611},{"source":655,"target":654},{"source":661,"target":611},{"source":656,"target":551},{"source":657,"target":603},{"source":612,"target":602},{"source":612,"target":604},{"source":612,"target":662},{"source":612,"target":663},{"source":612,"target":664},{"source":662,"target":239},{"source":662,"target":665},{"source":662,"target":612},{"source":665,"target":239},{"source":663,"target":18},{"source":663,"target":666},{"source":663,"target":612},{"source":666,"target":18},{"source":664,"target":604},{"source":613,"target":602},{"source":613,"target":254},{"source":613,"target":667},{"source":667,"target":254},{"source":614,"target":602},{"source":614,"target":604},{"source":614,"target":668},{"source":614,"target":669},{"source":668,"target":254},{"source":668,"target":670},{"source":668,"target":614},{"source":670,"target":254},{"source":669,"target":604},{"source":671,"target":672},{"source":671,"target":673},{"source":671,"target":674},{"source":671,"target":675},{"source":672,"target":671},{"source":672,"target":675},{"source":672,"target":676},{"source":672,"target":677},{"source":672,"target":678},{"source":672,"target":679},{"source":676,"target":239},{"source":676,"target":680},{"source":676,"target":672},{"source":680,"target":239},{"source":677,"target":223},{"source":677,"target":681},{"source":677,"target":672},{"source":681,"target":223},{"source":678,"target":254},{"source":678,"target":682},{"source":678,"target":672},{"source":682,"target":254},{"source":679,"target":675},{"source":673,"target":671},{"source":673,"target":675},{"source":673,"target":683},{"source":673,"target":684},{"source":673,"target":685},{"source":683,"target":674},{"source":683,"target":686},{"source":683,"target":673},{"source":683,"target":687},{"source":686,"target":674},{"source":684,"target":2},{"source":684,"target":688},{"source":684,"target":673},{"source":688,"target":2},{"source":685,"target":675},{"source":674,"target":671},{"source":674,"target":5},{"source":674,"target":689},{"source":674,"target":687},{"source":674,"target":690},{"source":674,"target":691},{"source":674,"target":692},{"source":689,"target":1},{"source":689,"target":693},{"source":689,"target":674},{"source":693,"target":1},{"source":687,"target":673},{"source":687,"target":694},{"source":687,"target":674},{"source":687,"target":683},{"source":694,"target":673},{"source":690,"target":18},{"source":690,"target":695},{"source":690,"target":674},{"source":695,"target":18},{"source":691,"target":239},{"source":691,"target":696},{"source":691,"target":674},{"source":696,"target":239},{"source":692,"target":5},{"source":675,"target":671},{"source":675,"target":234},{"source":675,"target":697},{"source":675,"target":698},{"source":675,"target":699},{"source":697,"target":254},{"source":697,"target":700},{"source":697,"target":675},{"source":700,"target":254},{"source":698,"target":239},{"source":698,"target":701},{"source":698,"target":675},{"source":701,"target":239},{"source":699,"target":234},{"source":702,"target":703},{"source":702,"target":704},{"source":702,"target":705},{"source":702,"target":706},{"source":702,"target":707},{"source":702,"target":708},{"source":702,"target":709},{"source":702,"target":710},{"source":702,"target":711},{"source":703,"target":702},{"source":703,"target":549},{"source":703,"target":712},{"source":703,"target":713},{"source":712,"target":675},{"source":712,"target":714},{"source":712,"target":703},{"source":714,"target":675},{"source":713,"target":549},{"source":704,"target":702},{"source":704,"target":5},{"source":704,"target":715},{"source":704,"target":716},{"source":704,"target":717},{"source":704,"target":718},{"source":704,"target":719},{"source":715,"target":2},{"source":715,"target":720},{"source":715,"target":704},{"source":720,"target":2},{"source":716,"target":18},{"source":716,"target":721},{"source":716,"target":704},{"source":721,"target":18},{"source":717,"target":18},{"source":717,"target":722},{"source":717,"target":704},{"source":722,"target":18},{"source":718,"target":711},{"source":718,"target":723},{"source":718,"target":704},{"source":718,"target":724},{"source":723,"target":711},{"source":719,"target":5},{"source":705,"target":702},{"source":705,"target":243},{"source":705,"target":725},{"source":725,"target":243},{"source":706,"target":702},{"source":706,"target":551},{"source":706,"target":726},{"source":706,"target":727},{"source":706,"target":728},{"source":706,"target":729},{"source":706,"target":730},{"source":706,"target":731},{"source":726,"target":1},{"source":726,"target":732},{"source":726,"target":706},{"source":732,"target":1},{"source":727,"target":710},{"source":727,"target":733},{"source":727,"target":706},{"source":727,"target":734},{"source":733,"target":710},{"source":728,"target":254},{"source":728,"target":735},{"source":728,"target":706},{"source":735,"target":254},{"source":729,"target":549},{"source":729,"target":736},{"source":729,"target":706},{"source":736,"target":549},{"source":730,"target":549},{"source":730,"target":737},{"source":730,"target":706},{"source":737,"target":549},{"source":731,"target":551},{"source":707,"target":702},{"source":707,"target":239},{"source":707,"target":738},{"source":707,"target":739},{"source":707,"target":740},{"source":738,"target":239},{"source":738,"target":741},{"source":738,"target":707},{"source":741,"target":239},{"source":739,"target":706},{"source":739,"target":742},{"source":739,"target":707},{"source":742,"target":706},{"source":740,"target":239},{"source":708,"target":702},{"source":708,"target":546},{"source":708,"target":743},{"source":708,"target":744},{"source":708,"target":745},{"source":708,"target":746},{"source":743,"target":709},{"source":743,"target":747},{"source":743,"target":708},{"source":747,"target":709},{"source":744,"target":703},{"source":744,"target":748},{"source":744,"target":708},{"source":748,"target":703},{"source":745,"target":254},{"source":745,"target":749},{"source":745,"target":708},{"source":749,"target":254},{"source":746,"target":546},{"source":709,"target":702},{"source":709,"target":5},{"source":709,"target":750},{"source":709,"target":751},{"source":709,"target":752},{"source":750,"target":239},{"source":750,"target":753},{"source":750,"target":709},{"source":753,"target":239},{"source":751,"target":254},{"source":751,"target":754},{"source":751,"target":709},{"source":754,"target":254},{"source":752,"target":5},{"source":710,"target":702},{"source":710,"target":5},{"source":710,"target":755},{"source":710,"target":756},{"source":710,"target":734},{"source":710,"target":757},{"source":755,"target":14},{"source":755,"target":758},{"source":755,"target":710},{"source":758,"target":14},{"source":756,"target":553},{"source":756,"target":759},{"source":756,"target":710},{"source":759,"target":553},{"source":734,"target":706},{"source":734,"target":760},{"source":734,"target":710},{"source":734,"target":727},{"source":760,"target":706},{"source":757,"target":5},{"source":711,"target":702},{"source":711,"target":552},{"source":711,"target":724},{"source":711,"target":761},{"source":724,"target":704},{"source":724,"target":762},{"source":724,"target":711},{"source":724,"target":718},{"source":762,"target":704},{"source":761,"target":552},{"source":763,"target":764},{"source":763,"target":765},{"source":763,"target":766},{"source":763,"target":767},{"source":763,"target":768},{"source":763,"target":769},{"source":763,"target":770},{"source":763,"target":771},{"source":763,"target":772},{"source":763,"target":773},{"source":763,"target":774},{"source":763,"target":775},{"source":763,"target":776},{"source":763,"target":777},{"source":763,"target":778},{"source":763,"target":779},{"source":763,"target":780},{"source":763,"target":781},{"source":763,"target":782},{"source":763,"target":783},{"source":763,"target":784},{"source":763,"target":785},{"source":763,"target":786},{"source":763,"target":787},{"source":764,"target":763},{"source":764,"target":771},{"source":764,"target":788},{"source":788,"target":771},{"source":765,"target":763},{"source":765,"target":783},{"source":765,"target":789},{"source":789,"target":783},{"source":766,"target":763},{"source":766,"target":18},{"source":766,"target":790},{"source":766,"target":791},{"source":766,"target":792},{"source":766,"target":793},{"source":790,"target":2},{"source":790,"target":794},{"source":790,"target":766},{"source":794,"target":2},{"source":791,"target":239},{"source":791,"target":795},{"source":791,"target":766},{"source":795,"target":239},{"source":792,"target":18},{"source":792,"target":796},{"source":792,"target":766},{"source":796,"target":18},{"source":793,"target":18},{"source":767,"target":763},{"source":767,"target":797},{"source":767,"target":798},{"source":767,"target":799},{"source":797,"target":767},{"source":798,"target":767},{"source":799,"target":767},{"source":768,"target":763},{"source":768,"target":771},{"source":768,"target":800},{"source":800,"target":771},{"source":769,"target":763},{"source":769,"target":771},{"source":769,"target":801},{"source":769,"target":802},{"source":801,"target":1},{"source":801,"target":803},{"source":801,"target":769},{"source":803,"target":1},{"source":802,"target":771},{"source":770,"target":763},{"source":770,"target":240},{"source":770,"target":399},{"source":770,"target":804},{"source":770,"target":805},{"source":770,"target":806},{"source":804,"target":1},{"source":804,"target":807},{"source":804,"target":770},{"source":807,"target":1},{"source":805,"target":240},{"source":806,"target":399},{"source":771,"target":763},{"source":771,"target":14},{"source":771,"target":808},{"source":771,"target":809},{"source":771,"target":810},{"source":771,"target":811},{"source":771,"target":812},{"source":771,"target":813},{"source":808,"target":783},{"source":808,"target":814},{"source":808,"target":771},{"source":808,"target":815},{"source":814,"target":783},{"source":809,"target":787},{"source":809,"target":816},{"source":809,"target":771},{"source":809,"target":817},{"source":816,"target":787},{"source":810,"target":1},{"source":810,"target":818},{"source":810,"target":771},{"source":818,"target":1},{"source":811,"target":771},{"source":811,"target":819},{"source":811,"target":771},{"source":819,"target":771},{"source":812,"target":787},{"source":812,"target":820},{"source":812,"target":771},{"source":812,"target":821},{"source":820,"target":787},{"source":813,"target":14},{"source":772,"target":763},{"source":772,"target":822},{"source":772,"target":823},{"source":822,"target":772},{"source":823,"target":772},{"source":773,"target":763},{"source":773,"target":780},{"source":773,"target":824},{"source":824,"target":780},{"source":774,"target":763},{"source":774,"target":783},{"source":774,"target":825},{"source":774,"target":826},{"source":774,"target":827},{"source":825,"target":239},{"source":825,"target":828},{"source":825,"target":774},{"source":828,"target":239},{"source":826,"target":239},{"source":826,"target":829},{"source":826,"target":774},{"source":829,"target":239},{"source":827,"target":783},{"source":775,"target":763},{"source":775,"target":770},{"source":775,"target":830},{"source":775,"target":831},{"source":830,"target":1},{"source":830,"target":832},{"source":830,"target":775},{"source":832,"target":1},{"source":831,"target":770},{"source":776,"target":763},{"source":776,"target":771},{"source":776,"target":833},{"source":776,"target":834},{"source":776,"target":835},{"source":776,"target":836},{"source":776,"target":837},{"source":776,"target":838},{"source":776,"target":839},{"source":833,"target":776},{"source":833,"target":840},{"source":833,"target":776},{"source":840,"target":776},{"source":834,"target":776},{"source":834,"target":841},{"source":834,"target":776},{"source":841,"target":776},{"source":835,"target":776},{"source":835,"target":842},{"source":835,"target":776},{"source":842,"target":776},{"source":836,"target":706},{"source":836,"target":843},{"source":836,"target":776},{"source":843,"target":706},{"source":837,"target":239},{"source":837,"target":844},{"source":837,"target":776},{"source":844,"target":239},{"source":838,"target":239},{"source":838,"target":845},{"source":838,"target":776},{"source":845,"target":239},{"source":839,"target":771},{"source":777,"target":763},{"source":777,"target":787},{"source":777,"target":846},{"source":777,"target":847},{"source":777,"target":848},{"source":846,"target":778},{"source":846,"target":849},{"source":846,"target":777},{"source":849,"target":778},{"source":847,"target":708},{"source":847,"target":850},{"source":847,"target":777},{"source":850,"target":708},{"source":848,"target":787},{"source":778,"target":763},{"source":778,"target":787},{"source":778,"target":851},{"source":851,"target":787},{"source":779,"target":763},{"source":779,"target":2},{"source":779,"target":852},{"source":779,"target":853},{"source":779,"target":854},{"source":779,"target":855},{"source":852,"target":239},{"source":852,"target":856},{"source":852,"target":779},{"source":856,"target":239},{"source":853,"target":22},{"source":853,"target":857},{"source":853,"target":779},{"source":857,"target":22},{"source":854,"target":15},{"source":854,"target":858},{"source":854,"target":779},{"source":858,"target":15},{"source":855,"target":2},{"source":780,"target":763},{"source":780,"target":2},{"source":780,"target":15},{"source":780,"target":859},{"source":780,"target":860},{"source":780,"target":861},{"source":780,"target":862},{"source":780,"target":863},{"source":780,"target":864},{"source":780,"target":865},{"source":780,"target":866},{"source":780,"target":867},{"source":859,"target":18},{"source":859,"target":868},{"source":859,"target":780},{"source":868,"target":18},{"source":860,"target":768},{"source":860,"target":869},{"source":860,"target":780},{"source":869,"target":768},{"source":861,"target":1},{"source":861,"target":870},{"source":861,"target":780},{"source":870,"target":1},{"source":862,"target":781},{"source":862,"target":871},{"source":862,"target":780},{"source":862,"target":872},{"source":871,"target":781},{"source":863,"target":23},{"source":863,"target":873},{"source":863,"target":780},{"source":873,"target":23},{"source":864,"target":254},{"source":864,"target":874},{"source":864,"target":780},{"source":874,"target":254},{"source":865,"target":779},{"source":865,"target":875},{"source":865,"target":780},{"source":875,"target":779},{"source":866,"target":2},{"source":867,"target":15},{"source":781,"target":763},{"source":781,"target":5},{"source":781,"target":876},{"source":781,"target":877},{"source":781,"target":878},{"source":781,"target":872},{"source":781,"target":879},{"source":876,"target":779},{"source":876,"target":880},{"source":876,"target":781},{"source":880,"target":779},{"source":877,"target":780},{"source":877,"target":881},{"source":877,"target":781},{"source":881,"target":780},{"source":878,"target":772},{"source":878,"target":882},{"source":878,"target":781},{"source":882,"target":772},{"source":872,"target":780},{"source":872,"target":883},{"source":872,"target":781},{"source":872,"target":862},{"source":883,"target":780},{"source":879,"target":5},{"source":782,"target":763},{"source":782,"target":402},{"source":782,"target":884},{"source":782,"target":885},{"source":782,"target":886},{"source":884,"target":765},{"source":884,"target":887},{"source":884,"target":782},{"source":887,"target":765},{"source":885,"target":254},{"source":885,"target":888},{"source":885,"target":782},{"source":888,"target":254},{"source":886,"target":402},{"source":783,"target":763},{"source":783,"target":5},{"source":783,"target":889},{"source":783,"target":815},{"source":783,"target":890},{"source":783,"target":891},{"source":889,"target":239},{"source":889,"target":892},{"source":889,"target":783},{"source":892,"target":239},{"source":815,"target":771},{"source":815,"target":893},{"source":815,"target":783},{"source":815,"target":808},{"source":893,"target":771},{"source":890,"target":254},{"source":890,"target":894},{"source":890,"target":783},{"source":894,"target":254},{"source":891,"target":5},{"source":784,"target":763},{"source":784,"target":780},{"source":784,"target":895},{"source":784,"target":896},{"source":784,"target":897},{"source":784,"target":898},{"source":784,"target":899},{"source":784,"target":900},{"source":895,"target":2},{"source":895,"target":901},{"source":895,"target":784},{"source":901,"target":2},{"source":896,"target":18},{"source":896,"target":902},{"source":896,"target":784},{"source":902,"target":18},{"source":897,"target":778},{"source":897,"target":903},{"source":897,"target":784},{"source":903,"target":778},{"source":898,"target":711},{"source":898,"target":904},{"source":898,"target":784},{"source":904,"target":711},{"source":899,"target":706},{"source":899,"target":905},{"source":899,"target":784},{"source":905,"target":706},{"source":900,"target":780},{"source":785,"target":763},{"source":785,"target":217},{"source":785,"target":399},{"source":785,"target":906},{"source":785,"target":907},{"source":785,"target":908},{"source":785,"target":909},{"source":785,"target":910},{"source":785,"target":911},{"source":785,"target":912},{"source":906,"target":239},{"source":906,"target":913},{"source":906,"target":785},{"source":913,"target":239},{"source":907,"target":1},{"source":907,"target":914},{"source":907,"target":785},{"source":914,"target":1},{"source":908,"target":1},{"source":908,"target":915},{"source":908,"target":785},{"source":915,"target":1},{"source":909,"target":1},{"source":909,"target":916},{"source":909,"target":785},{"source":916,"target":1},{"source":910,"target":254},{"source":910,"target":917},{"source":910,"target":785},{"source":917,"target":254},{"source":911,"target":217},{"source":912,"target":399},{"source":786,"target":763},{"source":786,"target":785},{"source":786,"target":918},{"source":786,"target":919},{"source":918,"target":776},{"source":918,"target":920},{"source":918,"target":786},{"source":920,"target":776},{"source":919,"target":785},{"source":787,"target":763},{"source":787,"target":254},{"source":787,"target":16},{"source":787,"target":817},{"source":787,"target":921},{"source":787,"target":821},{"source":787,"target":922},{"source":787,"target":923},{"source":817,"target":771},{"source":817,"target":924},{"source":817,"target":787},{"source":817,"target":809},{"source":924,"target":771},{"source":921,"target":767},{"source":921,"target":925},{"source":921,"target":787},{"source":925,"target":767},{"source":821,"target":771},{"source":821,"target":926},{"source":821,"target":787},{"source":821,"target":812},{"source":926,"target":771},{"source":922,"target":254},{"source":923,"target":16}],"multigraph":true}
ecore
entities
repo-ecore-all/data/fjavier-umu/mde-data-ree/CDTI_F2_6_DataModernization/metamodels/JPA.ecore
JPA PersistenceUnit entities Entity name comment properties anotations Property name comment anotations Anotation EntityPk name properties Table name Column name type nullable fetch OneToOne name referencedPropertyName referencedEntityName type OneToMany name referencedEntityName type ManyToOne name referencedPropertyName referencedEntityName type ManyToMany Cascade PERSIST PERSIST REMOVE REMOVE REFRESH REFRESH MERGE MERGE ALL ALL Fetch LAZY LAZY EAGER EAGER
<?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="JPA" nsURI="http://modelum.es/gra2mol/examples/JPA" nsPrefix="JPA"> <eClassifiers xsi:type="ecore:EClass" name="PersistenceUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="#//Entity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anotations" upperBound="-1" eType="#//Anotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anotations" upperBound="-1" eType="#//Anotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Anotation"/> <eClassifiers xsi:type="ecore:EClass" name="EntityPk" eSuperTypes="#//Anotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Anotation"> <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="Column" eSuperTypes="#//Anotation"> <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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fetch" eType="#//Fetch"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OneToOne" eSuperTypes="#//Anotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedPropertyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedEntityName" 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="OneToMany" eSuperTypes="#//Anotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedEntityName" 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="ManyToOne" eSuperTypes="#//Anotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedPropertyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedEntityName" 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="ManyToMany" eSuperTypes="#//Anotation"/> <eClassifiers xsi:type="ecore:EEnum" name="Cascade"> <eLiterals name="PERSIST"/> <eLiterals name="REMOVE" value="1"/> <eLiterals name="REFRESH" value="2"/> <eLiterals name="MERGE" value="3"/> <eLiterals name="ALL" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Fetch"> <eLiterals name="LAZY"/> <eLiterals name="EAGER" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"JPA","nsURI":"http://modelum.es/gra2mol/examples/JPA","name":"JPA","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersistenceUnit","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Anotation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPk","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToOne","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToMany","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManyToOne","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManyToMany","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Cascade","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Fetch","instanceClass":null,"id":13,"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":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"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},{"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":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":"properties","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":"anotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"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":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":"anotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"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":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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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"},{"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":"type","changeable":true,"lowerBound":0,"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":"nullable","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fetch","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":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":"referencedPropertyName","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referencedEntityName","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":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":"referencedEntityName","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":"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"},{"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,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referencedPropertyName","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":"referencedEntityName","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"name":"PERSIST","id":73,"value":0,"literal":"PERSIST","eClass":"EEnumLiteral"},{"name":"REMOVE","id":74,"value":1,"literal":"REMOVE","eClass":"EEnumLiteral"},{"name":"REFRESH","id":75,"value":2,"literal":"REFRESH","eClass":"EEnumLiteral"},{"name":"MERGE","id":76,"value":3,"literal":"MERGE","eClass":"EEnumLiteral"},{"name":"ALL","id":77,"value":4,"literal":"ALL","eClass":"EEnumLiteral"},{"name":"LAZY","id":78,"value":0,"literal":"LAZY","eClass":"EEnumLiteral"},{"name":"EAGER","id":79,"value":1,"literal":"EAGER","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":1,"target":0},{"source":1,"target":14},{"source":14,"target":2},{"source":14,"target":15},{"source":14,"target":1},{"source":15,"target":2},{"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":3},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":3},{"source":19,"target":4},{"source":19,"target":23},{"source":19,"target":2},{"source":23,"target":4},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":24,"target":27},{"source":24,"target":3},{"source":25,"target":28},{"source":25,"target":3},{"source":26,"target":4},{"source":26,"target":29},{"source":26,"target":3},{"source":29,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":30,"target":33},{"source":30,"target":5},{"source":31,"target":3},{"source":31,"target":34},{"source":31,"target":5},{"source":34,"target":3},{"source":32,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":35},{"source":6,"target":36},{"source":35,"target":37},{"source":35,"target":6},{"source":36,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"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":13},{"source":41,"target":46},{"source":41,"target":7},{"source":46,"target":13},{"source":42,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":47,"target":52},{"source":47,"target":8},{"source":48,"target":53},{"source":48,"target":8},{"source":49,"target":54},{"source":49,"target":8},{"source":50,"target":55},{"source":50,"target":8},{"source":51,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":56},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":56,"target":60},{"source":56,"target":9},{"source":57,"target":61},{"source":57,"target":9},{"source":58,"target":62},{"source":58,"target":9},{"source":59,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":10,"target":67},{"source":63,"target":68},{"source":63,"target":10},{"source":64,"target":69},{"source":64,"target":10},{"source":65,"target":70},{"source":65,"target":10},{"source":66,"target":71},{"source":66,"target":10},{"source":67,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":72},{"source":72,"target":4},{"source":12,"target":0},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":73,"target":12},{"source":74,"target":12},{"source":75,"target":12},{"source":76,"target":12},{"source":77,"target":12},{"source":13,"target":0},{"source":13,"target":78},{"source":13,"target":79},{"source":78,"target":13},{"source":79,"target":13}],"multigraph":true}
ecore
education
repo-ecore-all/data/rbill/virtualedit/at.ac.tuwien.big.virtlang.examples.school/model/school.ecore
school School pupils courses Pupil name inclass grades Course name Grade course grade year Grade2
<?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="school" nsURI="http://www.example.org/school" nsPrefix="school"> <eClassifiers xsi:type="ecore:EClass" name="School"> <eStructuralFeatures xsi:type="ecore:EReference" name="pupils" ordered="false" upperBound="-1" eType="#//Pupil" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" ordered="false" upperBound="-1" eType="#//Course" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pupil"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inclass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="grades" ordered="false" upperBound="-1" eType="#//Grade" containment="true"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Course"> <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="Grade"> <eStructuralFeatures xsi:type="ecore:EReference" name="course" eType="#//Course"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="grade" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Grade2" eSuperTypes="#//Grade"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"school","nsURI":"http://www.example.org/school","name":"school","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"School","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pupil","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Course","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grade","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grade2","instanceClass":null,"abstract":false,"id":5,"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":"pupils","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"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":"courses","changeable":true,"resolveProxies":true,"lowerBound":0,"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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inclass","changeable":true,"lowerBound":0,"iD":false,"id":11,"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":"grades","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"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":16,"derived":false},{"id":17,"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":"course","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":"grade","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":"year","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"}],"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":2},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":2},{"source":7,"target":3},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":3},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":10,"target":13},{"source":10,"target":2},{"source":11,"target":14},{"source":11,"target":2},{"source":12,"target":4},{"source":12,"target":15},{"source":12,"target":2},{"source":15,"target":4},{"source":3,"target":0},{"source":3,"target":16},{"source":16,"target":17},{"source":16,"target":3},{"source":4,"target":0},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":18,"target":3},{"source":18,"target":21},{"source":18,"target":4},{"source":21,"target":3},{"source":19,"target":22},{"source":19,"target":4},{"source":20,"target":23},{"source":20,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":24,"target":4}],"multigraph":true}
ecore
calculator
repo-ecore-all/data/eclipse/bpel/examples/plugins/org.eclipse.xtext.example.arithmetics/src-gen/org/eclipse/xtext/example/arithmetics/Arithmetics.ecore
arithmetics Module name imports statements Import importedNamespace Statement Definition args expr DeclaredParameter AbstractDefinition name Evaluation expression Expression Plus left right Minus left right Multi left right Div left right NumberLiteral value FunctionCall func args
<?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="arithmetics" nsURI="http://www.eclipse.org/Xtext/example/Arithmetics" nsPrefix="arithmetics"> <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="imports" upperBound="-1" eType="#//Import" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement"/> <eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//Statement #//AbstractDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//DeclaredParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclaredParameter" eSuperTypes="#//AbstractDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractDefinition"> <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="Evaluation" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="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="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="Multi" 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="Div" 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="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="func" eType="#//AbstractDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"arithmetics","nsURI":"http://www.eclipse.org/Xtext/example/Arithmetics","name":"arithmetics","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","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":"Statement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclaredParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDefinition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multi","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"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":"importedNamespace","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"container":false,"ordered":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":23,"derived":false},{"container":false,"ordered":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":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":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":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"func","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"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":3},{"source":17,"target":20},{"source":17,"target":1},{"source":20,"target":3},{"source":2,"target":0},{"source":2,"target":21},{"source":21,"target":22},{"source":21,"target":2},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":6},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":23,"target":5},{"source":23,"target":27},{"source":23,"target":4},{"source":27,"target":5},{"source":24,"target":8},{"source":24,"target":28},{"source":24,"target":4},{"source":28,"target":8},{"source":25,"target":3},{"source":26,"target":6},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":29},{"source":29,"target":6},{"source":6,"target":0},{"source":6,"target":30},{"source":30,"target":31},{"source":30,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":32},{"source":7,"target":33},{"source":32,"target":8},{"source":32,"target":34},{"source":32,"target":7},{"source":34,"target":8},{"source":33,"target":3},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":35,"target":8},{"source":35,"target":38},{"source":35,"target":9},{"source":38,"target":8},{"source":36,"target":8},{"source":36,"target":39},{"source":36,"target":9},{"source":39,"target":8},{"source":37,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":40},{"source":10,"target":41},{"source":10,"target":42},{"source":40,"target":8},{"source":40,"target":43},{"source":40,"target":10},{"source":43,"target":8},{"source":41,"target":8},{"source":41,"target":44},{"source":41,"target":10},{"source":44,"target":8},{"source":42,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":45},{"source":11,"target":46},{"source":11,"target":47},{"source":45,"target":8},{"source":45,"target":48},{"source":45,"target":11},{"source":48,"target":8},{"source":46,"target":8},{"source":46,"target":49},{"source":46,"target":11},{"source":49,"target":8},{"source":47,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":50},{"source":12,"target":51},{"source":12,"target":52},{"source":50,"target":8},{"source":50,"target":53},{"source":50,"target":12},{"source":53,"target":8},{"source":51,"target":8},{"source":51,"target":54},{"source":51,"target":12},{"source":54,"target":8},{"source":52,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":55},{"source":13,"target":56},{"source":55,"target":57},{"source":55,"target":13},{"source":56,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":58},{"source":14,"target":59},{"source":14,"target":60},{"source":58,"target":6},{"source":58,"target":61},{"source":58,"target":14},{"source":61,"target":6},{"source":59,"target":8},{"source":59,"target":62},{"source":59,"target":14},{"source":62,"target":8},{"source":60,"target":8}],"multigraph":true}
ecore
architecture
repo-ecore-all/data/max-kramer/geko-model-weaver/examples/pcm/edu.kit.ipd.sdq.mdsd.geko.examples.pcm/metamodel/pcm_advice_advice.ecore
pcm_av_av DummyClass AdviceAdvice children GlobalScopeGlobalScope scopedObject PerJoinPointScopePerJoinPointScope scopedObject Advice children GlobalScope scopedObject PerJoinPointScope scopedObject core_av_av PCMRandomVariable SpecificationMustNotBeNULL diagnostics context closedWorkload_PCMRandomVariable passiveResource_capacity_PCMRandomVariable variableCharacterisation_Specification infrastructureCall__PCMRandomVariable resourceCall__PCMRandomVariable parametricResourceDemand_PCMRandomVariable loopAction_PCMRandomVariable guardedBranchTransition_PCMRandomVariable specifiedExecutionTime_PCMRandomVariable eventChannelSinkConnector__FilterCondition assemblyEventConnector__FilterCondition loop_LoopIteration openWorkload_PCMRandomVariable delay_TimeSpecification communicationLinkResourceSpecifcation_throughput_PCMRandomVariable processingResourceSpecification_processingRate_PCMRandomVariable communicationLinkResourceSpecification_latency_PCMRandomVariable entity_av_av ResourceProvidedRole resourceInterfaceProvidingEntity__ResourceProvidedRole providedResourceInterface__ResourceProvidedRole InterfaceProvidingRequiringEntity InterfaceProvidingEntity providedRoles_InterfaceProvidingEntity InterfaceRequiringEntity requiredRoles_InterfaceRequiringEntity ResourceInterfaceRequiringEntity resourceRequiredRoles__ResourceInterfaceRequiringEntity ResourceRequiredRole requiredResourceInterface__ResourceRequiredRole resourceInterfaceRequiringEntity__ResourceRequiredRole ResourceInterfaceProvidingEntity resourceProvidedRoles__ResourceInterfaceProvidingEntity ComposedProvidingRequiringEntity ProvidedRolesMustBeBound diagnostics context NamedElement entityName aName ResourceInterfaceProvidingRequiringEntity Entity composition_av_av DelegationConnector Connector parentStructure__Connector ComposedStructure MultipleConnectorsConstraint diagnostics context MultipleConnectorsConstraintForAssemblyConnectors diagnostics context assemblyContexts__ComposedStructure resourceRequiredDelegationConnectors_ComposedStructure eventChannel__ComposedStructure connectors__ComposedStructure ResourceRequiredDelegationConnector innerResourceRequiredRole_ResourceRequiredDelegationConnector outerResourceRequiredRole_ResourceRequiredDelegationConnector parentStructure_ResourceRequiredDelegationConnector EventChannel eventGroup__EventChannel eventChannelSourceConnector__EventChannel eventChannelSinkConnector__EventChannel parentStructure__EventChannel EventChannelSourceConnector sourceRole__EventChannelSourceRole assemblyContext__EventChannelSourceConnector eventChannel__EventChannelSourceConnector EventChannelSinkConnector sinkRole__EventChannelSinkConnector filterCondition__EventChannelSinkConnector assemblyContext__EventChannelSinkConnector eventChannel__EventChannelSinkConnector ProvidedDelegationConnector ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure diagnostics context ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame diagnostics context innerProvidedRole_ProvidedDelegationConnector outerProvidedRole_ProvidedDelegationConnector assemblyContext_ProvidedDelegationConnector RequiredDelegationConnector RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure diagnostics context ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame diagnostics context RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector diagnostics context innerRequiredRole_RequiredDelegationConnector outerRequiredRole_RequiredDelegationConnector assemblyContext_RequiredDelegationConnector AssemblyConnector AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch diagnostics context AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch diagnostics context AssemblyConnectorsReferencedInterfacesMustMatch diagnostics context requiringAssemblyContext_AssemblyConnector providingAssemblyContext_AssemblyConnector providedRole_AssemblyConnector requiredRole_AssemblyConnector AssemblyEventConnector sinkRole__AssemblyEventConnector sourceRole__AssemblyEventConnector sinkAssemblyContext__AssemblyEventConnector sourceAssemblyContext__AssemblyEventConnector filterCondition__AssemblyEventConnector SourceDelegationConnector innerSourceRole__SourceRole outerSourceRole__SourceRole assemblyContext__SourceDelegationConnector SinkDelegationConnector assemblyContext__SinkDelegationConnector innerSinkRole__SinkRole outerSinkRole__SinkRole AssemblyInfrastructureConnector providedRole__AssemblyInfrastructureConnector requiredRole__AssemblyInfrastructureConnector providingAssemblyContext__AssemblyInfrastructureConnector requiringAssemblyContext__AssemblyInfrastructureConnector ProvidedInfrastructureDelegationConnector innerProvidedRole__ProvidedInfrastructureDelegationConnector outerProvidedRole__ProvidedInfrastructureDelegationConnector assemblyContext__ProvidedInfrastructureDelegationConnector RequiredInfrastructureDelegationConnector innerRequiredRole__RequiredInfrastructureDelegationConnector outerRequiredRole__RequiredInfrastructureDelegationConnector assemblyContext__RequiredInfrastructureDelegationConnector RequiredResourceDelegationConnector assemblyContext__RequiredResourceDelegationConnector innerRequiredRole__RequiredResourceDelegationConnector outerRequiredRole__RequiredResourceDelegationConnector AssemblyContext parentStructure__AssemblyContext encapsulatedComponent__AssemblyContext configParameterUsages__AssemblyContext usagemodel_av_av Workload usageScenario_Workload UsageScenario usageModel_UsageScenario scenarioBehaviour_UsageScenario workload_UsageScenario UserData assemblyContext_userData usageModel_UserData userDataParameterUsages_UserData UsageModel usageScenario_UsageModel userData_UsageModel EntryLevelSystemCall EntryLevelSystemCallMustReferenceProvidedRoleOfASystem diagnostics context EntryLevelSystemCallSignatureMustMatchItsProvidedRole diagnostics context providedRole_EntryLevelSystemCall operationSignature__EntryLevelSystemCall outputParameterUsages_EntryLevelSystemCall priority inputParameterUsages_EntryLevelSystemCall AbstractUserAction successor predecessor scenarioBehaviour_AbstractUserAction ScenarioBehaviour Exactlyonestart diagnostics context Exactlyonestop diagnostics context EachuseractionexceptStartandStopmusthaveapredecessorandsuccessor diagnostics context usageScenario_SenarioBehaviour branchTransition_ScenarioBehaviour loop_ScenarioBehaviour actions_ScenarioBehaviour BranchTransition branchProbability branch_BranchTransition branchedBehaviour_BranchTransition Branch AllBranchProbabilitiesMustSumUpTo1 diagnostics context branchTransitions_Branch Loop loopIteration_Loop bodyBehaviour_Loop Stop StopHasNoSuccessor diagnostics context Start StartHasNoPredecessor diagnostics context OpenWorkload InterArrivalTimeInOpenWorkloadNeedsToBeSpecified diagnostics context interArrivalTime_OpenWorkload Delay timeSpecification_Delay ClosedWorkload PopulationInClosedWorkloadNeedsToBeSpecified diagnostics context ThinkTimeInClosedWorkloadNeedsToBeSpecified diagnostics context population thinkTime_ClosedWorkload repository_av_av PassiveResource capacity_PassiveResource basicComponent_PassiveResource resourceTimeoutFailureType__PassiveResource BasicComponent NoSeffTypeUsedTwice diagnostics context ProvideSameInterfacesAsImplementationType diagnostics context RequireSameInterfacesAsImplementationType diagnostics context serviceEffectSpecifications__BasicComponent passiveResource_BasicComponent ImplementationComponentType RequiredInterfacesHaveToConformToCompleteType diagnostics context providedInterfacesHaveToConformToCompleteType diagnostics context ProvidedInterfaceHaveToConformToComponentType diagnostics context parentCompleteComponentTypes componentParameterUsage_ImplementationComponentType componentType BUSINESS_COMPONENT RepositoryComponent repository__RepositoryComponent ProvidedRole providingEntity_ProvidedRole Parameter dataType__Parameter infrastructureSignature__Parameter operationSignature__Parameter eventType__Parameter parameterName modifier__Parameter resourceSignature__Parameter DataType repository__DataType Repository repositoryDescription components__Repository interfaces__Repository failureTypes__Repository dataTypes__Repository Interface NoProtocolTypeIDUsedTwice diagnostics context parentInterfaces__Interface protocols__Interface requiredCharacterisations repository__Interface RequiredCharacterisation type parameter interface_RequiredCharacterisation EventGroup eventTypes__EventGroup EventType parameter__EventType eventGroup__EventType Signature exceptions__Signature failureType ExceptionType exceptionName exceptionMessage InfrastructureSignature parameters__InfrastructureSignature infrastructureInterface__InfrastructureSignature InfrastructureInterface infrastructureSignatures__InfrastructureInterface InfrastructureRequiredRole requiredInterface__InfrastructureRequiredRole RequiredRole requiringEntity_RequiredRole OperationSignature ParameterNamesHaveToBeUniqueForASignature diagnostics context interface__OperationSignature parameters__OperationSignature returnType__OperationSignature OperationInterface SignaturesHaveToBeUniqueForAnInterface diagnostics context signatures__OperationInterface OperationRequiredRole requiredInterface__OperationRequiredRole SourceRole eventGroup__SourceRole SinkRole eventGroup__SinkRole OperationProvidedRole providedInterface__OperationProvidedRole InfrastructureProvidedRole providedInterface__InfrastructureProvidedRole ParameterModifier none none in in out out inout inout CompleteComponentType AtLeastOneInterfaceHasToBeProvidedOrRequiredByAUsefullCompleteComponentType diagnostics context providedInterfacesHaveToConformToProvidedType2 diagnostics context parentProvidesComponentTypes ProvidesComponentType AtLeastOneInterfaceHasToBeProvidedByAUsefullProvidesComponentType diagnostics context ComponentType BUSINESS_COMPONENT BUSINESS_COMPONENT INFRASTRUCTURE_COMPONENT INFRASTRUCTURE_COMPONENT CompositeComponent ProvideSameInterfaces diagnostics context RequireSameInterfaces diagnostics context PrimitiveDataType type PrimitiveTypeEnum INT INT STRING STRING BOOL BOOL DOUBLE DOUBLE CHAR CHAR BYTE BYTE LONG LONG CollectionDataType innerType_CollectionDataType CompositeDataType parentType_CompositeDataType innerDeclaration_CompositeDataType InnerDeclaration datatype_InnerDeclaration compositeDataType_InnerDeclaration Role resourcetype_av_av ResourceSignature parameter__ResourceSignature resourceServiceId resourceInterface__ResourceSignature ProcessingResourceType hardwareInducedFailureType__ProcessingResourceType ResourceType resourceRepository_ResourceType ResourceRepository resourceInterfaces__ResourceRepository schedulingPolicies__ResourceRepository availableResourceTypes_ResourceRepository SchedulingPolicy resourceRepository__SchedulingPolicy CommunicationLinkResourceType networkInducedFailureType__CommunicationLinkResourceType ResourceInterface resourceRepository__ResourceInterface resourceSignatures__ResourceInterface protocol_av_av Protocol protocolTypeID parameter_av_av VariableUsage variableCharacterisation_VariableUsage userData_VariableUsage callAction__VariableUsage synchronisationPoint_VariableUsage callReturnAction__VariableUsage setVariableAction_VariableUsage specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage assemblyContext__VariableUsage entryLevelSystemCall_InputParameterUsage entryLevelSystemCall_OutputParameterUsage namedReference__VariableUsage VariableCharacterisation type specification_VariableCharacterisation variableUsage_VariableCharacterisation CharacterisedVariable characterisationType VariableCharacterisationType STRUCTURE STRUCTURE NUMBER_OF_ELEMENTS NUMBER_OF_ELEMENTS VALUE VALUE BYTESIZE BYTESIZE TYPE TYPE reliability_av_av FailureOccurrenceDescription EnsureValidFailureProbabilityRange diagnostics context failureProbability HardwareInducedFailureType HardwareInducedFailureTypeHasProcessingResourceType diagnostics context processingResourceType__HardwareInducedFailureType SoftwareInducedFailureType internalFailureOccurrenceDescriptions__SoftwareInducedFailureType InternalFailureOccurrenceDescription NoResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription diagnostics context internalAction__InternalFailureOccurrenceDescription softwareInducedFailureType__InternalFailureOccurrenceDescription NetworkInducedFailureType NetworkInducedFailureTypeHasCommunicationLinkResourceType diagnostics context communicationLinkResourceType__NetworkInducedFailureType ExternalFailureOccurrenceDescription NoResourceTimeoutFailureAllowedForExternalFailureOccurrenceDescription diagnostics context specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription failureType__ExternalFailureOccurrenceDescription ResourceTimeoutFailureType passiveResource__ResourceTimeoutFailureType FailureType repository__FailureType seff_av_av StopAction StopActionSuccessorMustNotBeDefined diagnostics context AbstractInternalControlFlowAction resourceDemand_Action infrastructureCall__Action resourceCall__Action AbstractAction predecessor_AbstractAction successor_AbstractAction resourceDemandingBehaviour_AbstractAction ResourceDemandingBehaviour ExactlyOneStopAction diagnostics context ExactlyOneStartAction diagnostics context EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor diagnostics context abstractLoopAction_ResourceDemandingBehaviour abstractBranchTransition_ResourceDemandingBehaviour steps_Behaviour AbstractLoopAction bodyBehaviour_Loop AbstractBranchTransition branchAction_AbstractBranchTransition branchBehaviour_BranchTransition BranchAction EitherGuardedBranchesOrProbabilisiticBranchTransitions diagnostics context AllProbabilisticBranchProbabilitiesMustSumUpTo1 diagnostics context branches_Branch CallAction inputVariableUsages__CallAction StartAction StartActionPredecessorMustNotBeDefined diagnostics context ServiceEffectSpecification ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole diagnostics context seffTypeID 1 describedService__SEFF basicComponent_ServiceEffectSpecification ResourceDemandingSEFF resourceDemandingInternalBehaviours ResourceDemandingInternalBehaviour resourceDemandingSEFF_ResourceDemandingInternalBehaviour ReleaseAction passiveResource_ReleaseAction LoopAction iterationCount_LoopAction ForkAction asynchronousForkedBehaviours_ForkAction synchronisingBehaviours_ForkAction ForkedBehaviour synchronisationPoint_ForkedBehaviour forkAction_ForkedBehaivour SynchronisationPoint outputParameterUsage_SynchronisationPoint forkAction_SynchronisationPoint synchronousForkedBehaviours_SynchronisationPoint ExternalCallAction SignatureBelongsToRole diagnostics context OperationRequiredRoleMustBeReferencedByContainer diagnostics context calledService_ExternalService role_ExternalService retryCount CallReturnAction returnVariableUsage__CallReturnAction ProbabilisticBranchTransition branchProbability AcquireAction TimeoutValueOfAcquireActionMustNotBeNegative diagnostics context passiveresource_AcquireAction timeout timeoutValue CollectionIteratorAction parameter_CollectionIteratorAction GuardedBranchTransition branchCondition_GuardedBranchTransition SetVariableAction localVariableUsages_SetVariableAction InternalCallAction calledResourceDemandingInternalBehaviour EmitEventAction eventType__EmitEventAction sourceRole__EmitEventAction InternalAction MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed diagnostics context SumOfInternalActionFailureProbabilitiesMustNotExceed1 diagnostics context internalFailureOccurrenceDescriptions__InternalAction seff_performance_av_av InfrastructureCall SignatureMustBelongToUsedRequiredRole diagnostics context ReferencedRequiredRoleMustBeRequiredByComponent diagnostics context SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction diagnostics context signature__InfrastructureCall numberOfCalls__InfrastructureCall action__InfrastructureCall requiredRole__InfrastructureCall ResourceCall ResourceSignatureBelongsToResourceRequiredRole diagnostics context ResourceRequiredRoleMustBeReferencedByComponent diagnostics context SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction diagnostics context action__ResourceCall resourceRequiredRole__ResourceCall signature__ResourceCall numberOfCalls__ResourceCall ParametricResourceDemand DemandedProcessingResourceMustBeUniqueWithinAbstractInternalControlFlowAction diagnostics context specification_ParametericResourceDemand requiredResource_ParametricResourceDemand action_ParametricResourceDemand seff_reliability_av_av RecoveryActionBehaviour RecoveryActionBehaviourHasOnlyOnePredecessor diagnostics context RecoveryActionBehaviourIsNotSuccessorOfItself diagnostics context SuccessorsOfRecoveryActionBehaviourHandleDisjointFailureTypes diagnostics context failureHandlingAlternatives__RecoveryActionBehaviour recoveryAction__RecoveryActionBehaviour RecoveryAction PrimaryBehaviourOfRecoveryActionMustBeSet diagnostics context primaryBehaviour__RecoveryAction recoveryActionBehaviours__RecoveryAction FailureHandlingEntity failureTypes_FailureHandlingEntity qosannotations_av_av SpecifiedQoSAnnotation signature_SpecifiedQoSAnnation role_SpecifiedQoSAnnotation qosAnnotations_SpecifiedQoSAnnotation QoSAnnotations MultipleReliabilityAnnotationsPerExternalCallNotAllowed diagnostics context specifiedOutputParameterAbstractions_QoSAnnotations system_QoSAnnotations specifiedQoSAnnotations_QoSAnnotations SpecifiedOutputParameterAbstraction signature_SpecifiedOutputParameterAbstraction role_SpecifiedOutputParameterAbstraction expectedExternalOutputs_SpecifiedOutputParameterAbstraction qosAnnotations_SpecifiedOutputParameterAbstraction qos_performance_av_av SystemSpecifiedExecutionTime SystemSpecifiedExecutionTimeMustReferenceRequiredRoleOfASystem diagnostics context SpecifiedExecutionTime specification_SpecifiedExecutionTime ComponentSpecifiedExecutionTime assemblyContext_ComponentSpecifiedExecutionTime qos_reliability_av_av SpecifiedReliabilityAnnotation SpecifiedReliabilityAnnotationMustReferenceRequiredRoleOfASystem diagnostics context SumOfReliabilityAnnotationFailureProbabilitiesMustNotExceed1 diagnostics context MultipleExternalOccurrenceDescriptionsPerFailureTypeNotAllowed diagnostics context externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation system_av_av System SystemMustHaveAtLeastOneProvidedRole diagnostics context qosAnnotations_System resourceenvironment_av_av ResourceEnvironment linkingResources__ResourceEnvironment resourceContainer_ResourceEnvironment LinkingResource connectedResourceContainers_LinkingResource communicationLinkResourceSpecifications_LinkingResource resourceEnvironment_LinkingResource ResourceContainer activeResourceSpecifications_ResourceContainer resourceEnvironment_ResourceContainer nestedResourceContainers__ResourceContainer parentResourceContainer__ResourceContainer ProcessingResourceSpecification MTTR 0.0 MTTF 0.0 requiredByContainer schedulingPolicy activeResourceType_ActiveResourceSpecification processingRate_ProcessingResourceSpecification numberOfReplicas 1 resourceContainer_ProcessingResourceSpecification CommunicationLinkResourceSpecification linkingResource_CommunicationLinkResourceSpecification failureProbability 0.0 communicationLinkResourceType_CommunicationLinkResourceSpecification latency_CommunicationLinkResourceSpecification throughput_CommunicationLinkResourceSpecification allocation_av_av AllocationContext OneAssemblyContextOrOneEventChannelShouldBeReferred diagnostics context resourceContainer_AllocationContext assemblyContext_AllocationContext allocation_AllocationContext eventChannel__AllocationContext Allocation EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce diagnostics context CommunicatingServersHaveToBeConnectedByLinkingResource diagnostics context targetResourceEnvironment_Allocation system_Allocation allocationContexts_Allocation subsystem_av_av SubSystem completions_av_av Completion CompletionRepository completions_CompletionRepository DelegatingExternalCallAction NetworkDemandParametricResourceDemand requiredCommunicationLinkResource_ParametricResourceDemand
<?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="pcm_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/5.0_advice_advice" nsPrefix="de.uka.ipd.sdq.pcm_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package is the root package of all packages of the Palladio Component Model (PCM)."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DummyClass"/> <eClassifiers xsi:type="ecore:EClass" name="AdviceAdvice"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalScopeGlobalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedObject" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerJoinPointScopePerJoinPointScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedObject" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Advice"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedObject" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PerJoinPointScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedObject" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eSubpackages name="core_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Core/5.0_advice_advice" nsPrefix="core_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package contains the PCM Core meta-classes used throughout the PCM: entities carrying a globally unique ID (GUID), an abstract model for entities which provide and require interfaces, and an abstract model to describe entities composed from other entities."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PCMRandomVariable" eSuperTypes="stoex_advice_advice.ecore#//RandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Random variables are used to describe user and component behaviour. They allow not only constant values (e.g., 3 loop iterations), but also probabilistic values (e.g., 2 loop iterations with a probability of 0.4 and 3 loop iterations with a probability of 0.6). They are well-suited for capturing uncertainty when modelling systems during early development stages. Examples where developers may use random variables are:&#xD;&#xA;- Characterisations of Input Parameters: Describes the QoS relevant characteristics of parameters of component services.&#xD;&#xA;- Inter-Arrival Time: Describes how much time passes between the arrival of two subsequent users.&#xD;&#xA;- Think Time: Describes how much time passes between the execution of a user scenario and the start of the next execution of this scenario.&#xD;&#xA;- Loop Iteration Count: Describes the number of repetitions of a loop.&#xD;&#xA;- Guarded Branch Transitions: Used to determine whether to conditionally execute a certain behaviour.&#xD;&#xA;&#xD;&#xA;PCMRandomVariable extends RandomVariable in a way, that the only type of variables available in the PCMRandomVariable are references to variable characterisations like a.NUMBER_OF_ELEMENTS. The corresponding editors ensure that the user can enter only valid expressions."/> </eAnnotations> <eOperations name="SpecificationMustNotBeNULL" 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="not self.specification.oclIsUndefined() and self.specification &lt;> ''"/> </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="closedWorkload_PCMRandomVariable" ordered="false" eType="#//usagemodel_av_av/ClosedWorkload" eOpposite="#//usagemodel_av_av/ClosedWorkload/thinkTime_ClosedWorkload"/> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource_capacity_PCMRandomVariable" ordered="false" eType="#//repository_av_av/PassiveResource" eOpposite="#//repository_av_av/PassiveResource/capacity_PassiveResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableCharacterisation_Specification" ordered="false" eType="#//parameter_av_av/VariableCharacterisation" eOpposite="#//parameter_av_av/VariableCharacterisation/specification_VariableCharacterisation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureCall__PCMRandomVariable" ordered="false" eType="#//seff_av_av/seff_performance_av_av/InfrastructureCall" eOpposite="#//seff_av_av/seff_performance_av_av/InfrastructureCall/numberOfCalls__InfrastructureCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceCall__PCMRandomVariable" ordered="false" eType="#//seff_av_av/seff_performance_av_av/ResourceCall" eOpposite="#//seff_av_av/seff_performance_av_av/ResourceCall/numberOfCalls__ResourceCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parametricResourceDemand_PCMRandomVariable" ordered="false" eType="#//seff_av_av/seff_performance_av_av/ParametricResourceDemand" eOpposite="#//seff_av_av/seff_performance_av_av/ParametricResourceDemand/specification_ParametericResourceDemand"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopAction_PCMRandomVariable" ordered="false" eType="#//seff_av_av/LoopAction" eOpposite="#//seff_av_av/LoopAction/iterationCount_LoopAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guardedBranchTransition_PCMRandomVariable" ordered="false" eType="#//seff_av_av/GuardedBranchTransition" eOpposite="#//seff_av_av/GuardedBranchTransition/branchCondition_GuardedBranchTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedExecutionTime_PCMRandomVariable" ordered="false" eType="#//qosannotations_av_av/qos_performance_av_av/SpecifiedExecutionTime" eOpposite="#//qosannotations_av_av/qos_performance_av_av/SpecifiedExecutionTime/specification_SpecifiedExecutionTime"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannelSinkConnector__FilterCondition" ordered="false" eType="#//core_av_av/composition_av_av/EventChannelSinkConnector" eOpposite="#//core_av_av/composition_av_av/EventChannelSinkConnector/filterCondition__EventChannelSinkConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyEventConnector__FilterCondition" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyEventConnector" eOpposite="#//core_av_av/composition_av_av/AssemblyEventConnector/filterCondition__AssemblyEventConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loop_LoopIteration" ordered="false" eType="#//usagemodel_av_av/Loop" eOpposite="#//usagemodel_av_av/Loop/loopIteration_Loop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="openWorkload_PCMRandomVariable" ordered="false" eType="#//usagemodel_av_av/OpenWorkload" eOpposite="#//usagemodel_av_av/OpenWorkload/interArrivalTime_OpenWorkload"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delay_TimeSpecification" ordered="false" eType="#//usagemodel_av_av/Delay" eOpposite="#//usagemodel_av_av/Delay/timeSpecification_Delay"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceSpecifcation_throughput_PCMRandomVariable" ordered="false" eType="#//resourceenvironment_av_av/CommunicationLinkResourceSpecification" eOpposite="#//resourceenvironment_av_av/CommunicationLinkResourceSpecification/throughput_CommunicationLinkResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processingResourceSpecification_processingRate_PCMRandomVariable" ordered="false" eType="#//resourceenvironment_av_av/ProcessingResourceSpecification" eOpposite="#//resourceenvironment_av_av/ProcessingResourceSpecification/processingRate_ProcessingResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceSpecification_latency_PCMRandomVariable" ordered="false" eType="#//resourceenvironment_av_av/CommunicationLinkResourceSpecification" eOpposite="#//resourceenvironment_av_av/CommunicationLinkResourceSpecification/latency_CommunicationLinkResourceSpecification"/> </eClassifiers> <eSubpackages name="entity_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Core/Entity/5.0_advice_advice" nsPrefix="entity_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This set of abstract meta-classes gives a conceptual view on interfaces, entities and their relationships: Two roles can be identified a software entity can take relative to an interface. Any entity can claim to implement the functionality specified in an interface as well as to request that functionality. &#xD;&#xA;&#xD;&#xA;Base of the inheritance hierarchy are Identifier and NamedElement, both of which Entity and all inheriting classes are derived from. &#xD;&#xA;&#xD;&#xA;The relationship of Entities and Interfaces is described with the three meta classes InterfaceProvidingEntity, InterfaceRequiringEntity, and InterfaceProvidingRequiringEntity. The abstract meta-class InterfaceProvidingEntity is inherited by all entities which can potentially offer interface implementations. Similarly, the meta-class InterfaceRequiringEntity is inherited by all entities which are allowed to request functionality offer by entities providing this functionality. InterfaceProvidingRequiringEntity inherits from both of them and thus combines their properties. "/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ResourceProvidedRole" eSuperTypes="#//repository_av_av/Role"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterfaceProvidingEntity__ResourceProvidedRole" ordered="false" eType="#//core_av_av/entity_av_av/ResourceInterfaceProvidingEntity" eOpposite="#//core_av_av/entity_av_av/ResourceInterfaceProvidingEntity/resourceProvidedRoles__ResourceInterfaceProvidingEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedResourceInterface__ResourceProvidedRole" ordered="false" eType="#//resourcetype_av_av/ResourceInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceProvidingRequiringEntity" eSuperTypes="#//core_av_av/entity_av_av/InterfaceProvidingEntity #//core_av_av/entity_av_av/InterfaceRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This meta-class is inherited by classes that both require and provide an Interface. It thus combines the properties of InterfaceProvidingEntity and InterfaceRequiringEntity. Prominent inheriting classes are all component types, for example.&#xD;&#xA;&#xD;&#xA;See also:&#xD;&#xA;Interface, ProvidedRole, RequiredRole, InterfaceProvidingEntity, InterfaceRequiringEntity"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceProvidingEntity" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All Entities that provide an Interface are represented by this class. Prominent inheriting classes are all component types, for example.&#xD;&#xA;&#xD;&#xA;Two roles can be identified a software entity can take relative to an interface. Any entity can claim to implement the functionality specified in an interface as well as to request that functionality. This is reflected in the Palladio Component Model by a set of abstract meta-classes giving a conceptual view on interfaces, entities and their relationships. The abstract meta-class InterfaceProvidingEntity is inherited by all entities which can potentially offer interface implementations. Similarly, the meta-class InterfaceRequiringEntity is inherited by all entities which are allowed to request functionality offered by entities providing this functionality.&#xD;&#xA;&#xD;&#xA;See also:&#xD;&#xA;Interface, ProvidedRole"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRoles_InterfaceProvidingEntity" ordered="false" upperBound="-1" eType="#//repository_av_av/ProvidedRole" containment="true" eOpposite="#//repository_av_av/ProvidedRole/providingEntity_ProvidedRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceRequiringEntity" eSuperTypes="#//core_av_av/entity_av_av/Entity #//core_av_av/entity_av_av/ResourceInterfaceRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All Entities that require an Interface are represented by this class. Prominent inheriting classes are all component types, for example.&#xD;&#xA;&#xD;&#xA;Two roles can be identified a software entity can take relative to an interface. Any entity can claim to implement the functionality specified in an interface as well as to request that functionality. This is reflected in the Palladio Component Model by a set of abstract meta-classes giving a conceptual view on interfaces, entities and their relationships. The abstract meta-class InterfaceRequiringEntity is inherited by all entities which are allowed to request functionality offered by entities providing this functionality. Similarly, the meta-classInterfaceProvidingEntity is inherited by all entities which can potentially offer interface implementations.&#xD;&#xA;&#xD;&#xA;See also:&#xD;&#xA;Interface, RequiredRole"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRoles_InterfaceRequiringEntity" ordered="false" upperBound="-1" eType="#//repository_av_av/RequiredRole" containment="true" eOpposite="#//repository_av_av/RequiredRole/requiringEntity_RequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceRequiringEntity" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRequiredRoles__ResourceInterfaceRequiringEntity" ordered="false" upperBound="-1" eType="#//core_av_av/entity_av_av/ResourceRequiredRole" containment="true" eOpposite="#//core_av_av/entity_av_av/ResourceRequiredRole/resourceInterfaceRequiringEntity__ResourceRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRequiredRole" eSuperTypes="#//repository_av_av/Role"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Required role for resource interface access of a component"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredResourceInterface__ResourceRequiredRole" ordered="false" eType="#//resourcetype_av_av/ResourceInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterfaceRequiringEntity__ResourceRequiredRole" ordered="false" eType="#//core_av_av/entity_av_av/ResourceInterfaceRequiringEntity" eOpposite="#//core_av_av/entity_av_av/ResourceInterfaceRequiringEntity/resourceRequiredRoles__ResourceInterfaceRequiringEntity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceProvidingEntity" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceProvidedRoles__ResourceInterfaceProvidingEntity" ordered="false" upperBound="-1" eType="#//core_av_av/entity_av_av/ResourceProvidedRole" containment="true" eOpposite="#//core_av_av/entity_av_av/ResourceProvidedRole/resourceInterfaceProvidingEntity__ResourceProvidedRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComposedProvidingRequiringEntity" eSuperTypes="#//core_av_av/composition_av_av/ComposedStructure #//core_av_av/entity_av_av/InterfaceProvidingRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ComposedProvidingRequiringEntity combines the properties of an InterfaceProvidingRequiringEntity and a ComposedStructure. It is inherited by all classes that, on the one hand, claim to implement the functionality specified in an interface as well as to request that functionality, and, on the other hand, are composed out of some inner entities. &#xD;&#xA;&#xD;&#xA;Valid ComposedProvidingRequiringEntities need to have their ProvidedRoles bound to ProvidedRoles of the contained entities. &#xD;&#xA;&#xD;&#xA;Prominent examples are System, SubSystem, and CompositeComponents&#xD;&#xA;&#xD;&#xA;TODO/FIXME: The distinction between ComposedStructure and ComposedProvidingRequiringStructure does not make sense at the moment, because the ComposedStructure already talks about inner provided / required delegation connectors, which only make sense if there are outer roles for interfaces -> ComposedProvidingRequiringStructure. IDEA: Move the delegation connector attributes to ComposedProvidingRequiringStructure. I'm not sure about the assembly connectors. SEE ALSO: ComposedStructure &#xD;&#xA;However, as AssemblyContexts of ComposedStructure always contain InterfaceProvidingRequiringEntities at the moment, the above might not help... and we may just want to merge the meta classes. --Anne"/> </eAnnotations> <eOperations name="ProvidedRolesMustBeBound" 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.providedRoles_InterfaceProvidingEntity->forAll(role|self.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::ProvidedDelegationConnector)).oclAsType(pcm::core::composition::ProvidedDelegationConnector)->exists(connector|connector.outerProvidedRole_ProvidedDelegationConnector = role))&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This constraint ensures that all outer provided roles of a system have a provided delegation conector that binds them to something. It does not check whether the binding is correct (inner role not null and matching interfaces)."/> </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> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NamedElement meta class is inherited by all PCM classes whose instances bear a name. Thus, the semantic of &quot;bearing a name&quot; is given to all inheriting classes, so that the name can be used in visualisations, for example. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entityName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="aName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterfaceProvidingRequiringEntity" eSuperTypes="#//core_av_av/entity_av_av/ResourceInterfaceRequiringEntity #//core_av_av/entity_av_av/ResourceInterfaceProvidingEntity"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="identifier_advice_advice.ecore#//Identifier #//core_av_av/entity_av_av/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Entity is a meta class high up the PCM meta class hierarchy and represents all entities of the PCM that have both an id (see meta class Identifier) and a name (see meta class NamedEntity)."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="composition_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Core/Composition/5.0_advice_advice" nsPrefix="composition_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package holding all composable entities"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="DelegationConnector" eSuperTypes="#//core_av_av/composition_av_av/Connector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a delegation connector, i.e., connector used for connecting a provided/required role of a component woth provided/reqiured port of its subcomponent."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract superclass for all connectors.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; TODO:&amp;nbsp;We&amp;nbsp;might&amp;nbsp;want&amp;nbsp;to&amp;nbsp;add&amp;nbsp;a&amp;nbsp;constraint&amp;nbsp;that&amp;nbsp;both&amp;nbsp;sides&amp;nbsp;of&amp;nbsp;the&amp;nbsp;connector&amp;nbsp;must&amp;nbsp;be&amp;nbsp;not&amp;nbsp;null.&amp;nbsp;Then,&amp;nbsp;we&amp;nbsp;don't&amp;nbsp;have&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;that&amp;nbsp;for&amp;nbsp;example&amp;nbsp;for&amp;nbsp;ComposedProvidingRequiringEntities&amp;nbsp;that&amp;nbsp;the&amp;nbsp;ProvidedDelegationConnector&amp;nbsp;actually&amp;nbsp;points&amp;nbsp;to&amp;nbsp;something&amp;nbsp;inner.&amp;nbsp;If&amp;nbsp;you&amp;nbsp;decide&amp;nbsp;not&amp;nbsp;to&amp;nbsp;add&amp;nbsp;a&amp;nbsp;constraint&amp;nbsp;here,&amp;nbsp;then&amp;nbsp;we&amp;nbsp;need&amp;nbsp;a&amp;nbsp;constraint&amp;nbsp;there&amp;nbsp;and&amp;nbsp;maybe&amp;nbsp;at&amp;nbsp;other&amp;nbsp;places&amp;nbsp;--&amp;nbsp;Anne&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure__Connector" ordered="false" eType="#//core_av_av/composition_av_av/ComposedStructure" eOpposite="#//core_av_av/composition_av_av/ComposedStructure/connectors__ComposedStructure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComposedStructure" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO/FIXME: The distinction between ComposedStructure and ComposedProvidingRequiringStructure does not make sense at the moment, because the ComposedStructure already talks about inner provided / required delegation connectors, which only make sense if there are outer roles for interfaces -> ComposedProvidingRequiringStructure. IDEA: Move the delegation connector attributes to ComposedProvidingRequiringStructure. I'm not sure about the assembly connectors. SEE ALSO: ComposedProvidingRequiringStructure &#xD;&#xA;However, as AssemblyContexts of ComposedStructure always contain InterfaceProvidingRequiringEntities at the moment, the above might not help... -- Anne"/> </eAnnotations> <eOperations name="MultipleConnectorsConstraint" 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.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::ProvidedDelegationConnector)).oclAsType(pcm::core::composition::ProvidedDelegationConnector)->forAll( c1, c2 | c1 &lt;> c2 implies c1.outerProvidedRole_ProvidedDelegationConnector &lt;> c2.outerProvidedRole_ProvidedDelegationConnector)&#xD;&#xA;"/> </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="MultipleConnectorsConstraintForAssemblyConnectors" 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.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::AssemblyConnector)).oclAsType(AssemblyConnector)->forAll( c1, c2 | ( (c1 &lt;> c2) and ( c1.requiringAssemblyContext_AssemblyConnector = c2.requiringAssemblyContext_AssemblyConnector ) ) implies c1.requiredRole_AssemblyConnector &lt;> c2.requiredRole_AssemblyConnector )&#xD;&#xA;"/> </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="assemblyContexts__ComposedStructure" ordered="false" upperBound="-1" eType="#//core_av_av/composition_av_av/AssemblyContext" containment="true" eOpposite="#//core_av_av/composition_av_av/AssemblyContext/parentStructure__AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRequiredDelegationConnectors_ComposedStructure" ordered="false" upperBound="-1" eType="#//core_av_av/composition_av_av/ResourceRequiredDelegationConnector" containment="true" eOpposite="#//core_av_av/composition_av_av/ResourceRequiredDelegationConnector/parentStructure_ResourceRequiredDelegationConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__ComposedStructure" ordered="false" upperBound="-1" eType="#//core_av_av/composition_av_av/EventChannel" containment="true" eOpposite="#//core_av_av/composition_av_av/EventChannel/parentStructure__EventChannel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectors__ComposedStructure" ordered="false" upperBound="-1" eType="#//core_av_av/composition_av_av/Connector" containment="true" eOpposite="#//core_av_av/composition_av_av/Connector/parentStructure__Connector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRequiredDelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO Michael Hauck"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerResourceRequiredRole_ResourceRequiredDelegationConnector" ordered="false" eType="#//core_av_av/entity_av_av/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerResourceRequiredRole_ResourceRequiredDelegationConnector" ordered="false" eType="#//core_av_av/entity_av_av/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure_ResourceRequiredDelegationConnector" ordered="false" eType="#//core_av_av/composition_av_av/ComposedStructure" eOpposite="#//core_av_av/composition_av_av/ComposedStructure/resourceRequiredDelegationConnectors_ComposedStructure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventChannel" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__EventChannel" ordered="false" eType="#//repository_av_av/EventGroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannelSourceConnector__EventChannel" ordered="false" upperBound="-1" eType="#//core_av_av/composition_av_av/EventChannelSourceConnector" eOpposite="#//core_av_av/composition_av_av/EventChannelSourceConnector/eventChannel__EventChannelSourceConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannelSinkConnector__EventChannel" ordered="false" upperBound="-1" eType="#//core_av_av/composition_av_av/EventChannelSinkConnector" eOpposite="#//core_av_av/composition_av_av/EventChannelSinkConnector/eventChannel__EventChannelSinkConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure__EventChannel" ordered="false" eType="#//core_av_av/composition_av_av/ComposedStructure" eOpposite="#//core_av_av/composition_av_av/ComposedStructure/eventChannel__ComposedStructure"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventChannelSourceConnector" eSuperTypes="#//core_av_av/composition_av_av/Connector"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRole__EventChannelSourceRole" ordered="false" eType="#//repository_av_av/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__EventChannelSourceConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__EventChannelSourceConnector" ordered="false" eType="#//core_av_av/composition_av_av/EventChannel" eOpposite="#//core_av_av/composition_av_av/EventChannel/eventChannelSourceConnector__EventChannel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventChannelSinkConnector" eSuperTypes="#//core_av_av/composition_av_av/Connector"> <eStructuralFeatures xsi:type="ecore:EReference" name="sinkRole__EventChannelSinkConnector" ordered="false" eType="#//repository_av_av/SinkRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filterCondition__EventChannelSinkConnector" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/eventChannelSinkConnector__FilterCondition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__EventChannelSinkConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__EventChannelSinkConnector" ordered="false" eType="#//core_av_av/composition_av_av/EventChannel" eOpposite="#//core_av_av/composition_av_av/EventChannel/eventChannelSinkConnector__EventChannel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedDelegationConnector" eSuperTypes="#//core_av_av/composition_av_av/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ProvidedDelegationConnector delegates incoming calls of provided roles to inner provided roles of encapsulated assembly&#xD;&#xA;contexts."/> </eAnnotations> <eOperations name="ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure" 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.parentStructure__Connector = self.assemblyContext_ProvidedDelegationConnector.parentStructure__AssemblyContext"/> </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="ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame" 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.innerProvidedRole_ProvidedDelegationConnector.providingEntity_ProvidedRole = self.assemblyContext_ProvidedDelegationConnector.encapsulatedComponent__AssemblyContext"/> </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="innerProvidedRole_ProvidedDelegationConnector" ordered="false" eType="#//repository_av_av/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerProvidedRole_ProvidedDelegationConnector" ordered="false" eType="#//repository_av_av/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_ProvidedDelegationConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredDelegationConnector" eSuperTypes="#//core_av_av/composition_av_av/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A RequiredDelegationConnector delegates required roles of encapsulated assembly contexts to&amp;nbsp;outer&amp;nbsp;required roles&#xD;&#xA;."/> </eAnnotations> <eOperations name="RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure" 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.parentStructure__Connector = self.assemblyContext_RequiredDelegationConnector.parentStructure__AssemblyContext"/> </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="ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame" 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.innerRequiredRole_RequiredDelegationConnector.requiringEntity_RequiredRole = self.assemblyContext_RequiredDelegationConnector.encapsulatedComponent__AssemblyContext"/> </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="RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector" 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.outerRequiredRole_RequiredDelegationConnector.requiringEntity_RequiredRole=self.parentStructure__Connector"/> </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="innerRequiredRole_RequiredDelegationConnector" ordered="false" eType="#//repository_av_av/OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerRequiredRole_RequiredDelegationConnector" ordered="false" eType="#//repository_av_av/OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_RequiredDelegationConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyConnector" eSuperTypes="#//core_av_av/composition_av_av/Connector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector is a bidirectional link of two assembly contexts. Intuitively, an AssemblyConnector connects a&#xD;&#xA;provided and a required interface of two different components. AssemblyContext must refer to the tuple (Role,&#xD;&#xA;AssemblyContext) in order to uniquely identify which component roles communicate with each other."/> </eAnnotations> <eOperations name="AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch" 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.providingAssemblyContext_AssemblyConnector.encapsulatedComponent__AssemblyContext.providedRoles_InterfaceProvidingEntity->includes(self.providedRole_AssemblyConnector)&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector references an assembly context and a provided role on the provider side. This constraint ensures that the referenced provided role is really available in the referenced assembly context. "/> </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="AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch" 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.requiringAssemblyContext_AssemblyConnector.encapsulatedComponent__AssemblyContext.requiredRoles_InterfaceRequiringEntity->includes(self.requiredRole_AssemblyConnector)&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector references an assembly context and a required role on the client side. This constraint ensures that the referenced required role is really available in the referenced assembly context. "/> </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="AssemblyConnectorsReferencedInterfacesMustMatch" 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.providedRole_AssemblyConnector.providedInterface__OperationProvidedRole = self.requiredRole_AssemblyConnector.requiredInterface__OperationRequiredRole"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Interfaces references by this Connector must match. This means that either &#xD;&#xA;1) the referenced providedRole and the referenced requiredRole refer to the same Interface (first part of the expression) or 2) the Interface A referenced by the providedRole is a subtype of the Interface B referenced by the requiredRole as transitively defined by the parentInterface__Interface property. That means that either Interface A is the parentInterface__Interface of Interface B, or there is a set of Interfaces "/> </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="requiringAssemblyContext_AssemblyConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providingAssemblyContext_AssemblyConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRole_AssemblyConnector" ordered="false" eType="#//repository_av_av/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRole_AssemblyConnector" ordered="false" eType="#//repository_av_av/OperationRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyEventConnector" eSuperTypes="#//core_av_av/composition_av_av/Connector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyConnector is a bidirectional link of two assembly contexts. Intuitively, an AssemblyEventConnector connects a sink and a source. AssemblyContext must refer to the tuple (Role,AssemblyContext) in order to uniquely identify which component sink and source roles communicate with each other."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="sinkRole__AssemblyEventConnector" ordered="false" eType="#//repository_av_av/SinkRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRole__AssemblyEventConnector" ordered="false" eType="#//repository_av_av/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sinkAssemblyContext__AssemblyEventConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceAssemblyContext__AssemblyEventConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filterCondition__AssemblyEventConnector" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/assemblyEventConnector__FilterCondition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceDelegationConnector" eSuperTypes="#//core_av_av/composition_av_av/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SourceDelegationConnector delegates outgoing events of encapsulated assembly contexts to an external souce role of the enclosing assembly context."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerSourceRole__SourceRole" ordered="false" eType="#//repository_av_av/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerSourceRole__SourceRole" ordered="false" eType="#//repository_av_av/SourceRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__SourceDelegationConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SinkDelegationConnector" eSuperTypes="#//core_av_av/composition_av_av/DelegationConnector"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SinkDelegationConnector delegates an incoming event to the encapsulated assembly contexts to inner sink roles."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__SinkDelegationConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerSinkRole__SinkRole" ordered="false" eType="#//repository_av_av/SinkRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerSinkRole__SinkRole" ordered="false" eType="#//repository_av_av/SinkRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyInfrastructureConnector" eSuperTypes="#//core_av_av/composition_av_av/Connector"> <eStructuralFeatures xsi:type="ecore:EReference" name="providedRole__AssemblyInfrastructureConnector" ordered="false" eType="#//repository_av_av/InfrastructureProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRole__AssemblyInfrastructureConnector" ordered="false" eType="#//repository_av_av/InfrastructureRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providingAssemblyContext__AssemblyInfrastructureConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiringAssemblyContext__AssemblyInfrastructureConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedInfrastructureDelegationConnector" eSuperTypes="#//core_av_av/composition_av_av/DelegationConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerProvidedRole__ProvidedInfrastructureDelegationConnector" ordered="false" eType="#//repository_av_av/InfrastructureProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerProvidedRole__ProvidedInfrastructureDelegationConnector" ordered="false" eType="#//repository_av_av/InfrastructureProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__ProvidedInfrastructureDelegationConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredInfrastructureDelegationConnector" eSuperTypes="#//core_av_av/composition_av_av/DelegationConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="innerRequiredRole__RequiredInfrastructureDelegationConnector" ordered="false" eType="#//repository_av_av/InfrastructureRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerRequiredRole__RequiredInfrastructureDelegationConnector" ordered="false" eType="#//repository_av_av/InfrastructureRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__RequiredInfrastructureDelegationConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredResourceDelegationConnector" eSuperTypes="#//core_av_av/composition_av_av/DelegationConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__RequiredResourceDelegationConnector" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="innerRequiredRole__RequiredResourceDelegationConnector" ordered="false" eType="#//core_av_av/entity_av_av/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerRequiredRole__RequiredResourceDelegationConnector" ordered="false" eType="#//core_av_av/entity_av_av/ResourceRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssemblyContext" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An AssemblyContext uniquely identifies an assembly instance of an AssemblyContext."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentStructure__AssemblyContext" ordered="false" eType="#//core_av_av/composition_av_av/ComposedStructure" eOpposite="#//core_av_av/composition_av_av/ComposedStructure/assemblyContexts__ComposedStructure"/> <eStructuralFeatures xsi:type="ecore:EReference" name="encapsulatedComponent__AssemblyContext" ordered="false" eType="#//repository_av_av/RepositoryComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="configParameterUsages__AssemblyContext" ordered="false" upperBound="-1" eType="#//parameter_av_av/VariableUsage" containment="true" eOpposite="#//parameter_av_av/VariableUsage/assemblyContext__VariableUsage"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="usagemodel_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/UsageModel/5.0_advice_advice" nsPrefix="usagemodel_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO:&amp;nbsp;Put&amp;nbsp;the&amp;nbsp;3.2.2&amp;nbsp;Context&amp;nbsp;Model&amp;nbsp;chapter&amp;nbsp;of&amp;nbsp;Steffens&amp;nbsp;Diss&amp;nbsp;somewhere&amp;nbsp;so&amp;nbsp;that&amp;nbsp;it&amp;nbsp;can&amp;nbsp;be&amp;nbsp;referred&amp;nbsp;to&amp;nbsp;here.&amp;nbsp;It&amp;nbsp;provides&amp;nbsp;an&amp;nbsp;important&amp;nbsp;overview&amp;nbsp;on&amp;nbsp;why&amp;nbsp;we&amp;nbsp;have&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;model.&amp;nbsp;&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;TODO:&amp;nbsp;Include&amp;nbsp;the&amp;nbsp;example&amp;nbsp;from&amp;nbsp;Heiko's&amp;nbsp;dissertation&amp;nbsp;here?&amp;nbsp;But&amp;nbsp;how&amp;nbsp;to&amp;nbsp;include&amp;nbsp;the&amp;nbsp;picture?&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;The&amp;nbsp;usage&amp;nbsp;of&amp;nbsp;a&amp;nbsp;software&amp;nbsp;system&amp;nbsp;by&amp;nbsp;external&amp;nbsp;clients&amp;nbsp;has&amp;nbsp;to&amp;nbsp;be&amp;nbsp;captured&amp;nbsp;in&amp;nbsp;models&amp;nbsp;to&amp;nbsp;enable&amp;nbsp;model-driven&lt;br />&#xD;&#xA;performance&amp;nbsp;predictions.&amp;nbsp;Here,&amp;nbsp;the&amp;nbsp;term&amp;nbsp;usage&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;workload&amp;nbsp;(i.e.,&amp;nbsp;the&amp;nbsp;number&amp;nbsp;of&amp;nbsp;users&amp;nbsp;concurrently&lt;br />&#xD;&#xA;present&amp;nbsp;in&amp;nbsp;the&amp;nbsp;system),&amp;nbsp;usage&amp;nbsp;scenarios&amp;nbsp;(i.e.,&amp;nbsp;possible&amp;nbsp;sequences&amp;nbsp;of&amp;nbsp;invoking&amp;nbsp;services&amp;nbsp;at&amp;nbsp;system&amp;nbsp;provided&lt;br />&#xD;&#xA;roles),&amp;nbsp;waiting&amp;nbsp;delays&amp;nbsp;between&amp;nbsp;service&amp;nbsp;invocations,&amp;nbsp;and&amp;nbsp;values&amp;nbsp;for&amp;nbsp;parameters&amp;nbsp;and&amp;nbsp;component&amp;nbsp;configurations.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;This&amp;nbsp;package&amp;nbsp;contains&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;specification&amp;nbsp;language,&amp;nbsp;which&amp;nbsp;(i)&amp;nbsp;provides&amp;nbsp;more&amp;nbsp;expressiveness&amp;nbsp;for&lt;br />&#xD;&#xA;characterising&amp;nbsp;parameter&amp;nbsp;instances&amp;nbsp;than&amp;nbsp;previous&amp;nbsp;models,&amp;nbsp;but&amp;nbsp;(ii)&amp;nbsp;at&amp;nbsp;the&amp;nbsp;same&amp;nbsp;time&amp;nbsp;is&amp;nbsp;restricted&amp;nbsp;to&amp;nbsp;concepts&lt;br />&#xD;&#xA;familiar&amp;nbsp;to&amp;nbsp;domain&amp;nbsp;experts&amp;nbsp;to&amp;nbsp;create&amp;nbsp;a&amp;nbsp;domain&amp;nbsp;specific&amp;nbsp;language.&amp;nbsp;The&amp;nbsp;language&amp;nbsp;is&amp;nbsp;called&amp;nbsp;PCM&amp;nbsp;usage&lt;br />&#xD;&#xA;model.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;The&amp;nbsp;UsageModel&amp;nbsp;specifies&amp;nbsp;the&amp;nbsp;whole&amp;nbsp;user&amp;nbsp;interaction&amp;nbsp;with&amp;nbsp;a&amp;nbsp;system&amp;nbsp;from&amp;nbsp;a&amp;nbsp;performance&amp;nbsp;viewpoint.&amp;nbsp;It&amp;nbsp;consists&amp;nbsp;of&amp;nbsp;a&amp;nbsp;number&amp;nbsp;of&amp;nbsp;concurrently&amp;nbsp;executed&amp;nbsp;UsageScenarios&amp;nbsp;and&amp;nbsp;a&amp;nbsp;set&amp;nbsp;of&amp;nbsp;global&amp;nbsp;UserData&amp;nbsp;specifications.&amp;nbsp;Each&amp;nbsp;UsageScenario&amp;nbsp;includes&amp;nbsp;a&amp;nbsp;workload&amp;nbsp;and&amp;nbsp;a&amp;nbsp;scenario&amp;nbsp;behaviour.&amp;nbsp;The&amp;nbsp;concepts&amp;nbsp;are&amp;nbsp;explained&amp;nbsp;for&amp;nbsp;the&amp;nbsp;single&amp;nbsp;meta&amp;nbsp;classes&amp;nbsp;included&amp;nbsp;in&amp;nbsp;this&amp;nbsp;package.&amp;nbsp;&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;Note&amp;nbsp;that&amp;nbsp;UsageModels&amp;nbsp;are&amp;nbsp;completely&amp;nbsp;decoupled&amp;nbsp;from&amp;nbsp;the&amp;nbsp;inner&amp;nbsp;contents&amp;nbsp;of&amp;nbsp;a&amp;nbsp;system,&amp;nbsp;which&amp;nbsp;consists&amp;nbsp;of&amp;nbsp;an&amp;nbsp;assembly&amp;nbsp;and&amp;nbsp;a&amp;nbsp;connected&amp;nbsp;resource&amp;nbsp;environment.&amp;nbsp;The&amp;nbsp;UsageModel&amp;nbsp;only&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;services&amp;nbsp;of&amp;nbsp;system&amp;nbsp;provided&amp;nbsp;roles.&amp;nbsp;It&amp;nbsp;regards&amp;nbsp;the&amp;nbsp;component&lt;br />&#xD;&#xA;architecture&amp;nbsp;(i.e.,&amp;nbsp;the&amp;nbsp;assembly)&amp;nbsp;as&amp;nbsp;well&amp;nbsp;as&amp;nbsp;used&amp;nbsp;resources&amp;nbsp;(i.e.,&amp;nbsp;hardware&amp;nbsp;devices&amp;nbsp;such&amp;nbsp;as&amp;nbsp;CPUs&lt;br />&#xD;&#xA;and&amp;nbsp;harddisks&amp;nbsp;or&amp;nbsp;software&amp;nbsp;entities&amp;nbsp;such&amp;nbsp;as&amp;nbsp;threads,&amp;nbsp;semaphores)&amp;nbsp;as&amp;nbsp;hidden&amp;nbsp;in&amp;nbsp;the&amp;nbsp;system.&amp;nbsp;Thus,&amp;nbsp;the&amp;nbsp;UsageModel&amp;nbsp;only&amp;nbsp;captures&amp;nbsp;information&amp;nbsp;that&amp;nbsp;is&amp;nbsp;available&amp;nbsp;to&amp;nbsp;domain&amp;nbsp;experts&amp;nbsp;and&amp;nbsp;can&amp;nbsp;be&amp;nbsp;changed&amp;nbsp;by&amp;nbsp;them.&amp;nbsp;Resource&lt;br />&#xD;&#xA;environment&amp;nbsp;and&amp;nbsp;component&amp;nbsp;architecture&amp;nbsp;may&amp;nbsp;be&amp;nbsp;changed&amp;nbsp;independently&amp;nbsp;from&amp;nbsp;the&amp;nbsp;UsageModel&amp;nbsp;&lt;br />&#xD;&#xA;by&amp;nbsp;system&amp;nbsp;architects,&amp;nbsp;if&amp;nbsp;the&amp;nbsp;system's&amp;nbsp;ProvidedRoles&amp;nbsp;remain&amp;nbsp;unchanged.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;Discussion:&amp;nbsp;&lt;br />&#xD;&#xA;Notice,&amp;nbsp;that&amp;nbsp;unlike&amp;nbsp;other&amp;nbsp;behavioural&amp;nbsp;description&amp;nbsp;languages&amp;nbsp;for&amp;nbsp;performance&amp;nbsp;prediction&amp;nbsp;(e.g.,&amp;nbsp;[162,&amp;nbsp;187,&lt;br />&#xD;&#xA;78]),&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;specifically&amp;nbsp;models&amp;nbsp;user&amp;nbsp;behaviour&amp;nbsp;and&amp;nbsp;for&amp;nbsp;example&amp;nbsp;does&amp;nbsp;not&amp;nbsp;refer&amp;nbsp;to&amp;nbsp;resources.&lt;br />&#xD;&#xA;Other&amp;nbsp;performance&amp;nbsp;meta-models&amp;nbsp;mix&amp;nbsp;up&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;user&amp;nbsp;behaviour,&amp;nbsp;component&amp;nbsp;behaviour,&amp;nbsp;and&lt;br />&#xD;&#xA;resources,&amp;nbsp;so&amp;nbsp;that&amp;nbsp;a&amp;nbsp;single&amp;nbsp;developer&amp;nbsp;role&amp;nbsp;(i.e.,&amp;nbsp;a&amp;nbsp;performance&amp;nbsp;analyst)&amp;nbsp;needs&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;performance&lt;br />&#xD;&#xA;model.&amp;nbsp;Opposed&amp;nbsp;to&amp;nbsp;this,&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;targets&amp;nbsp;a&amp;nbsp;division&amp;nbsp;of&amp;nbsp;work&amp;nbsp;for&amp;nbsp;multiple&amp;nbsp;developer&amp;nbsp;roles&amp;nbsp;(cf.&amp;nbsp;Section&amp;nbsp;3.1&amp;nbsp;of&amp;nbsp;Heiko&amp;nbsp;Koziolek's&amp;nbsp;dissertation).&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;Furthermore,&amp;nbsp;none&amp;nbsp;of&amp;nbsp;the&amp;nbsp;other&amp;nbsp;performance&amp;nbsp;meta-models&amp;nbsp;support&amp;nbsp;explicit&amp;nbsp;service&amp;nbsp;parameter&amp;nbsp;modelling.&lt;br />&#xD;&#xA;While&amp;nbsp;CSM&amp;nbsp;[162]&amp;nbsp;includes&amp;nbsp;a&amp;nbsp;meta-class&amp;nbsp;Message&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;amount&amp;nbsp;of&amp;nbsp;data&amp;nbsp;transferred&amp;nbsp;between&lt;br />&#xD;&#xA;two&amp;nbsp;steps&amp;nbsp;in&amp;nbsp;the&amp;nbsp;performance&amp;nbsp;model,&amp;nbsp;and&amp;nbsp;KLAPER&amp;nbsp;[78]&amp;nbsp;allows&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;parameter&amp;nbsp;values&lt;br />&#xD;&#xA;in&amp;nbsp;principle,&amp;nbsp;none&amp;nbsp;of&amp;nbsp;these&amp;nbsp;language&amp;nbsp;uses&amp;nbsp;the&amp;nbsp;information&amp;nbsp;to&amp;nbsp;parameterise&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;or&amp;nbsp;component&lt;br />&#xD;&#xA;behaviour.&amp;nbsp;Additionally,&amp;nbsp;they&amp;nbsp;do&amp;nbsp;not&amp;nbsp;provide&amp;nbsp;the&amp;nbsp;information&amp;nbsp;readily&amp;nbsp;analysable&amp;nbsp;by&amp;nbsp;MDSD&amp;nbsp;tools.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;The&amp;nbsp;PCM&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;has&amp;nbsp;been&amp;nbsp;designed&amp;nbsp;based&amp;nbsp;on&amp;nbsp;meta&amp;nbsp;models&amp;nbsp;such&amp;nbsp;as&amp;nbsp;the&amp;nbsp;performance&amp;nbsp;domain&amp;nbsp;model&lt;br />&#xD;&#xA;of&amp;nbsp;the&amp;nbsp;UML&amp;nbsp;SPT&amp;nbsp;profile&amp;nbsp;[31],&amp;nbsp;the&amp;nbsp;Core&amp;nbsp;Scenario&amp;nbsp;Model&amp;nbsp;(CSM)&amp;nbsp;[162],&amp;nbsp;and&amp;nbsp;KLAPER&amp;nbsp;[78].&amp;nbsp;It&amp;nbsp;is&amp;nbsp;furthermore&lt;br />&#xD;&#xA;related&amp;nbsp;to&amp;nbsp;usage&amp;nbsp;models&amp;nbsp;used&amp;nbsp;in&amp;nbsp;statistical&amp;nbsp;testing&amp;nbsp;[34].&amp;nbsp;Although&amp;nbsp;the&amp;nbsp;concepts&amp;nbsp;included&amp;nbsp;in&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;usage&lt;br />&#xD;&#xA;model&amp;nbsp;are&amp;nbsp;quite&amp;nbsp;similar&amp;nbsp;to&amp;nbsp;the&amp;nbsp;modelling&amp;nbsp;capabilities&amp;nbsp;of&amp;nbsp;the&amp;nbsp;UML&amp;nbsp;SPT&amp;nbsp;profile,&amp;nbsp;there&amp;nbsp;are&amp;nbsp;some&amp;nbsp;subtle&lt;br />&#xD;&#xA;differences:&lt;br />&#xD;&#xA;-&#xD;&#xA;The&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;is&amp;nbsp;aligned&amp;nbsp;with&amp;nbsp;the&amp;nbsp;role&amp;nbsp;of&amp;nbsp;the&amp;nbsp;domain&amp;nbsp;expert,&amp;nbsp;and&amp;nbsp;uses&amp;nbsp;only&amp;nbsp;concepts&amp;nbsp;known&amp;nbsp;to&lt;br />&#xD;&#xA;this&amp;nbsp;role.&amp;nbsp;It&amp;nbsp;is&amp;nbsp;a&amp;nbsp;domain&amp;nbsp;specific&amp;nbsp;language,&amp;nbsp;whereas&amp;nbsp;the&amp;nbsp;UML&amp;nbsp;SPT&amp;nbsp;performance&amp;nbsp;domain&amp;nbsp;model&amp;nbsp;is&lt;br />&#xD;&#xA;a&amp;nbsp;general&amp;nbsp;purpose&amp;nbsp;language&amp;nbsp;that&amp;nbsp;includes&amp;nbsp;information,&amp;nbsp;which&amp;nbsp;is&amp;nbsp;usually&amp;nbsp;spread&amp;nbsp;over&amp;nbsp;multiple&amp;nbsp;developer&lt;br />&#xD;&#xA;roles&amp;nbsp;such&amp;nbsp;as&amp;nbsp;the&amp;nbsp;component&amp;nbsp;assembler&amp;nbsp;and&amp;nbsp;the&amp;nbsp;system&amp;nbsp;deployer,&amp;nbsp;so&amp;nbsp;that&amp;nbsp;a&amp;nbsp;domain&amp;nbsp;expert&amp;nbsp;without&amp;nbsp;a&amp;nbsp;technical&amp;nbsp;background&amp;nbsp;could&amp;nbsp;not&amp;nbsp;specify&amp;nbsp;an&amp;nbsp;instance&amp;nbsp;of&amp;nbsp;it.&amp;nbsp;Nevertheless,&amp;nbsp;domain&amp;nbsp;experts&lt;br />&#xD;&#xA;should&amp;nbsp;be&amp;nbsp;able&amp;nbsp;to&amp;nbsp;create&amp;nbsp;PCM&amp;nbsp;usage&amp;nbsp;models&amp;nbsp;with&amp;nbsp;appropriate&amp;nbsp;tools&amp;nbsp;independently&amp;nbsp;from&amp;nbsp;other&amp;nbsp;developer&lt;br />&#xD;&#xA;roles,&amp;nbsp;because&amp;nbsp;such&amp;nbsp;models&amp;nbsp;only&amp;nbsp;contain&amp;nbsp;concepts&amp;nbsp;known&amp;nbsp;to&amp;nbsp;them.&lt;br />&#xD;&#xA;-&#xD;&#xA;The&amp;nbsp;number&amp;nbsp;of&amp;nbsp;loop&amp;nbsp;iterations&amp;nbsp;is&amp;nbsp;not&amp;nbsp;bound&amp;nbsp;to&amp;nbsp;a&amp;nbsp;constant&amp;nbsp;value,&amp;nbsp;but&amp;nbsp;can&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;as&amp;nbsp;a&amp;nbsp;random&lt;br />&#xD;&#xA;variable.&lt;br />&#xD;&#xA;-&#xD;&#xA;The&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;constructs&amp;nbsp;are&amp;nbsp;arranged&amp;nbsp;in&amp;nbsp;a&amp;nbsp;hierarchical&amp;nbsp;fashion&amp;nbsp;to&amp;nbsp;enable&amp;nbsp;easy&amp;nbsp;analyses.&lt;br />&#xD;&#xA;-&#xD;&#xA;Users&amp;nbsp;are&amp;nbsp;restricted&amp;nbsp;to&amp;nbsp;non-concurrent&amp;nbsp;behaviour,&amp;nbsp;as&amp;nbsp;it&amp;nbsp;is&amp;nbsp;assumed,&amp;nbsp;that&amp;nbsp;users&amp;nbsp;only&amp;nbsp;execute&amp;nbsp;the&lt;br />&#xD;&#xA;services&amp;nbsp;of&amp;nbsp;a&amp;nbsp;system&amp;nbsp;one&amp;nbsp;at&amp;nbsp;a&amp;nbsp;time.&lt;br />&#xD;&#xA;-&#xD;&#xA;System&amp;nbsp;service&amp;nbsp;invocations&amp;nbsp;can&amp;nbsp;be&amp;nbsp;enhanced&amp;nbsp;with&amp;nbsp;characterisations&amp;nbsp;of&amp;nbsp;parameters&amp;nbsp;values.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[31]&amp;nbsp;Object&amp;nbsp;Management&amp;nbsp;Group&amp;nbsp;(OMG),&amp;nbsp;&quot;UML&amp;nbsp;Profile&amp;nbsp;for&amp;nbsp;Schedulability,&amp;nbsp;Performance&amp;nbsp;and&amp;nbsp;Time,&quot;&lt;br />&#xD;&#xA;http://www.omg.org/cgi-bin/doc?formal/2005-01-02,&amp;nbsp;January&amp;nbsp;2005.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[34]&amp;nbsp;James&amp;nbsp;A.&amp;nbsp;Whittaker&amp;nbsp;and&amp;nbsp;Michael&amp;nbsp;G.&amp;nbsp;Thomason,&amp;nbsp;&quot;A&amp;nbsp;Markov&amp;nbsp;chain&amp;nbsp;model&amp;nbsp;for&amp;nbsp;statistical&amp;nbsp;software&lt;br />&#xD;&#xA;testing,&quot;&amp;nbsp;IEEE&amp;nbsp;Transactions&amp;nbsp;on&amp;nbsp;Software&amp;nbsp;Engineering,&amp;nbsp;vol.&amp;nbsp;20,&amp;nbsp;no.&amp;nbsp;10,&amp;nbsp;pp.&amp;nbsp;812-824,&amp;nbsp;Oct.&amp;nbsp;1994.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[78]&amp;nbsp;V.&amp;nbsp;Grassi,&amp;nbsp;R.&amp;nbsp;Mirandola,&amp;nbsp;and&amp;nbsp;A.&amp;nbsp;Sabetta,&amp;nbsp;&quot;From&amp;nbsp;design&amp;nbsp;to&amp;nbsp;analysis&amp;nbsp;models:&amp;nbsp;a&amp;nbsp;kernel&amp;nbsp;language&lt;br />&#xD;&#xA;for&amp;nbsp;performance&amp;nbsp;and&amp;nbsp;reliability&amp;nbsp;analysis&amp;nbsp;of&amp;nbsp;component-based&amp;nbsp;systems,&quot;&amp;nbsp;in&amp;nbsp;Proc.&amp;nbsp;5th&amp;nbsp;International&lt;br />&#xD;&#xA;Workshop&amp;nbsp;on&amp;nbsp;Software&amp;nbsp;and&amp;nbsp;Performance&amp;nbsp;(WOSP&amp;nbsp;'05).&amp;nbsp;New&amp;nbsp;York,&amp;nbsp;NY,&amp;nbsp;USA:&amp;nbsp;ACM&amp;nbsp;Press,&amp;nbsp;2005,&lt;br />&#xD;&#xA;pp.&amp;nbsp;25-36.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[162]&amp;nbsp;D.&amp;nbsp;B.&amp;nbsp;Petriu&amp;nbsp;and&amp;nbsp;M.&amp;nbsp;Woodside,&amp;nbsp;&quot;A&amp;nbsp;metamodel&amp;nbsp;for&amp;nbsp;generating&amp;nbsp;performance&amp;nbsp;models&amp;nbsp;from&amp;nbsp;UML&amp;nbsp;designs,&quot;&lt;br />&#xD;&#xA;in&amp;nbsp;UML&amp;nbsp;2004&amp;nbsp;-&amp;nbsp;The&amp;nbsp;Unified&amp;nbsp;Modeling&amp;nbsp;Language.&amp;nbsp;Model&amp;nbsp;Languages&amp;nbsp;and&amp;nbsp;Applications.&amp;nbsp;7th&lt;br />&#xD;&#xA;International&amp;nbsp;Conference,&amp;nbsp;Lisbon,&amp;nbsp;Portugal,&amp;nbsp;October&amp;nbsp;11-15,&amp;nbsp;2004,&amp;nbsp;Proceedings,&amp;nbsp;ser.&amp;nbsp;LNCS,&amp;nbsp;T.&amp;nbsp;Baar,&lt;br />&#xD;&#xA;A.&amp;nbsp;Strohmeier,&amp;nbsp;A.&amp;nbsp;Moreira,&amp;nbsp;and&amp;nbsp;S.&amp;nbsp;J.&amp;nbsp;Mellor,&amp;nbsp;Eds.,&amp;nbsp;vol.&amp;nbsp;3273.&amp;nbsp;Springer,&amp;nbsp;2004,&amp;nbsp;pp.&amp;nbsp;41-53.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;[187]&amp;nbsp;C.&amp;nbsp;U.&amp;nbsp;Smith,&amp;nbsp;C.&amp;nbsp;M.&amp;nbsp;Llado,&amp;nbsp;V.&amp;nbsp;Cortellessa,&amp;nbsp;A.&amp;nbsp;D.&amp;nbsp;Marco,&amp;nbsp;and&amp;nbsp;L.&amp;nbsp;G.&amp;nbsp;Williams,&amp;nbsp;&quot;From&amp;nbsp;UML&amp;nbsp;models&lt;br />&#xD;&#xA;to&amp;nbsp;software&amp;nbsp;performance&amp;nbsp;results:&amp;nbsp;an&amp;nbsp;SPE&amp;nbsp;process&amp;nbsp;based&amp;nbsp;on&amp;nbsp;XML&amp;nbsp;interchange&amp;nbsp;formats,&quot;&amp;nbsp;in&amp;nbsp;Proc.&amp;nbsp;5th&lt;br />&#xD;&#xA;international&amp;nbsp;workshop&amp;nbsp;on&amp;nbsp;Software&amp;nbsp;and&amp;nbsp;performance&amp;nbsp;(WOSP'05).&amp;nbsp;New&amp;nbsp;York,&amp;nbsp;NY,&amp;nbsp;USA:&amp;nbsp;ACM&lt;br />&#xD;&#xA;Press,&amp;nbsp;2005,&amp;nbsp;pp.&amp;nbsp;87-98.&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;&lt;br />&#xD;&#xA;&lt;br />"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Workload"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Workload specifies the usage intensity of a system, which relates to the number of users concurrently&#xD;&#xA;present in the system. The PCM usage model adopts this concept from classical queueing&#xD;&#xA;theory [123]. The specified workloads can directly be used in queueing networks or easily be mapped&#xD;&#xA;to markings in stochastic Petri nets. Workloads can either be open or closed.&#xD;&#xA;&#xD;&#xA;The algorithms used to analyse queueing networks differ depending on whether open or closed workloads&#xD;&#xA;are modelled [123]. Some special queueing networks can only be analysed given a particular workload&#xD;&#xA;type (open or closed). Notice, that it is possible to specify a usage model with open workload usage&#xD;&#xA;scenarios and closed workload usage scenarios at the same time. Open and closed workloads can be&#xD;&#xA;executed in parallel when analysing the model.&#xD;&#xA;&#xD;&#xA;[123] E. Lazowska, J. Zahorjan, G. Graham, and K. Sevcik, Quantitative System Performance. Prentice&#xD;&#xA;Hall, 1984."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageScenario_Workload" ordered="false" eType="#//usagemodel_av_av/UsageScenario" eOpposite="#//usagemodel_av_av/UsageScenario/workload_UsageScenario"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageScenario" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UsageScenarios are concurrently executed behaviours of users within one UsageModel. It describes which&#xD;&#xA;services are directly invoked by users in one specific use case and models the possible sequences of calling&#xD;&#xA;them. Each UsageScenario includes a workload and a scenario behaviour. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageModel_UsageScenario" ordered="false" eType="#//usagemodel_av_av/UsageModel" eOpposite="#//usagemodel_av_av/UsageModel/usageScenario_UsageModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarioBehaviour_UsageScenario" ordered="false" eType="#//usagemodel_av_av/ScenarioBehaviour" containment="true" eOpposite="#//usagemodel_av_av/ScenarioBehaviour/usageScenario_SenarioBehaviour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="workload_UsageScenario" ordered="false" eType="#//usagemodel_av_av/Workload" containment="true" eOpposite="#//usagemodel_av_av/Workload/usageScenario_Workload"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserData"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UserData characterises data&#xD;&#xA;used in specific assembly contexts in the system. This data is the same for all UsageScenarios, i.e.,&#xD;&#xA;multiple users accessing the same components access the same data. This UserData refers to component&#xD;&#xA;parameters of the system publicized by the software architect (see pcm::parameters package). The domain expert&#xD;&#xA;characterises the values of component parameters related to business concepts (e.g., user specific data,&#xD;&#xA;data specific for a business domain), whereas the software architect characterises the values of component&#xD;&#xA;parameters related to technical concepts (e.g., size of caches, size of a thread pool, configuration data,&#xD;&#xA;etc.). One UserData instance includes all parameter characterisation for the annotated entity. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_userData" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageModel_UserData" ordered="false" eType="#//usagemodel_av_av/UsageModel" eOpposite="#//usagemodel_av_av/UsageModel/userData_UsageModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userDataParameterUsages_UserData" ordered="false" upperBound="-1" eType="#//parameter_av_av/VariableUsage" containment="true" eOpposite="#//parameter_av_av/VariableUsage/userData_VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UsageModel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The UsageModel specifies the whole user interaction with a system from a performance viewpoint. It consists of a number of concurrently executed UsageScenarios and a set of global UserData specifications. Each UsageScenario includes a workload and a scenario behaviour. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="usageScenario_UsageModel" ordered="false" upperBound="-1" eType="#//usagemodel_av_av/UsageScenario" containment="true" eOpposite="#//usagemodel_av_av/UsageScenario/usageModel_UsageScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userData_UsageModel" ordered="false" upperBound="-1" eType="#//usagemodel_av_av/UserData" containment="true" eOpposite="#//usagemodel_av_av/UserData/usageModel_UserData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryLevelSystemCall" eSuperTypes="#//usagemodel_av_av/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An EntryLevelSystemCall models the call to a service provided by a system. Therefore, an&#xD;&#xA;EntryLevelSystemCall references a ProvidedRole of a PCM System, from which the&#xD;&#xA;called interface and the providing component within the system can be derived, and a Signature&#xD;&#xA;specifying the called service. Notice, that the usage model does not permit the domain expert to&#xD;&#xA;model calls directly to components, but only to system roles. (TODO: Add such a constraint.) This decouples the System structure&#xD;&#xA;(i.e., the component-based software architecture model and its allocation) from the UsageModel&#xD;&#xA;and the software architect can change the System (e.g., include new components, remove existing&#xD;&#xA;components, or change their wiring or allocation) independently from the domain expert, if&#xD;&#xA;the system provided roles are not affected. EntryLevelSystemCalls may include a set of&#xD;&#xA;input parameter characterisations and a set of output parameter characterisations (as described in&#xD;&#xA;the pcm::parameters package). However, the random variables characterising the input parameters&#xD;&#xA;like NUMBER_OF_ELEMENTS can not depend on other variables in the usage model. They have&#xD;&#xA;to be composed from literals only including literals describing random variables having a&#xD;&#xA;certain fixed distribution.&#xD;&#xA;&#xD;&#xA;TODO Anne: Constraint that ensures that the referred signature is contained in the interface referenced by the ProvidedRole (see Diagram)"/> </eAnnotations> <eOperations name="EntryLevelSystemCallMustReferenceProvidedRoleOfASystem" 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.providedRole_EntryLevelSystemCall.providingEntity_ProvidedRole.oclIsTypeOf(pcm::system::System)"/> </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="EntryLevelSystemCallSignatureMustMatchItsProvidedRole" 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.providedRole_EntryLevelSystemCall.providedInterface__OperationProvidedRole.signatures__OperationInterface->includes(self.operationSignature__EntryLevelSystemCall)"/> </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="providedRole_EntryLevelSystemCall" ordered="false" eType="#//repository_av_av/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationSignature__EntryLevelSystemCall" ordered="false" eType="#//repository_av_av/OperationSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputParameterUsages_EntryLevelSystemCall" ordered="false" upperBound="-1" eType="#//parameter_av_av/VariableUsage" containment="true" eOpposite="#//parameter_av_av/VariableUsage/entryLevelSystemCall_OutputParameterUsage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="priority" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputParameterUsages_EntryLevelSystemCall" ordered="false" upperBound="-1" eType="#//parameter_av_av/VariableUsage" containment="true" eOpposite="#//parameter_av_av/VariableUsage/entryLevelSystemCall_InputParameterUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractUserAction" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="See the AbstractAction documentation for why it is advantageous&#xD;&#xA;to model control flow in this way, as the same principle is used in the RDSEFF language. &#xD;&#xA;&#xD;&#xA;Concrete user actions of the usage model are:&#xD;&#xA;- Branch&#xD;&#xA;- Loop&#xD;&#xA;- EntryLevelSystemCall&#xD;&#xA;- Delay"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="successor" ordered="false" eType="#//usagemodel_av_av/AbstractUserAction" eOpposite="#//usagemodel_av_av/AbstractUserAction/predecessor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor" ordered="false" eType="#//usagemodel_av_av/AbstractUserAction" eOpposite="#//usagemodel_av_av/AbstractUserAction/successor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scenarioBehaviour_AbstractUserAction" ordered="false" eType="#//usagemodel_av_av/ScenarioBehaviour" eOpposite="#//usagemodel_av_av/ScenarioBehaviour/actions_ScenarioBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScenarioBehaviour" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ScenarioBehaviour specifies possible sequences of executing services provided by the system.&#xD;&#xA;It contains a set of AbstractUserActions, each referencing a predecessor and successor (except the&#xD;&#xA;first and last action), thereby forming a sequence of actions. &#xD;&#xA;&#xD;&#xA;See the AbstractAction documentation for why it is advantageous&#xD;&#xA;to model control flow in this way, as the same principle is used in the RDSEFF language. &#xD;&#xA;&#xD;&#xA;Concrete user actions of the usage model are:&#xD;&#xA;- Branch&#xD;&#xA;- Loop&#xD;&#xA;- EntryLevelSystemCall&#xD;&#xA;- Delay&#xD;&#xA;- Start &#xD;&#xA;- Stop&#xD;&#xA;&#xD;&#xA;So far, ScenarioBehaviours do not include forks in the user flow (i.e., splitting the flow with an&#xD;&#xA;AND semantic), as it is assumed that users always act sequentially.&#xD;&#xA;&#xD;&#xA;As there are no random variables depending on other variables in the&#xD;&#xA;usage model, there are no equivalent actions to GuardedBranchTransitions or CollectionIteratorActions.&#xD;&#xA;"/> </eAnnotations> <eOperations name="Exactlyonestart" 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.actions_ScenarioBehaviour->select(s|s.oclIsTypeOf(Start))->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="Exactlyonestop" 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.actions_ScenarioBehaviour->select(s|s.oclIsTypeOf(Stop))->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="EachuseractionexceptStartandStopmusthaveapredecessorandsuccessor" 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="not self.actions_ScenarioBehaviour->select(s|not s.oclIsTypeOf(Start) and not s.oclIsTypeOf(Stop))->exists(a|a.oclAsType(AbstractUserAction).predecessor.oclIsUndefined()) and not self.actions_ScenarioBehaviour->select(s|not s.oclIsTypeOf(Start) and not s.oclIsTypeOf(Stop))->exists(a|a.oclAsType(AbstractUserAction).successor.oclIsUndefined())"/> </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="usageScenario_SenarioBehaviour" ordered="false" eType="#//usagemodel_av_av/UsageScenario" eOpposite="#//usagemodel_av_av/UsageScenario/scenarioBehaviour_UsageScenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branchTransition_ScenarioBehaviour" ordered="false" eType="#//usagemodel_av_av/BranchTransition" eOpposite="#//usagemodel_av_av/BranchTransition/branchedBehaviour_BranchTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loop_ScenarioBehaviour" ordered="false" eType="#//usagemodel_av_av/Loop" eOpposite="#//usagemodel_av_av/Loop/bodyBehaviour_Loop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions_ScenarioBehaviour" ordered="false" upperBound="-1" eType="#//usagemodel_av_av/AbstractUserAction" containment="true" eOpposite="#//usagemodel_av_av/AbstractUserAction/scenarioBehaviour_AbstractUserAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BranchTransition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The BranchTransition is an association class that realises the containment of ScenarioBehaviours in in the branches of a Branch action. It is a separate meta class because it has the additional attribute branchProbability that specifies how probably it is that the references ScenarioBehaviour is executed in the Branch action. &#xD;&#xA;&#xD;&#xA;See also Branch."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="branchProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branch_BranchTransition" ordered="false" eType="#//usagemodel_av_av/Branch" eOpposite="#//usagemodel_av_av/Branch/branchTransitions_Branch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branchedBehaviour_BranchTransition" ordered="false" eType="#//usagemodel_av_av/ScenarioBehaviour" containment="true" eOpposite="#//usagemodel_av_av/ScenarioBehaviour/branchTransition_ScenarioBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Branch" eSuperTypes="#//usagemodel_av_av/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Branch splits the user flow with a XOR-semantic: one of the included BranchTransitions&#xD;&#xA;is taken depending on the specified branch probabilities. Each BranchTransition contains a&#xD;&#xA;nested ScenarioBehaviour, which a user executes once this branch transition is chosen. After&#xD;&#xA;execution of the complete nested ScenarioBehaviour, the next action in the user flow after the&#xD;&#xA;Branch is its successor action.&#xD;&#xA;&#xD;&#xA;A constraint ensures that all branchProbabilities of the included BranchTransitions sum up to 1. "/> </eAnnotations> <eOperations name="AllBranchProbabilitiesMustSumUpTo1" 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->collect(branchTransitions_Branch.branchProbability)->sum() > 0.999 and self->collect(branchTransitions_Branch.branchProbability)->sum() &lt;1.001"/> </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="branchTransitions_Branch" ordered="false" upperBound="-1" eType="#//usagemodel_av_av/BranchTransition" containment="true" eOpposite="#//usagemodel_av_av/BranchTransition/branch_BranchTransition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//usagemodel_av_av/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Loop models a repeated sequence of actions in the user flow. It contains a nested ScenarioBehaviour specifying the loop body, and a RandomVariable specifying the number of iterations."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="loopIteration_Loop" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/loop_LoopIteration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyBehaviour_Loop" ordered="false" eType="#//usagemodel_av_av/ScenarioBehaviour" containment="true" eOpposite="#//usagemodel_av_av/ScenarioBehaviour/loop_ScenarioBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//usagemodel_av_av/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each ScenarioBehaviour has exactly one Stop action which marks the action where the control flows ends. Stop actions have no successor."/> </eAnnotations> <eOperations name="StopHasNoSuccessor" 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.successor.oclIsUndefined()"/> </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> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Start" eSuperTypes="#//usagemodel_av_av/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each ScenarioBehaviour has exactly one Start action which marks the action where the control flows begins. Start actions have no predecessor."/> </eAnnotations> <eOperations name="StartHasNoPredecessor" 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.predecessor.oclIsUndefined()"/> </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> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpenWorkload" eSuperTypes="#//usagemodel_av_av/Workload"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="OpenWorkload specifies usage intensity with an inter-arrival time (i.e., the time between two&#xD;&#xA;user arrivals at the system) as a RandomVariable with an arbitrary probability distribution. It&#xD;&#xA;models that an infinite stream of users arrives at a system. The users execute their scenario, and then&#xD;&#xA;leave the system. The user population (i.e., the number of users concurrently present in a system) is&#xD;&#xA;not fixed in an OpenWorkload."/> </eAnnotations> <eOperations name="InterArrivalTimeInOpenWorkloadNeedsToBeSpecified" 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="not self.interArrivalTime_OpenWorkload.oclIsUndefined() and self.interArrivalTime_OpenWorkload.specification &lt;> ''"/> </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="interArrivalTime_OpenWorkload" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/openWorkload_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="#//usagemodel_av_av/AbstractUserAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A Delay represents a timing delay as a RandomVariable between two user actions. The Delay&#xD;&#xA;is included into the usage model to express that users do not call system services in direct successions,&#xD;&#xA;but usually need some time to determine their next action. User delays are for example useful,&#xD;&#xA;if a performance analyst wants to determine the execution time for a complete scenario behaviour&#xD;&#xA;(instead of a single service), which needs to include user delays."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="timeSpecification_Delay" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/delay_TimeSpecification"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClosedWorkload" eSuperTypes="#//usagemodel_av_av/Workload"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ClosedWorkload specifies directly the (constant) user population and a think time. It models&#xD;&#xA;that a fixed number of users execute their scenario, then wait (or think) for the specified amount&#xD;&#xA;of think time as a RandomVariable, and then reenter the system executing their scenario again.&#xD;&#xA;Performance analysts use closed workloads to model scenarios, where the number of users is known&#xD;&#xA;(e.g., a fixed number of users in a company)."/> </eAnnotations> <eOperations name="PopulationInClosedWorkloadNeedsToBeSpecified" 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="not self.population.oclIsUndefined() and self.population &lt;> ''"/> </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="ThinkTimeInClosedWorkloadNeedsToBeSpecified" 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="not self.thinkTime_ClosedWorkload.oclIsUndefined() and self.thinkTime_ClosedWorkload.specification &lt;> ''"/> </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:EAttribute" name="population" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thinkTime_ClosedWorkload" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/closedWorkload_PCMRandomVariable"/> </eClassifiers> </eSubpackages> <eSubpackages name="repository_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Repository/5.0_advice_advice" nsPrefix="repository_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The main package contributing component types and interfaces."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PassiveResource" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a passive resource, e.g., a semaphore."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="capacity_PassiveResource" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/passiveResource_capacity_PCMRandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property holds the capacity of this passive resource."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="basicComponent_PassiveResource" ordered="false" eType="#//repository_av_av/BasicComponent" eOpposite="#//repository_av_av/BasicComponent/passiveResource_BasicComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceTimeoutFailureType__PassiveResource" ordered="false" eType="#//reliability_av_av/ResourceTimeoutFailureType" eOpposite="#//reliability_av_av/ResourceTimeoutFailureType/passiveResource__ResourceTimeoutFailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The&amp;nbsp;failure type that represents a timeout&amp;nbsp;failure of an acquiring action for this passive resource&amp;nbsp;(see the&#xD;&#xA;documentation of the &quot;timeout&quot; attribute of the &quot;AcquireAction&quot; for further information)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BasicComponent" eSuperTypes="#//repository_av_av/ImplementationComponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a black-box component implementation. Basic components are atomic building blocks of a software architecture. They cannot be further subdivided into smaller components and are built from scratch, i.e, not by assembling other components. Component developers specify basic components by associating interfaces to them in a providing or requiring role."/> </eAnnotations> <eOperations name="NoSeffTypeUsedTwice" 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.serviceEffectSpecifications__BasicComponent->forAll(p1, p2 |&#xD;&#xA; p1 &lt;> p2 implies (p1.describedService__SEFF = p2.describedService__SEFF implies p1.seffTypeID &lt;> p2.seffTypeID))"/> </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="ProvideSameInterfacesAsImplementationType" 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="-- BC has to provide the same interfaces like the implementationComponentType (if set) #&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.providedRoles_InterfaceProvidingEntity->collect(pr : ProvidedRole | pr.providingEntity_ProvidedRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes->collect(pr | pr.providedRoles_InterfaceProvidingEntity.providingEntity_ProvidedRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="RequireSameInterfacesAsImplementationType" 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="-- BC has to require the same interfaces like the implementationComponentType (if set) #&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.requiredRoles_InterfaceRequiringEntity->select(rr |rr.oclIsTypeOf(OperationRequiredRole))->collect(rr | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes.requiredRoles_InterfaceRequiringEntity->select(rr |rr.oclIsTypeOf(OperationRequiredRole))->collect(rr | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceEffectSpecifications__BasicComponent" ordered="false" upperBound="-1" eType="#//seff_av_av/ServiceEffectSpecification" containment="true" eOpposite="#//seff_av_av/ServiceEffectSpecification/basicComponent_ServiceEffectSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property contains the service effect specification for services provided by this basic component."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource_BasicComponent" ordered="false" upperBound="-1" eType="#//repository_av_av/PassiveResource" containment="true" eOpposite="#//repository_av_av/PassiveResource/basicComponent_PassiveResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the passive resources, e.g., semaphores, that are owned by this basic component."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplementationComponentType" eSuperTypes="#//repository_av_av/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents an abstraction of a component, where both sets of provided and required interfaces as well as the implementation is visible. It fully specifies the component type. The specification of&#xD;&#xA;the internal structure depends on the way the component is realised. In general, components can either be implemented from the scratch or composed out of other components. In the first case, the implemented behaviour of each provided service needs to be specified with a service effect specification (SEFF) to describe the component’s abstract internal structure. We refer to such components as basic components, since they form the basic building blocks of a software architecture. On the other hand, developers can use existing components to assemble new, composite components.&#xD;&#xA;&#xD;&#xA;TODO: ? Possibly add constraint that the VariableUsages must have unique names within one component. Maybe this constraint can even be added to the VariableUsage in general (for each containment of VariableUsages, each name inside must be unique, for example). "/> </eAnnotations> <eOperations name="RequiredInterfacesHaveToConformToCompleteType" 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="-- ImplementationTypes required Interfaces have to be a subset&#xD;&#xA;-- of CompleteComponentType required Interfaces #&#xD;&#xA;--&#xD;&#xA;-- ACCx are used to accumulate Sets/Bags; usually only the very inner ACCx is used at all.&#xD;&#xA;--&#xD;&#xA;-- Recursive Query for parent Interface IDs&#xD;&#xA;-- see 'lpar2005.pdf' (Second-order principles in specification languages for Object-Oriented Programs; Beckert, Tretelman) pp. 11 #&#xD;&#xA;--let parentInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc1 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc1->union(pt.requiredRoles->iterate(r : RequiredRole; acc2 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc2->union(r.requiredInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;))&#xD;&#xA;--&#x9;) in&#xD;&#xA;--let anchestorInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc3 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc3->union(pt.requiredRoles->iterate(r : RequiredRole; acc4 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc4->union(r.requiredInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;))&#xD;&#xA;--&#x9;)->union( -- union with anchestors found in former recursion #&#xD;&#xA;--&#x9;&#x9;self.parentCompleteComponentTypes->iterate(pt : CompleteComponentType; acc5 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc5->union(pt.requiredRoles->iterate(r : RequiredRole; acc6 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;&#x9;acc6->union(r.requiredInterface.parentInterface.anchestorInterfaces) --already Set/Bag&#xD;&#xA;--&#x9;&#x9;&#x9;))&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;) in&#xD;&#xA;-- Directly required interfaces need to be a subset of required anchestorInterfaces of Supertype #&#xD;&#xA;--anchestorInterfaces.identifier.id->includesAll(&#xD;&#xA;--&#x9;self.requiredRoles->iterate(p : RequiredRole; acc7 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc7->union(p.requiredInterface.identifier.id->asBag())&#xD;&#xA;--&#x9;)&#x9;&#xD;&#xA;--)&#xD;&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="providedInterfacesHaveToConformToCompleteType" 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="-- ### EXACT COPY FROM ABOVE ###&#xD;&#xA;-- ImplementationComponentTypes provided Interfaces have to be a superset&#xD;&#xA;-- of CompleteComponentType provided Interfaces #&#xD;&#xA;--&#xD;&#xA;-- ACCx are used to accumulate Sets/Bags; usually only the very inner ACCx is used at all.&#xD;&#xA;--&#xD;&#xA;-- Recursive Query for parent Interface IDs&#xD;&#xA;-- see 'lpar2005.pdf' (Second-order principles in specification languages for Object-Oriented Programs; Beckert, Tretelman) pp. 11 #&#xD;&#xA;--let parentInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc2->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;) in&#xD;&#xA;--let anchestorInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc4 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc4->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;)->union( -- union with anchestors found in former recursion #&#xD;&#xA;--&#x9;&#x9;self.providedRoles->iterate(r : ProvidedRole; acc6 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc6->union(r.providedInterface.parentInterface.anchestorInterfaces) --already Set/Bag&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;) in&#xD;&#xA;&#x9;-- Directly provided anchestorInterfaces need to be a superset of provided interfaces of Supertype #&#xD;&#xA;--&#x9;anchestorInterfaces.identifier.id->includesAll(&#xD;&#xA;--&#x9;&#x9;self.parentProvidesComponentTypes->iterate(pt : ProvidesComponentType; acc1 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;pt.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;&#x9;acc2->union(r.providedInterface.identifier.id->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;&#x9;)&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;)&#xD;&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="ProvidedInterfaceHaveToConformToComponentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.componentType = ComponentType::INFRASTRUCTURE_COMPONENT then&#xD;&#xA;&#x9;self.providedRoles_InterfaceProvidingEntity->select(role | role.oclIsTypeOf(OperationInterface) or role.oclIsTypeOf(EventGroup))->size() = 0&#xD;&#xA;else if self.componentType = ComponentType::BUSINESS_COMPONENT then&#xD;&#xA;&#x9;self.providedRoles_InterfaceProvidingEntity->select(role | role.oclIsTypeOf(InfrastructureInterface))->size() = 0&#xD;&#xA;else&#xD;&#xA;&#x9;1 = 0&#xD;&#xA;endif&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentCompleteComponentTypes" ordered="false" upperBound="-1" eType="#//repository_av_av/CompleteComponentType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentParameterUsage_ImplementationComponentType" ordered="false" upperBound="-1" eType="#//parameter_av_av/VariableUsage" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property specified the variables of the component that are to be initialized using the assembly context to parametrize the component."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="componentType" ordered="false" lowerBound="1" eType="#//repository_av_av/ComponentType" defaultValueLiteral="BUSINESS_COMPONENT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepositoryComponent" eSuperTypes="#//core_av_av/entity_av_av/InterfaceProvidingRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract superclass of all component types which can be part of a component repository"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__RepositoryComponent" ordered="false" eType="#//repository_av_av/Repository" eOpposite="#//repository_av_av/Repository/components__Repository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the repository where this entity is stored."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedRole" eSuperTypes="#//repository_av_av/Role"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provided roles list the interfaces offered by a component."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="providingEntity_ProvidedRole" ordered="false" eType="#//core_av_av/entity_av_av/InterfaceProvidingEntity" eOpposite="#//core_av_av/entity_av_av/InterfaceProvidingEntity/providedRoles_InterfaceProvidingEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the providing entity that is providing the interface associated with this role."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a parameter within a signature. The parameter has a name and it is of a data type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType__Parameter" ordered="false" eType="#//repository_av_av/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the data type of the parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureSignature__Parameter" ordered="false" eType="#//repository_av_av/InfrastructureSignature" eOpposite="#//repository_av_av/InfrastructureSignature/parameters__InfrastructureSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationSignature__Parameter" ordered="false" eType="#//repository_av_av/OperationSignature" eOpposite="#//repository_av_av/OperationSignature/parameters__OperationSignature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property navigates to the signature this parameter is a part of."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eventType__Parameter" ordered="false" eType="#//repository_av_av/EventType" eOpposite="#//repository_av_av/EventType/parameter__EventType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameterName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property holds the name of the parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier__Parameter" ordered="false" lowerBound="1" eType="#//repository_av_av/ParameterModifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the modifier of the parameter like known from C#."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceSignature__Parameter" ordered="false" eType="#//resourcetype_av_av/ResourceSignature" eOpposite="#//resourcetype_av_av/ResourceSignature/parameter__ResourceSignature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a data type that can be stored in a repository and used for specification and modeling of interface signatures."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__DataType" ordered="false" eType="#//repository_av_av/Repository" eOpposite="#//repository_av_av/Repository/dataTypes__Repository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property specifies the repository to which this data type belongs."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repository" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The repository entity allows storing components, data types, and interfaces to be fetched and reused for construction of component instances as well as new component types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="repositoryDescription" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents a description of the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="components__Repository" ordered="false" upperBound="-1" eType="#//repository_av_av/RepositoryComponent" containment="true" eOpposite="#//repository_av_av/RepositoryComponent/repository__RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the provides component types stored in the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interfaces__Repository" ordered="false" upperBound="-1" eType="#//repository_av_av/Interface" containment="true" eOpposite="#//repository_av_av/Interface/repository__Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interfaces stored in the repository."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="failureTypes__Repository" ordered="false" upperBound="-1" eType="#//reliability_av_av/FailureType" containment="true" eOpposite="#//reliability_av_av/FailureType/repository__FailureType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataTypes__Repository" ordered="false" upperBound="-1" eType="#//repository_av_av/DataType" containment="true" eOpposite="#//repository_av_av/DataType/repository__DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the data types stored in the repository."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity models the interface as a set of signatures representing services provided or required by a component. An interface is an abstraction of piece of software (a software entity) which should contain a sufficient amount of information for a caller to understand and finally request the realised functionality from any entity claiming to offer the specified functionality. Note that this implies, that the specification of the interface also has to contain a sufficient amount of information for the implementer to actually implement the interface. Due to the inherent need of an interface to abstract the behaviour of the software entity not in all cases there is sufficient information provided to use or implement an interface in an unambiquious way.&#xD;&#xA;&#xD;&#xA;Interfaces can exist on their own, i.e., without any entity requesting or implementing the specified functionality. Two roles can be identified a software entity can take relative to an interface. Any entity can either claim to implement the functionality specified in an interface or to request that functionality. This is reflected in the Palladio Component Model by a set of abstract meta-classes giving a conceptual view on interfaces, entities, and their relationships."/> </eAnnotations> <eOperations name="NoProtocolTypeIDUsedTwice" 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.protocols__Interface->forAll(p1, p2 |&#xD;&#xA;p1.protocolTypeID &lt;> p2.protocolTypeID)&#xD;&#xA;"/> </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="parentInterfaces__Interface" ordered="false" upperBound="-1" eType="#//repository_av_av/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interfaces from which this interface directly inherits."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="protocols__Interface" ordered="false" upperBound="-1" eType="#//protocol_av_av/Protocol" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the protocol bound to this interfaces, i.e., the way, in the sense of the order, the services of this interfaces are allowed to be called."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCharacterisations" ordered="false" upperBound="-1" eType="#//repository_av_av/RequiredCharacterisation" containment="true" eOpposite="#//repository_av_av/RequiredCharacterisation/interface_RequiredCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="documentation of required variable characterisations"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__Interface" ordered="false" eType="#//repository_av_av/Repository" eOpposite="#//repository_av_av/Repository/interfaces__Repository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the repository where this interface is stored."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specification of required variable characeterisations per parameter. Increases power of interfaces and lifts variable characterisations to the interface to enable extended interoperability checks."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//parameter_av_av/VariableCharacterisationType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" eType="#//repository_av_av/Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interface_RequiredCharacterisation" ordered="false" eType="#//repository_av_av/Interface" eOpposite="#//repository_av_av/Interface/requiredCharacterisations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventGroup" eSuperTypes="#//repository_av_av/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An EventGroup combines a set of EventTypes that are supported by a Sink and/or a Source. This is comparable to an operation interface combining a set of operation signatures."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eventTypes__EventGroup" ordered="false" upperBound="-1" eType="#//repository_av_av/EventType" containment="true" eOpposite="#//repository_av_av/EventType/eventGroup__EventType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventType" eSuperTypes="#//repository_av_av/Signature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The EventType represents a single class of events that can be emited by a source or consumed by a sink. The characteristics of the event are defined by the variable included in the EventType.&#xD;&#xA;Due to the extension of the signature class, the EventType is also accessible for ServiceEffectSpecifications (SEFF). By this, a SEFF is able to represent an event handler for this type of events."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter__EventType" ordered="false" eType="#//repository_av_av/Parameter" containment="true" eOpposite="#//repository_av_av/Parameter/eventType__Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__EventType" ordered="false" eType="#//repository_av_av/EventGroup" eOpposite="#//repository_av_av/EventGroup/eventTypes__EventGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Signature" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; This&amp;nbsp;entity&amp;nbsp;represents&amp;nbsp;the&amp;nbsp;signature&amp;nbsp;of&amp;nbsp;a&amp;nbsp;method,&amp;nbsp;i.e.,&amp;nbsp;its&amp;nbsp;parameters,&amp;nbsp;exception&amp;nbsp;declarations,&amp;nbsp;return&amp;nbsp;type,&amp;nbsp;etc.&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; Every&amp;nbsp;service&amp;nbsp;of&amp;nbsp;an&amp;nbsp;interface&amp;nbsp;has&amp;nbsp;a&amp;nbsp;unique&amp;nbsp;signature,&amp;nbsp;like&amp;nbsp;void&amp;nbsp;doSomething(int&amp;nbsp;a).&amp;nbsp;A&amp;nbsp;PCM&amp;nbsp;signature&amp;nbsp;is&amp;nbsp;comparable&amp;nbsp;to&amp;nbsp;a&amp;nbsp;method&amp;nbsp;signature&amp;nbsp;in&amp;nbsp;programming&amp;nbsp;languages&amp;nbsp;like&amp;nbsp;C#,&amp;nbsp;Java&amp;nbsp;or&amp;nbsp;the&amp;nbsp;OMG&amp;nbsp;IDL.&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; It&amp;nbsp;contains:&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;A&amp;nbsp;type&amp;nbsp;of&amp;nbsp;the&amp;nbsp;return&amp;nbsp;value&amp;nbsp;or&amp;nbsp;void&amp;nbsp;(no&amp;nbsp;return&amp;nbsp;value),&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;an&amp;nbsp;identifier&amp;nbsp;naming&amp;nbsp;the&amp;nbsp;service,&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;an&amp;nbsp;ordered&amp;nbsp;set&amp;nbsp;of&amp;nbsp;parameters&amp;nbsp;(0..*).Each&amp;nbsp;parameter&amp;nbsp;is&amp;nbsp;a&amp;nbsp;tuple&amp;nbsp;of&amp;nbsp;a&amp;nbsp;datatype&amp;nbsp;and&amp;nbsp;an&amp;nbsp;identifier&amp;nbsp;(which&amp;nbsp;is&amp;nbsp;unique&amp;nbsp;across&amp;nbsp;the&amp;nbsp;parameters).&amp;nbsp;Additionally,&amp;nbsp;the&amp;nbsp;modifiers&amp;nbsp;in,&amp;nbsp;out,&amp;nbsp;and&amp;nbsp;inout&amp;nbsp;(with&amp;nbsp;its&amp;nbsp;OMG&lt;br />&#xD;&#xA; IDL&amp;nbsp;semantics)&amp;nbsp;can&amp;nbsp;be&amp;nbsp;used&amp;nbsp;for&amp;nbsp;parameters,&amp;nbsp;and&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; *&amp;nbsp;an&amp;nbsp;unordered&amp;nbsp;set&amp;nbsp;of&amp;nbsp;exceptions.&lt;br />&#xD;&#xA; &lt;br />&#xD;&#xA; A&amp;nbsp;signature&amp;nbsp;has&amp;nbsp;to&amp;nbsp;be&amp;nbsp;unique&amp;nbsp;for&amp;nbsp;an&amp;nbsp;interface&amp;nbsp;through&amp;nbsp;the&amp;nbsp;tupel&amp;nbsp;(identifier,&amp;nbsp;order&amp;nbsp;of&amp;nbsp;parameters).&amp;nbsp;An&amp;nbsp;interface&amp;nbsp;has&amp;nbsp;a&amp;nbsp;list&amp;nbsp;of&amp;nbsp;1..*&amp;nbsp;signatures&amp;nbsp;(interfaces&amp;nbsp;associate&amp;nbsp;1..*&amp;nbsp;signatures,&amp;nbsp;not&amp;nbsp;the&amp;nbsp;other&amp;nbsp;way&amp;nbsp;around).&amp;nbsp;A&lt;br />&#xD;&#xA; signature&amp;nbsp;is&amp;nbsp;assigned&amp;nbsp;to&amp;nbsp;exactly&amp;nbsp;one&amp;nbsp;interface.&amp;nbsp;However,&amp;nbsp;different&amp;nbsp;interfaces&amp;nbsp;can&amp;nbsp;define&amp;nbsp;equally&amp;nbsp;named&amp;nbsp;signatures.&amp;nbsp;If,&amp;nbsp;for&amp;nbsp;example,&amp;nbsp;void&amp;nbsp;doIt()&amp;nbsp;is&amp;nbsp;defined&amp;nbsp;for&amp;nbsp;interface&amp;nbsp;A&amp;nbsp;and&amp;nbsp;B,&amp;nbsp;void&amp;nbsp;doIt()&amp;nbsp;is&amp;nbsp;not&amp;nbsp;identical&amp;nbsp;in&amp;nbsp;both&amp;nbsp;interfaces.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Failure that may occur inside external services must be specified at the service signatures. This way components that&#xD;&#xA; use this services may implement failure handling without knowing the internal behaviour of the connected component.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions__Signature" ordered="false" upperBound="-1" eType="#//repository_av_av/ExceptionType" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the list of exceptions declared by this signature."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="failureType" ordered="false" upperBound="-1" eType="#//reliability_av_av/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Optional&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;failure&amp;nbsp;types&amp;nbsp;that&amp;nbsp;can&amp;nbsp;happen&amp;nbsp;on&amp;nbsp;execution&amp;nbsp;of&amp;nbsp;the&amp;nbsp;specified&amp;nbsp;service."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptionType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a type of an exception."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionName" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property denotes the name of the exception. In addition to the exception message, this is another piece of information that can be used for identification of the exception that has appeared."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionMessage" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property holds the text message of the exception."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureSignature" eSuperTypes="#//repository_av_av/Signature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters__InfrastructureSignature" ordered="false" upperBound="-1" eType="#//repository_av_av/Parameter" containment="true" eOpposite="#//repository_av_av/Parameter/infrastructureSignature__Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureInterface__InfrastructureSignature" ordered="false" eType="#//repository_av_av/InfrastructureInterface" eOpposite="#//repository_av_av/InfrastructureInterface/infrastructureSignatures__InfrastructureInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureInterface" eSuperTypes="#//repository_av_av/Interface"> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureSignatures__InfrastructureInterface" ordered="false" upperBound="-1" eType="#//repository_av_av/InfrastructureSignature" containment="true" eOpposite="#//repository_av_av/InfrastructureSignature/infrastructureInterface__InfrastructureSignature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureRequiredRole" eSuperTypes="#//repository_av_av/RequiredRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterface__InfrastructureRequiredRole" ordered="false" eType="#//repository_av_av/InfrastructureInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredRole" eSuperTypes="#//repository_av_av/Role"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Required roles list the interfaces required by a component."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiringEntity_RequiredRole" ordered="false" eType="#//core_av_av/entity_av_av/InterfaceRequiringEntity" eOpposite="#//core_av_av/entity_av_av/InterfaceRequiringEntity/requiredRoles_InterfaceRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interface requiring entity that requires this interface."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationSignature" eSuperTypes="#//repository_av_av/Signature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An interface specific to operations and a operation specific association to parameters and return values."/> </eAnnotations> <eOperations name="ParameterNamesHaveToBeUniqueForASignature" 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.parameters__OperationSignature->isUnique(p : Parameter |&#xD;&#xA;&#x9;p.parameterName&#xD;&#xA;)"/> </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="interface__OperationSignature" ordered="false" eType="#//repository_av_av/OperationInterface" eOpposite="#//repository_av_av/OperationInterface/signatures__OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interface that contains the method with this signature."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters__OperationSignature" upperBound="-1" eType="#//repository_av_av/Parameter" containment="true" eOpposite="#//repository_av_av/Parameter/operationSignature__Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the list of parameters of the corresponding method."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType__OperationSignature" ordered="false" eType="#//repository_av_av/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the return type of the corresponding method."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationInterface" eSuperTypes="#//repository_av_av/Interface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The OperationInterface is a specific type of interface related to operation calls. For this, it also refereferences a set of operation interfaces. Operations can represent methods, functions or any comparable concept."/> </eAnnotations> <eOperations name="SignaturesHaveToBeUniqueForAnInterface" 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="-- full signature has to be unique &#xD;&#xA;-- (use of ocl-tupels) #&#xD;&#xA;let sigs : Bag(&#xD;&#xA;&#x9;-- parameters: Sequence of DataType, NOT name #&#xD;&#xA;&#x9;-- exceptions have not to be considered #&#xD;&#xA;&#x9;Tuple(returnType : DataType, serviceName : String, parameters : Sequence(DataType) ) &#xD;&#xA;) = &#xD;&#xA;self.signatures__OperationInterface->collect(sig : OperationSignature |&#xD;&#xA;&#x9;Tuple{&#xD;&#xA;&#x9;&#x9;returnType : DataType = sig.returnType__OperationSignature,&#xD;&#xA;&#x9;&#x9;serviceName : String = sig.entityName,&#xD;&#xA;&#x9;&#x9;parameters : Sequence(DataType) = sig.parameters__OperationSignature.dataType__Parameter&#xD;&#xA;&#x9;}&#xD;&#xA;)&#xD;&#xA;in&#xD;&#xA;sigs->isUnique(s|s)"/> </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="signatures__OperationInterface" ordered="false" upperBound="-1" eType="#//repository_av_av/OperationSignature" containment="true" eOpposite="#//repository_av_av/OperationSignature/interface__OperationSignature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the set of signatures of which the interface consists."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationRequiredRole" eSuperTypes="#//repository_av_av/RequiredRole"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents the required operation interfaces. The PCM uses the association of an operation interface to a component to determine its role. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterface__OperationRequiredRole" ordered="false" eType="#//repository_av_av/OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the interfaces that is required by this role."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceRole" eSuperTypes="#//repository_av_av/RequiredRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__SourceRole" ordered="false" eType="#//repository_av_av/EventGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SinkRole" eSuperTypes="#//repository_av_av/ProvidedRole"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SinkRole, extending a ProvidedRole, identifies components that provide an event handler for specific EventTypes. As for SourceRoles, the EventTypes, a SinkRole is compatible with, are defined by the associated EventGroup."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eventGroup__SinkRole" ordered="false" eType="#//repository_av_av/EventGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationProvidedRole" eSuperTypes="#//repository_av_av/ProvidedRole"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents the provided operation interfaces. The PCM uses the association of an operation interface to a component to determine its role. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterface__OperationProvidedRole" ordered="false" eType="#//repository_av_av/OperationInterface"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the corresponding interface that is provided by this role."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureProvidedRole" eSuperTypes="#//repository_av_av/ProvidedRole"> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterface__InfrastructureProvidedRole" ordered="false" eType="#//repository_av_av/InfrastructureInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterModifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Parameter modifiers like known from C#."/> </eAnnotations> <eLiterals name="none"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Use this value if no parameter modifier shall be applied."/> </eAnnotations> </eLiterals> <eLiterals name="in" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&quot;in&quot; according to C# semantics"/> </eAnnotations> </eLiterals> <eLiterals name="out" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&quot;out&quot; according to C# semantics"/> </eAnnotations> </eLiterals> <eLiterals name="inout" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ref&quot; according to C# semantics"/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompleteComponentType" eSuperTypes="#//repository_av_av/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Complete (Component) types abstract from the realisation of components. They only contain provided and required roles omitting the components’ internal structure, i.e., the service effect specifications or assemblies. Thus, complete types represent a black box view on components. Leaving the implementation open allows for a higher flexibility of software architects and defines substitutability in the PCM."/> </eAnnotations> <eOperations name="AtLeastOneInterfaceHasToBeProvidedOrRequiredByAUsefullCompleteComponentType" 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="(&#xD;&#xA;&#x9;self.oclIsTypeOf(CompleteComponentType)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.oclIsTypeOf(ImplementationComponentType)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.oclIsTypeOf(CompositeComponent)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.oclIsTypeOf(BasicComponent)&#xD;&#xA;)&#xD;&#xA;implies&#xD;&#xA;(&#xD;&#xA;&#x9;self.providedRoles_InterfaceProvidingEntity->size() >= 1&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;self.requiredRoles_InterfaceRequiringEntity->size() >= 1&#xD;&#xA;)"/> </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="providedInterfacesHaveToConformToProvidedType2" 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="-- CompleteTypes provided Interfaces have to be a superset&#xD;&#xA;-- of ProvidesComponentType provided Interfaces #&#xD;&#xA;--&#xD;&#xA;-- ACCx are used to accumulate Sets/Bags; usually only the very inner ACCx is used at all.&#xD;&#xA;--&#xD;&#xA;-- Recursive Query for parent Interface IDs&#xD;&#xA;-- see &quot;lpar2005.pdf&quot; (Second-order principles in specification languages for Object-Oriented Programs; Beckert, Tretelman) pp. 11 #&#xD;&#xA;--let parentInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc2->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;) in&#xD;&#xA;--let anchestorInterfaces : Bag(Interface) =&#xD;&#xA;--&#x9;self.providedRoles->iterate(r : ProvidedRole; acc4 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;acc4->union(r.providedInterface.parentInterface->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;)->union( -- union with anchestors found in former recursion #&#xD;&#xA;--&#x9;&#x9;self.providedRoles->iterate(r : ProvidedRole; acc6 : Bag(Interface) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;acc6->union(r.providedInterface.parentInterface.anchestorInterfaces) --already Set/Bag&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;) in&#xD;&#xA;--&#x9;-- Directly provided anchestorInterfaces need to be a superset of provided interfaces of Supertype #&#xD;&#xA;--&#x9;anchestorInterfaces.identifier.id->includesAll(&#xD;&#xA;--&#x9;&#x9;self.parentProvidesComponentTypes->iterate(pt : ProvidesComponentType; acc1 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;pt.providedRoles->iterate(r : ProvidedRole; acc2 : Bag(String) = Bag{} |&#xD;&#xA;--&#x9;&#x9;&#x9;&#x9;acc2->union(r.providedInterface.identifier.id->asBag()) -- asBag required to allow Set operations #&#xD;&#xA;--&#x9;&#x9;&#x9;)&#xD;&#xA;--&#x9;&#x9;)&#xD;&#xA;--&#x9;)&#xD;&#xA;true"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentProvidesComponentTypes" ordered="false" upperBound="-1" eType="#//repository_av_av/ProvidesComponentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidesComponentType" eSuperTypes="#//repository_av_av/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Provided (Component) Types abstract a component to its provided interfaces, leaving its requirements and implementation details open. So, provided types subsume components which offer the same functionality, but with different implementations. As different implementations might require different services from the environment, provided types omit required interfaces. Provided types allow software architects to focus on a component’s functionality and introduce weak substitutability to the PCM. Using provided types, software architects can draft ideas on how functionality can be partitioned among different components without worrying about their implementation. In the initial phases of architectural design, it often does not make sense to arrange all details of a component, since most of them depend on the actual implementation and thus need to be specified by component developers. As during this phase the actual implementation is unknown, also the required interfaces of a component cannot be stated. However, software architects can still pre-evaluate a software architecture containing provided-types. This gives rough estimates about the quality of the build software system and defines QoS requirements for the component implementation."/> </eAnnotations> <eOperations name="AtLeastOneInterfaceHasToBeProvidedByAUsefullProvidesComponentType" 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.oclIsTypeOf(ProvidesComponentType)&#xD;&#xA;implies&#xD;&#xA;self.providedRoles_InterfaceProvidingEntity->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> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComponentType"> <eLiterals name="BUSINESS_COMPONENT"/> <eLiterals name="INFRASTRUCTURE_COMPONENT" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeComponent" eSuperTypes="#//core_av_av/entity_av_av/ComposedProvidingRequiringEntity #//repository_av_av/ImplementationComponentType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Composite components are special implementation component types, which are composed from inner components. Component developers compose inner components within composite components with assembly connectors. An assembly connector binds a provided role with a required role. To access the inner components, composite components themselves provide or require interfaces. A delegation connector binds a provided (required) role of the composite component with an inner component provided (required) role. A composite component may contain other composite components, which are also themselves composed out of inner components. This enables building arbitrary hierarchies of nested components. Like a basic component, a composite component may contain a SEFF. However, this SEFF is not specified manually by the composite component developer, but can be computed by combining the SEFFs of the inner components."/> </eAnnotations> <eOperations name="ProvideSameInterfaces" 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="-- CC has to provide the same interfaces like the implementationComponentType (if set) (same OCL code like BC)#&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.providedRoles_InterfaceProvidingEntity->select(pr|pr.oclIsTypeOf(OperationProvidedRole))->collect(pr : ProvidedRole | pr.oclAsType (OperationProvidedRole).providedInterface__OperationProvidedRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes.providedRoles_InterfaceProvidingEntity->select(pr|pr.oclIsTypeOf(OperationProvidedRole))->collect(pr : ProvidedRole | pr.oclAsType (OperationProvidedRole).providedInterface__OperationProvidedRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="RequireSameInterfaces" 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="-- CC has to require the same interfaces like the implementationComponentType (if set) (same OCL code like BC) #&#xD;&#xA;if&#xD;&#xA;&#x9; -- apply constraint only for non-empty ImplementationComponentTypes of a BC #&#xD;&#xA;&#x9;self.parentCompleteComponentTypes->notEmpty()&#xD;&#xA;then&#xD;&#xA;&#x9;--own interface IDs:&#xD;&#xA; self.requiredRoles_InterfaceRequiringEntity->select(pr|pr.oclIsTypeOf(OperationRequiredRole))->collect(rr : RequiredRole | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA; =&#xD;&#xA; --complete type interface IDs:&#xD;&#xA; self.parentCompleteComponentTypes.requiredRoles_InterfaceRequiringEntity->select(pr|pr.oclIsTypeOf(OperationRequiredRole))->collect(rr : RequiredRole | rr.oclAsType (OperationRequiredRole).requiredInterface__OperationRequiredRole.id)->asSet()&#xD;&#xA;else&#xD;&#xA;&#x9;true&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveDataType" eSuperTypes="#//repository_av_av/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a primitive data type such as integer, string, and double."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//repository_av_av/PrimitiveTypeEnum"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represent the base type of this type, e.g., if this type represents the integer interval (1..5), the base type will be INT."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypeEnum"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Primitive types for usage in datatype and interface definitions"/> </eAnnotations> <eLiterals name="INT"/> <eLiterals name="STRING" value="1"/> <eLiterals name="BOOL" value="2"/> <eLiterals name="DOUBLE" value="3"/> <eLiterals name="CHAR" value="4"/> <eLiterals name="BYTE" value="5"/> <eLiterals name="LONG" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionDataType" eSuperTypes="#//core_av_av/entity_av_av/Entity #//repository_av_av/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a collection data type, e.g.,. a list, array, set, of items of the a particular type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="innerType_CollectionDataType" ordered="false" eType="#//repository_av_av/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the type of items contained in the collection data type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompositeDataType" eSuperTypes="#//core_av_av/entity_av_av/Entity #//repository_av_av/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents a complex data type containing other data types. This construct is common in higher programming languages as record, struct, or class."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parentType_CompositeDataType" ordered="false" upperBound="-1" eType="#//repository_av_av/CompositeDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the parent type in the inheritance hierarchy. Null if there is no parent."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="innerDeclaration_CompositeDataType" ordered="false" upperBound="-1" eType="#//repository_av_av/InnerDeclaration" containment="true" eOpposite="#//repository_av_av/InnerDeclaration/compositeDataType_InnerDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the internals, i.e., named items, each of a data type, forming this composite data type."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InnerDeclaration" eSuperTypes="#//core_av_av/entity_av_av/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represent a declaration of a data type inside of a composite data type. It enriches the data type it declares with a name to allow multiple declarations of the same type within a composite data type."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype_InnerDeclaration" ordered="false" eType="#//repository_av_av/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This property represents the data type that the inner declaration declares."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="compositeDataType_InnerDeclaration" ordered="false" eType="#//repository_av_av/CompositeDataType" eOpposite="#//repository_av_av/CompositeDataType/innerDeclaration_CompositeDataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This entity represents an abstraction of an interface role. "/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="resourcetype_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/ResourceType/5.0_advice_advice" nsPrefix="resourcetype_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package containing all resource types supported by the PCM"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ResourceSignature" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: This structure still has to be finalized by Henning. There is no influence on other model elements yet. so this can be done later on."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter__ResourceSignature" ordered="false" eType="#//repository_av_av/Parameter" containment="true" eOpposite="#//repository_av_av/Parameter/resourceSignature__Parameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceServiceId" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterface__ResourceSignature" ordered="false" eType="#//resourcetype_av_av/ResourceInterface" eOpposite="#//resourcetype_av_av/ResourceInterface/resourceSignatures__ResourceInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessingResourceType" eSuperTypes="#//resourcetype_av_av/ResourceType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; ResourceType representation of CPU.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="hardwareInducedFailureType__ProcessingResourceType" ordered="false" eType="#//reliability_av_av/HardwareInducedFailureType" eOpposite="#//reliability_av_av/HardwareInducedFailureType/processingResourceType__HardwareInducedFailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceType" eSuperTypes="#//core_av_av/entity_av_av/Entity Units_advice_advice.ecore#//UnitCarryingElement #//core_av_av/entity_av_av/ResourceInterfaceProvidingEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Abstract superclass of any resource"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRepository_ResourceType" ordered="false" eType="#//resourcetype_av_av/ResourceRepository" eOpposite="#//resourcetype_av_av/ResourceRepository/availableResourceTypes_ResourceRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceRepository"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Extendable repository of resource types of the PCM. The resource type repository is intentionally left open to support&#xD;&#xA;arbitrary resources in the future"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceInterfaces__ResourceRepository" ordered="false" upperBound="-1" eType="#//resourcetype_av_av/ResourceInterface" containment="true" eOpposite="#//resourcetype_av_av/ResourceInterface/resourceRepository__ResourceInterface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schedulingPolicies__ResourceRepository" ordered="false" upperBound="-1" eType="#//resourcetype_av_av/SchedulingPolicy" containment="true" eOpposite="#//resourcetype_av_av/SchedulingPolicy/resourceRepository__SchedulingPolicy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="availableResourceTypes_ResourceRepository" ordered="false" upperBound="-1" eType="#//resourcetype_av_av/ResourceType" containment="true" eOpposite="#//resourcetype_av_av/ResourceType/resourceRepository_ResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SchedulingPolicy" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRepository__SchedulingPolicy" ordered="false" eType="#//resourcetype_av_av/ResourceRepository" eOpposite="#//resourcetype_av_av/ResourceRepository/schedulingPolicies__ResourceRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationLinkResourceType" eSuperTypes="#//resourcetype_av_av/ResourceType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ResourceType representing communication links like, LAN, WAN, WiFi etc."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="networkInducedFailureType__CommunicationLinkResourceType" ordered="false" eType="#//reliability_av_av/NetworkInducedFailureType" eOpposite="#//reliability_av_av/NetworkInducedFailureType/communicationLinkResourceType__NetworkInducedFailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceInterface" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO: This structure still has to be finalized by Henning. There is no influence on other model elements yet. so this can be done later on."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRepository__ResourceInterface" ordered="false" eType="#//resourcetype_av_av/ResourceRepository" eOpposite="#//resourcetype_av_av/ResourceRepository/resourceInterfaces__ResourceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceSignatures__ResourceInterface" ordered="false" upperBound="-1" eType="#//resourcetype_av_av/ResourceSignature" containment="true" eOpposite="#//resourcetype_av_av/ResourceSignature/resourceInterface__ResourceSignature"/> </eClassifiers> </eSubpackages> <eSubpackages name="protocol_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Protocol/5.0_advice_advice" nsPrefix="protocol_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; The PCM is prepared to support interface protocols. This package contains a protocol stub. Multiple protocols following&#xD;&#xA; different formalisms are supported by the PCM and distinguished by a protocol ID.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Protocol"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A protocol is a set of calling sequences and can be optionally added to an interface. Protocols of provided&#xD;&#xA;interfaces specify the order in which services have to be called by clients. Protocols of required interfaces&#xD;&#xA;specify the actual order in which the component calls required services.&#xD;&#xA;&#xD;&#xA;Besides finite state machines, different formalisms can be used to model protocols. The PCM does&#xD;&#xA;not restrict the protocol modelling formalisms. For example, Petri nets or regular expressions could&#xD;&#xA;model interface protocols. However, the choice of a formalism does influence possible analyses. For&#xD;&#xA;example, to check the interoperability of two components A and B, the language inclusion of the required&#xD;&#xA;protocol of A within the provided protocol of B has to be tested. The language inclusion is undecidable for&#xD;&#xA;Petri nets in the general case, so protocols modelled with Petri nets cannot be checked for interoperability.&#xD;&#xA;Notice, that although protocols are able to express the state of a component, interfaces themselves&#xD;&#xA;are stateless. The protocol state only depends on the component that implements the interface and is only&#xD;&#xA;present during component runtime. Components can provide/require multiple interfaces, but the PCM&#xD;&#xA;does not support protocols ranging over multiple interfaces (neither for provided nor required protocols).&#xD;&#xA;The complete state of a components consists of all its interface states. Restrictions on the complete state&#xD;&#xA;cannot be expressed in the PCM, as protocols can only be specified for single interfaces."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protocolTypeID" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Multiple protocols following different formalisms are supported by the PCM and distinguished by a protocol ID."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="parameter_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Parameter/5.0_advice_advice" nsPrefix="parameter_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The parameter package allows to model data dependent performance characteristics of software systems. It is mainly used to specify performance dependencies on input and output parameters of single service calls. It can also be used to describe dependencies on the state of components by the use of component parameters. The latter describe stochastically a component state which does not change over time. &#xD;&#xA;&#xD;&#xA;Parameters are described by the use of variable usages which on the one side contain a performance abstraction of the variable's value and on the other side the name of the variable for refering to the variable. Characterisations available include Structure (information on the data's internal structure like &quot;sorted&quot; or &quot;unsorted&quot; for an array), Number of Elements (size of a collection), Value (the actuall variable value), Bytesize (the variable's memory footprint), or type (the type of the variable in polymorphic cases).&#xD;&#xA;&#xD;&#xA;Example for variable usages may be a.NUMBER_OF_ELEMENTS = 10 (array &quot;a&quot; contains 10 elements), tree.STRUCTURE = &quot;balanced&quot; (tree &quot;tree&quot; is a balanced tree), and so on."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="VariableUsage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Variable usages are used to characterise variables like input and output variables or component parameters. They contain the specification of the variable as VariableCharacterisation and also refer to the name of the characterised variable in its namedReference association. Note that it was an explicit design decision to refer to variable names instead of the actual variables (i.e., by refering to Parameter class). It eased the writing of transformations (DSolver as well as SimuCom) but put some complexity in the frontend for entering the variable usages."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="variableCharacterisation_VariableUsage" ordered="false" upperBound="-1" eType="#//parameter_av_av/VariableCharacterisation" containment="true" eOpposite="#//parameter_av_av/VariableCharacterisation/variableUsage_VariableCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This association contains the information which abstract information on a specific variable is available. For example, whether we know something on the variable's value, its structure or memory footprint. There can be multiple characterisations of the same variable if more than one type of information is available."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="userData_VariableUsage" ordered="false" eType="#//usagemodel_av_av/UserData" eOpposite="#//usagemodel_av_av/UserData/userDataParameterUsages_UserData"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callAction__VariableUsage" ordered="false" eType="#//seff_av_av/CallAction" eOpposite="#//seff_av_av/CallAction/inputVariableUsages__CallAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisationPoint_VariableUsage" ordered="false" eType="#//seff_av_av/SynchronisationPoint" eOpposite="#//seff_av_av/SynchronisationPoint/outputParameterUsage_SynchronisationPoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callReturnAction__VariableUsage" ordered="false" eType="#//seff_av_av/CallReturnAction" eOpposite="#//seff_av_av/CallReturnAction/returnVariableUsage__CallReturnAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setVariableAction_VariableUsage" ordered="false" eType="#//seff_av_av/SetVariableAction" eOpposite="#//seff_av_av/SetVariableAction/localVariableUsages_SetVariableAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage" ordered="false" eType="#//qosannotations_av_av/SpecifiedOutputParameterAbstraction" eOpposite="#//qosannotations_av_av/SpecifiedOutputParameterAbstraction/expectedExternalOutputs_SpecifiedOutputParameterAbstraction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext__VariableUsage" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext" eOpposite="#//core_av_av/composition_av_av/AssemblyContext/configParameterUsages__AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryLevelSystemCall_InputParameterUsage" ordered="false" eType="#//usagemodel_av_av/EntryLevelSystemCall" eOpposite="#//usagemodel_av_av/EntryLevelSystemCall/inputParameterUsages_EntryLevelSystemCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryLevelSystemCall_OutputParameterUsage" ordered="false" eType="#//usagemodel_av_av/EntryLevelSystemCall" eOpposite="#//usagemodel_av_av/EntryLevelSystemCall/outputParameterUsages_EntryLevelSystemCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namedReference__VariableUsage" ordered="false" eType="ecore:EClass stoex_advice_advice.ecore#//AbstractNamedReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableCharacterisation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Variable characterisations store performance critical meta-information on a variable. For example, if a variable's value is used in a long running loop, the value of the variable is performance critical. Or as an other example, for Q-Sort it is performancewise important to know how much elements are in a given array and whether the array is sorted or not. Variable characterisations contain a type which tells what kind of meta-information is stored (STRUCTURE, NUMBER_OF_ELEMENTS, ...) and a PCMRandomVariable for storing the value of the characterisation.&#xD;&#xA;&#xD;&#xA;For example, in &quot;a.NUMBER_OF_ELEMENTS=10&quot; the a is the name of the variable, NUMBER_OF_ELEMENTS is the characterisation type and &quot;10&quot; would be the specification (as PCMRandomVariable) of the characterisation's value."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="#//parameter_av_av/VariableCharacterisationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type specifies the kind of the variable characterisation. There are 5 types available: STRUCTURE, NUMBER_OF_ELEMENTS, VALUE, BYTESIZE, and TYPE."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specification_VariableCharacterisation" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/variableCharacterisation_Specification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The specification contains the value of a variable characterisation. It is a stoachastic expression which may also contain references to other variable characterisations (that is the reason why it is a PCMRandomVariable). "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="variableUsage_VariableCharacterisation" ordered="false" eType="#//parameter_av_av/VariableUsage" eOpposite="#//parameter_av_av/VariableUsage/variableCharacterisation_VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterisedVariable" eSuperTypes="stoex_advice_advice.ecore#//Variable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A characterised variable is a special variable which contains a performance abstraction of a data type. It can be transformed in a named reference and a variable characterisation. It has to end always with a variable characterisation type. Examples are &quot;a.NUMBER_OF_ELEMENTS&quot; or &quot;array.STRUCTURE&quot;."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="characterisationType" ordered="false" lowerBound="1" eType="#//parameter_av_av/VariableCharacterisationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type of the characterisation of the characterised variable. The type can be any of the varibale characterisation types, i.e., STRUCTURE, NUMBER_OF_ELEMENTS, TYPE, VALUE, or BYTESIZE."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariableCharacterisationType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The variable characterisation types determine the set of available meta-informations on variables. Possible values are STRUCTURE, NUMBER_OF_ELEMENTS, VALUE, BYTESIZE, and TYPE."/> </eAnnotations> <eLiterals name="STRUCTURE"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The structure characterisation type is used to describe the structure of the data. With structure we refer to performance relevant properties of data like for example whether an array is sorted, a tree is balanced, a collection is indexed, and so on.... The allowed set of value of the structure characterisation has to be specified by the component developer for a particular component."/> </eAnnotations> </eLiterals> <eLiterals name="NUMBER_OF_ELEMENTS" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The number of elements of a collection data type describe the amount of data objects contained in the collection."/> </eAnnotations> </eLiterals> <eLiterals name="VALUE" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value characterisation can be used to specify the actual value of a parameter. It is only available for parameters having a primitive type. The value characterisation should be used with care as it increased the complexity of the resulting analysis model significantly. It should be only used in performance-critical cases."/> </eAnnotations> </eLiterals> <eLiterals name="BYTESIZE" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The bytesize characterisation specifies the memory footprint of a data object."/> </eAnnotations> </eLiterals> <eLiterals name="TYPE" value="4"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The type characterisation specifies the actual data type of polymorphic data objects in cases where the actual type has an impact on performance. For example in a shape drawing application the actual shape of a geometric object has an impact on the performance as drawing a circle is much more time consuming than drawing a simple line."/> </eAnnotations> </eLiterals> </eClassifiers> </eSubpackages> <eSubpackages name="reliability_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Reliability/5.0_advice_advice" nsPrefix="reliability_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package contains reliability-relevant classes such as the definition of failure types."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="FailureOccurrenceDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract superclass that connects a failure type definition to an occurrence probability. Used to describe the failure&#xD;&#xA; potential of certain points of failure within the control and data flow (i.e. Actions within&#xD;&#xA; ResourceDemandingBehaviours).&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="EnsureValidFailureProbabilityRange" 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.failureProbability.oclAsType(Real) &lt;= 1.0) and (self.failureProbability.oclAsType(Real) >= 0.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> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failureProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HardwareInducedFailureType" eSuperTypes="#//reliability_av_av/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a hardware-induced failure, i.e. a failure-on-demand occurrence&amp;nbsp;due to an unavailable&#xD;&#xA; resource. Standard types&amp;nbsp;are pre-defined according to the pre-defined ProcessingResourceTypes: CPU, HDD, DELAY.&#xD;&#xA; Further types may be defined by the modeller for a certain PCM instance, together with a custom ProcessingResourceType.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="HardwareInducedFailureTypeHasProcessingResourceType" 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.processingResourceType__HardwareInducedFailureType &lt;> null ) and ( not ( self.processingResourceType__HardwareInducedFailureType.oclIsTypeOf( pcm::resourcetype::CommunicationLinkResourceType ) ) )"/> </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="processingResourceType__HardwareInducedFailureType" ordered="false" eType="#//resourcetype_av_av/ProcessingResourceType" eOpposite="#//resourcetype_av_av/ProcessingResourceType/hardwareInducedFailureType__ProcessingResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareInducedFailureType" eSuperTypes="#//reliability_av_av/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a software-induced failure, i.e. a failure-on-demand occurrence&amp;nbsp;due to a software fault. Type&#xD;&#xA; definitions are created by modellers for a certain PCM instance to distinguish&amp;nbsp;different types of software&#xD;&#xA; failure-on-demand occurrences. Possible examples are: &quot;EncryptionFailure&quot;, &quot;ProtocolFailure&quot;, &quot;WebServerFailure&quot;.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="internalFailureOccurrenceDescriptions__SoftwareInducedFailureType" ordered="false" upperBound="-1" eType="#//reliability_av_av/InternalFailureOccurrenceDescription" eOpposite="#//reliability_av_av/InternalFailureOccurrenceDescription/softwareInducedFailureType__InternalFailureOccurrenceDescription"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalFailureOccurrenceDescription" eSuperTypes="#//reliability_av_av/FailureOccurrenceDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Special&amp;nbsp;case&amp;nbsp;of&amp;nbsp;a&amp;nbsp;FailureOccurenceDescription&amp;nbsp;specifying the software-induced failure potential of&#xD;&#xA;InternalActions."/> </eAnnotations> <eOperations name="NoResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription" 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="not self.softwareInducedFailureType__InternalFailureOccurrenceDescription.oclIsTypeOf(ResourceTimeoutFailureType)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ResourceTimeoutFailures are software-induced failure types, but are not annotated to InternalActions (they are only meant&#xD;&#xA;for passive resource timeouts)."/> </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="internalAction__InternalFailureOccurrenceDescription" ordered="false" eType="#//seff_av_av/InternalAction" eOpposite="#//seff_av_av/InternalAction/internalFailureOccurrenceDescriptions__InternalAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="softwareInducedFailureType__InternalFailureOccurrenceDescription" ordered="false" eType="#//reliability_av_av/SoftwareInducedFailureType" eOpposite="#//reliability_av_av/SoftwareInducedFailureType/internalFailureOccurrenceDescriptions__SoftwareInducedFailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkInducedFailureType" eSuperTypes="#//reliability_av_av/FailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a network-induced failure, i.e. a failure-on-demand occurrence&amp;nbsp;due to a communication link&#xD;&#xA; fault. One standard type&amp;nbsp;is pre-defined according to the pre-defined CommunicationLinkResourceType: LAN.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="NetworkInducedFailureTypeHasCommunicationLinkResourceType" 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.communicationLinkResourceType__NetworkInducedFailureType &lt;> null"/> </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="communicationLinkResourceType__NetworkInducedFailureType" ordered="false" eType="#//resourcetype_av_av/CommunicationLinkResourceType" eOpposite="#//resourcetype_av_av/CommunicationLinkResourceType/networkInducedFailureType__CommunicationLinkResourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalFailureOccurrenceDescription" eSuperTypes="#//reliability_av_av/FailureOccurrenceDescription"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Special&amp;nbsp;case&amp;nbsp;of&amp;nbsp;a&amp;nbsp;FailureOccurenceDescription&amp;nbsp;specifying&amp;nbsp;the&amp;nbsp;failure&amp;nbsp;potential&amp;nbsp;of&amp;nbsp;system-external&amp;nbsp;calls.&amp;nbsp;Can&amp;nbsp;relate&amp;nbsp;to&#xD;&#xA;any FailureType."/> </eAnnotations> <eOperations name="NoResourceTimeoutFailureAllowedForExternalFailureOccurrenceDescription" 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="not self.failureType__ExternalFailureOccurrenceDescription.oclIsTypeOf(ResourceTimeoutFailureType)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ResourceTimeoutFailures&amp;nbsp;are&amp;nbsp;software-induced&amp;nbsp;failure&amp;nbsp;types,&amp;nbsp;but&amp;nbsp;are&amp;nbsp;not&amp;nbsp;annotated&amp;nbsp;to&amp;nbsp;system-external&#xD;&#xA;calls&amp;nbsp;(they&amp;nbsp;are&amp;nbsp;only&amp;nbsp;meant&lt;br />&#xD;&#xA;for&amp;nbsp;passive&amp;nbsp;resource&amp;nbsp;timeouts)."/> </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="specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription" ordered="false" eType="#//qosannotations_av_av/qos_reliability_av_av/SpecifiedReliabilityAnnotation" eOpposite="#//qosannotations_av_av/qos_reliability_av_av/SpecifiedReliabilityAnnotation/externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="failureType__ExternalFailureOccurrenceDescription" ordered="false" eType="#//reliability_av_av/FailureType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceTimeoutFailureType" eSuperTypes="#//reliability_av_av/SoftwareInducedFailureType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Type definition for a timeout failure-on-demand related to an AcquireAction for a certain PassiveResource (see the&#xD;&#xA; documentation of the &quot;timeout&quot; attribute of the &quot;AcquireAction&quot; for further information).&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource__ResourceTimeoutFailureType" ordered="false" eType="#//repository_av_av/PassiveResource" eOpposite="#//repository_av_av/PassiveResource/resourceTimeoutFailureType__PassiveResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The passive resource&amp;nbsp;whose&amp;nbsp;acquiring timeout is represented by this failure type&amp;nbsp;(see the documentation of&#xD;&#xA;the &quot;timeout&quot; attribute of the &quot;AcquireAction&quot; for further information)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureType" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract super class that&amp;nbsp;provides a type definition for&amp;nbsp;any failure-on-demand occurrence during service&#xD;&#xA; execution.&amp;nbsp;&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="repository__FailureType" ordered="false" eType="#//repository_av_av/Repository" eOpposite="#//repository_av_av/Repository/failureTypes__Repository"/> </eClassifiers> </eSubpackages> <eSubpackages name="seff_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/5.0_advice_advice" nsPrefix="seff_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package containing the abstract behaviour model of components"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="StopAction" eSuperTypes="#//seff_av_av/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="StopActions end a scenario behaviour and contain only a predecessor."/> </eAnnotations> <eOperations name="StopActionSuccessorMustNotBeDefined" 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.successor_AbstractAction.oclIsUndefined()"/> </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> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractInternalControlFlowAction" eSuperTypes="#//seff_av_av/AbstractAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract parent class of any internal control flow (e.g. InternalAction)&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemand_Action" ordered="false" upperBound="-1" eType="#//seff_av_av/seff_performance_av_av/ParametricResourceDemand" containment="true" eOpposite="#//seff_av_av/seff_performance_av_av/ParametricResourceDemand/action_ParametricResourceDemand"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infrastructureCall__Action" ordered="false" upperBound="-1" eType="#//seff_av_av/seff_performance_av_av/InfrastructureCall" containment="true" eOpposite="#//seff_av_av/seff_performance_av_av/InfrastructureCall/action__InfrastructureCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceCall__Action" ordered="false" upperBound="-1" eType="#//seff_av_av/seff_performance_av_av/ResourceCall" containment="true" eOpposite="#//seff_av_av/seff_performance_av_av/ResourceCall/action__ResourceCall"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractAction" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="AbstractActions&amp;nbsp;model&amp;nbsp;either&amp;nbsp;a&amp;nbsp;service's&amp;nbsp;internal&amp;nbsp;computations&amp;nbsp;or&amp;nbsp;calls&amp;nbsp;to&amp;nbsp;external&amp;nbsp;(i.e.,&amp;nbsp;required)&amp;nbsp;services,&amp;nbsp;or&amp;nbsp;describe&amp;nbsp;some&amp;nbsp;form&amp;nbsp;of&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;alteration&amp;nbsp;(i.e.,&amp;nbsp;branching,&amp;nbsp;loop,&amp;nbsp;or&amp;nbsp;fork).&amp;nbsp;The&amp;nbsp;following&amp;nbsp;first&amp;nbsp;clarifies&amp;nbsp;the&amp;nbsp;notions&amp;nbsp;of&amp;nbsp;internal&amp;nbsp;and&amp;nbsp;external&amp;nbsp;actions,&amp;nbsp;whose&amp;nbsp;meta-classes&amp;nbsp;both&amp;nbsp;inherit&amp;nbsp;from&amp;nbsp;AbstractAction.&lt;br />&#xD;&#xA;The&amp;nbsp;RDSEFF&amp;nbsp;defines&amp;nbsp;the&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;between&amp;nbsp;internal&amp;nbsp;and&amp;nbsp;external&amp;nbsp;actions&amp;nbsp;with&amp;nbsp;the&amp;nbsp;predecessor/successor&amp;nbsp;relationship&amp;nbsp;between&amp;nbsp;AbstractActions&amp;nbsp;to&amp;nbsp;model&amp;nbsp;sequential&amp;nbsp;executions.&amp;nbsp;Additionally,&amp;nbsp;special&amp;nbsp;actions&amp;nbsp;for&amp;nbsp;branching,&amp;nbsp;loops,&amp;nbsp;and&amp;nbsp;forks&amp;nbsp;allow&amp;nbsp;other&amp;nbsp;kinds&amp;nbsp;of&amp;nbsp;control&amp;nbsp;flow.&amp;nbsp;Other&amp;nbsp;than&amp;nbsp;flowcharts&amp;nbsp;or&amp;nbsp;UML&amp;nbsp;activity&amp;nbsp;diagrams,&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;language&amp;nbsp;(as&amp;nbsp;well&amp;nbsp;as&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;language)&amp;nbsp;requires&amp;nbsp;developers&amp;nbsp;to&amp;nbsp;make&amp;nbsp;the&amp;nbsp;branching,&amp;nbsp;loop,&amp;nbsp;fork&amp;nbsp;bodies&amp;nbsp;explicit&amp;nbsp;using&amp;nbsp;nested&amp;nbsp;ResourceDemandingBehaviours.&amp;nbsp;It&amp;nbsp;disallows&amp;nbsp;backward&amp;nbsp;references&amp;nbsp;in&amp;nbsp;the&amp;nbsp;chain&amp;nbsp;of&amp;nbsp;AbstractActions,&amp;nbsp;which&amp;nbsp;are&amp;nbsp;basically&lt;br />&#xD;&#xA;goto&amp;nbsp;statements&amp;nbsp;and&amp;nbsp;can&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;ambiguities&amp;nbsp;and&amp;nbsp;difficult&amp;nbsp;maintainability.&amp;nbsp;For&amp;nbsp;example,&amp;nbsp;this&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;intertwined&amp;nbsp;control&amp;nbsp;flows&amp;nbsp;as&amp;nbsp;in&amp;nbsp;the&amp;nbsp;example&amp;nbsp;in&amp;nbsp;Fig.&amp;nbsp;4.9(a),&amp;nbsp;where&amp;nbsp;both&amp;nbsp;the&amp;nbsp;sequences&amp;nbsp;'abcabcdbcd'&amp;nbsp;and&amp;nbsp;'abcdbcabcd'&amp;nbsp;could&amp;nbsp;be&amp;nbsp;occur&amp;nbsp;if&amp;nbsp;each&amp;nbsp;backward&amp;nbsp;reference&amp;nbsp;is&amp;nbsp;executed&amp;nbsp;once,&amp;nbsp;which&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;different&amp;nbsp;execution&amp;nbsp;times.&amp;nbsp;Backward&amp;nbsp;references&amp;nbsp;also&amp;nbsp;allow&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;loops&amp;nbsp;with&amp;nbsp;multiple&amp;nbsp;entry&amp;nbsp;points&amp;nbsp;as&amp;nbsp;in&amp;nbsp;Fig.&amp;nbsp;4.9(b).&amp;nbsp;This&amp;nbsp;is&amp;nbsp;not&amp;nbsp;desirable,&amp;nbsp;as&amp;nbsp;the&amp;nbsp;number&amp;nbsp;of&amp;nbsp;loop&amp;nbsp;iterations&amp;nbsp;cannot&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;directly&amp;nbsp;in&amp;nbsp;these&amp;nbsp;cases,&amp;nbsp;which&amp;nbsp;is&amp;nbsp;however&amp;nbsp;necessary&amp;nbsp;for&amp;nbsp;accurate&amp;nbsp;performance&amp;nbsp;prediction.&amp;nbsp;If&amp;nbsp;a&amp;nbsp;developer&amp;nbsp;would&amp;nbsp;specify&amp;nbsp;that&amp;nbsp;each&amp;nbsp;backward&amp;nbsp;link&amp;nbsp;in&amp;nbsp;Fig.&amp;nbsp;4.9(b)&amp;nbsp;is&amp;nbsp;executed&amp;nbsp;only&amp;nbsp;once,&amp;nbsp;both&amp;nbsp;sequences&amp;nbsp;'ababc'&amp;nbsp;and&amp;nbsp;'abcababc'&amp;nbsp;would&amp;nbsp;be&amp;nbsp;possible&amp;nbsp;although&amp;nbsp;they&amp;nbsp;would&amp;nbsp;have&amp;nbsp;different&amp;nbsp;execution&amp;nbsp;times,&amp;nbsp;as&amp;nbsp;'a'&amp;nbsp;is&amp;nbsp;executed&amp;nbsp;three&amp;nbsp;times&amp;nbsp;in&amp;nbsp;the&amp;nbsp;latter&amp;nbsp;case.&amp;nbsp;To&amp;nbsp;avoid&amp;nbsp;such&amp;nbsp;ambiguities,&amp;nbsp;control&amp;nbsp;flow&amp;nbsp;in&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;RDSEFF&amp;nbsp;and&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;must&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;without&amp;nbsp;backward&amp;nbsp;references&amp;nbsp;in&amp;nbsp;the&amp;nbsp;chain&amp;nbsp;of&amp;nbsp;AbstractActions.&amp;nbsp;Branches,&amp;nbsp;loops,&amp;nbsp;forks,&amp;nbsp;and&amp;nbsp;their&amp;nbsp;respective&amp;nbsp;bodies&amp;nbsp;have&amp;nbsp;to&amp;nbsp;be&amp;nbsp;made&amp;nbsp;explicit&amp;nbsp;in&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;using&amp;nbsp;nested&amp;nbsp;ResourceDemandingBehaviours."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="predecessor_AbstractAction" ordered="false" eType="#//seff_av_av/AbstractAction" eOpposite="#//seff_av_av/AbstractAction/successor_AbstractAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="successor_AbstractAction" ordered="false" eType="#//seff_av_av/AbstractAction" eOpposite="#//seff_av_av/AbstractAction/predecessor_AbstractAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemandingBehaviour_AbstractAction" ordered="false" eType="#//seff_av_av/ResourceDemandingBehaviour" eOpposite="#//seff_av_av/ResourceDemandingBehaviour/steps_Behaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceDemandingBehaviour" eSuperTypes="identifier_advice_advice.ecore#//Identifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Models the behaviour of a component service as a sequence of internal actions with resource demands, control flow constructs, and external&#xD;&#xA;calls. Therefore, the class contains a chain of AbstractActions. The emphasis in this type of behaviour is on the resource demands attached to internal actions, which mainly influence performance analysis.&#xD;&#xA;Each action in a ResourceDemandingBehaviour references a predecessor and a successor action. Exceptions are the first and last action, which do not reference a predecessor and a successor respectively. A behaviour is valid, if there is a continuous path from the first to last action, which includes all actions. The chain must not include cycles. To specify control flow branches, loops, or forks, component developers need to use special types of actions, which contain nested inner ResourceDemandingBehaviours to specify the behaviour inside branches or loop bodies. Any ResourceDemandingBehaviour can have at most one starting and one finishing action."/> </eAnnotations> <eOperations name="ExactlyOneStopAction" 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.steps_Behaviour->select(s|s.oclIsTypeOf(StopAction))->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="ExactlyOneStartAction" 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.steps_Behaviour->select(s|s.oclIsTypeOf(StartAction))->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="EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor" 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="not self.steps_Behaviour->select(s|not s.oclIsTypeOf(StartAction) and not s.oclIsTypeOf(StopAction))->exists(a|a.oclAsType(AbstractAction).predecessor_AbstractAction.oclIsUndefined()) and not self.steps_Behaviour->select(s|not s.oclIsTypeOf(StartAction) and not s.oclIsTypeOf(StopAction))->exists(a|a.oclAsType(AbstractAction).successor_AbstractAction.oclIsUndefined())"/> </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="abstractLoopAction_ResourceDemandingBehaviour" ordered="false" eType="#//seff_av_av/AbstractLoopAction" eOpposite="#//seff_av_av/AbstractLoopAction/bodyBehaviour_Loop"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractBranchTransition_ResourceDemandingBehaviour" ordered="false" eType="#//seff_av_av/AbstractBranchTransition" eOpposite="#//seff_av_av/AbstractBranchTransition/branchBehaviour_BranchTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="steps_Behaviour" ordered="false" upperBound="-1" eType="#//seff_av_av/AbstractAction" containment="true" eOpposite="#//seff_av_av/AbstractAction/resourceDemandingBehaviour_AbstractAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractLoopAction" eSuperTypes="#//seff_av_av/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Abstract parent class of any loop (e.g. LoopAction)&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyBehaviour_Loop" ordered="false" eType="#//seff_av_av/ResourceDemandingBehaviour" containment="true" eOpposite="#//seff_av_av/ResourceDemandingBehaviour/abstractLoopAction_ResourceDemandingBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractBranchTransition" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Two types of branch transitions exist which correspond to the two types of branches. The types cannot be mixed. Either all branch transitions of one BranchAction are probabilistic or guarded."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="branchAction_AbstractBranchTransition" ordered="false" eType="#//seff_av_av/BranchAction" eOpposite="#//seff_av_av/BranchAction/branches_Branch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branchBehaviour_BranchTransition" ordered="false" eType="#//seff_av_av/ResourceDemandingBehaviour" containment="true" eOpposite="#//seff_av_av/ResourceDemandingBehaviour/abstractBranchTransition_ResourceDemandingBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BranchAction" eSuperTypes="#//seff_av_av/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The BranchAction splits the RDSEFF control flow with an XOR-semantic, meaning that the control flow continues on exactly one of its attached AbstractBranchTransitions. The RDSEFF supports two different kinds of branch transitions, GuardedBranchTransitions, and ProbabilisticBranchTransitions. RDSEFFs do not allow to use both kinds of transitions on a single BranchAction. Analysis or simulation tools must select exactly one transition based on the included guard or probability, before continuing at a BranchAction."/> </eAnnotations> <eOperations name="EitherGuardedBranchesOrProbabilisiticBranchTransitions" 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.branches_Branch->forAll(bt|bt.oclIsTypeOf(ProbabilisticBranchTransition)) &#xD;&#xA;or self.branches_Branch->forAll(bt|bt.oclIsTypeOf(GuardedBranchTransition))"/> </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="AllProbabilisticBranchProbabilitiesMustSumUpTo1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.branches_Branch->forAll(oclIsTypeOf(ProbabilisticBranchTransition)) then &#xD;&#xA;&#x9;self.branches_Branch->select(pbt|pbt.oclIsTypeOf(ProbabilisticBranchTransition))->collect(pbt|pbt.oclAsType(ProbabilisticBranchTransition).branchProbability)->sum() > 0.9999 &#xD;&#xA;&#x9;and self.branches_Branch->select(pbt|pbt.oclIsTypeOf(ProbabilisticBranchTransition))->collect(pbt|pbt.oclAsType(ProbabilisticBranchTransition).branchProbability)->sum() &lt; 1.0001 &#xD;&#xA;&#x9;else true &#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="branches_Branch" ordered="false" upperBound="-1" eType="#//seff_av_av/AbstractBranchTransition" containment="true" eOpposite="#//seff_av_av/AbstractBranchTransition/branchAction_AbstractBranchTransition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generic class realising call relations between behaviours (e.g. method call)."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inputVariableUsages__CallAction" ordered="false" upperBound="-1" eType="#//parameter_av_av/VariableUsage" containment="true" eOpposite="#//parameter_av_av/VariableUsage/callAction__VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartAction" eSuperTypes="#//seff_av_av/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="StartActions initiate a scenario behaviour and contain only a successor."/> </eAnnotations> <eOperations name="StartActionPredecessorMustNotBeDefined" 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.predecessor_AbstractAction.oclIsUndefined()"/> </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> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceEffectSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Service Effect Specification Models the effect of invoking a specific service of a basic component. Therefore, it references a Signature from an Interface, for which the component takes a ProvidedRole, to identify the described service. This class is abstract and SEFFs for specific analysis purposes need to inherit from this class. A BasicComponent may have an arbitrary number of SEFFs. It can have multiple SEFFs of a different type for a single provided service. For example, one SEFF can express all external service calls with no particular order, while another one includes a restricted order, or still another one expresses resource demands of the service.&#xD;&#xA;While different SEFF types have been proposed, the only type currently included in the meta-model is the ResourceDemandingSEFF for performance prediction. Different types of SEFFs should not contradict each other if the languages are equally powerful. For example, the order of allowed external service calls should be the same for each SEFF type modelling sequences of such calls if the modelling languages have the same expressiveness. SEFFs are part of a component and not part of an interface, because they are implementation dependent. The SEFFs of a CompositeComponent are not represented in the meta-model and can be derived automatically by connecting the SEFFs of the encapsulated components of its nested AssemblyContexts. Different SEFFs of a single component access the same component parameter specifications. That means that parameter dependencies to the same component parameters in different SEFF types refer also to the same characterisations."/> </eAnnotations> <eOperations name="ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/uml2/1.1.0/GenModel"> <details key="body" value="if self.describedService__SEFF.oclIsKindOf(pcm::repository::OperationSignature) then&#xD;&#xA;&#x9;self.basicComponent_ServiceEffectSpecification.providedRoles_InterfaceProvidingEntity->exists(p | p.oclIsKindOf(pcm::repository::OperationProvidedRole) and (p.oclAsType(pcm::repository::OperationProvidedRole).providedInterface__OperationProvidedRole = self.describedService__SEFF.oclAsType(pcm::repository::OperationSignature).interface__OperationSignature))&#xD;&#xA;else&#xD;&#xA;&#x9;if self.describedService__SEFF.oclIsKindOf(pcm::repository::EventType) then&#xD;&#xA;&#x9;&#x9;self.basicComponent_ServiceEffectSpecification.providedRoles_InterfaceProvidingEntity->exists(p | p.oclIsKindOf(pcm::repository::SinkRole) and (p.oclAsType(pcm::repository::SinkRole).eventGroup__SinkRole = self.describedService__SEFF.oclAsType(pcm::repository::EventType).eventGroup__EventType))&#xD;&#xA;&#x9;else&#xD;&#xA;&#x9;&#x9;true&#xD;&#xA;&#x9;endif&#xD;&#xA;endif"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The chain of diagnostics to which problems are to be appended."/> </eAnnotations> </eParameters> <eParameters name="context"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The cache of context-specific information."/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seffTypeID" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="describedService__SEFF" ordered="false" eType="#//repository_av_av/Signature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="basicComponent_ServiceEffectSpecification" ordered="false" eType="#//repository_av_av/BasicComponent" eOpposite="#//repository_av_av/BasicComponent/serviceEffectSpecifications__BasicComponent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceDemandingSEFF" eSuperTypes="identifier_advice_advice.ecore#//Identifier #//seff_av_av/ServiceEffectSpecification #//seff_av_av/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A resource demanding service effect specification (RDSEFF) is a special type of SEFF designed for performance and reliability predictions. Besides dependencies between provided and required services of a component, it additionally includes notions of resource usage, data flow, and parametric dependencies for more accurate predictions. Its control flow is hierarchically structured and can be enhanced with transition probabilities on branches and numbers of iterations on loops.&#xD;&#xA;A ResourceDemandingSEFF is a ServiceEffectSpecification and a Resource-DemandingBehaviour at the same time inheriting from both classes. The reason for this construct lies in the fact, that ResourceDemandingBehaviours can be used recursively inside themselves to describe loop bodies or branched behaviours (explained later), and these inner behaviours should not be RDSEFFs themselves"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemandingInternalBehaviours" ordered="false" upperBound="-1" eType="#//seff_av_av/ResourceDemandingInternalBehaviour" containment="true" eOpposite="#//seff_av_av/ResourceDemandingInternalBehaviour/resourceDemandingSEFF_ResourceDemandingInternalBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceDemandingInternalBehaviour" eSuperTypes="#//seff_av_av/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Class representing component-internal behaviour not accessible from the component's interface. Comparable to internal method in object-oriented programming. This behaviour can be called from within a resource demanding behaviour using an InternalCallAction."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceDemandingSEFF_ResourceDemandingInternalBehaviour" ordered="false" eType="#//seff_av_av/ResourceDemandingSEFF" eOpposite="#//seff_av_av/ResourceDemandingSEFF/resourceDemandingInternalBehaviours"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReleaseAction" eSuperTypes="#//seff_av_av/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ReleaseAction increases the number of available item for the given passive resource type, before the current request&#xD;&#xA;can continue. It should be to execute by one of the other concurrent requests.&#xD;&#xA;Acquisition and release of passive resources happen instantaneously and do not consume any time except for waiting delays before actual acquisition. Resource locking may introduce deadlocks when simulating the model, however, for performance analysis with the PCM it is assumed that no deadlocks occur. Otherwise, the model first needs to be fixed accordingly before carrying out the performance prediction."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveResource_ReleaseAction" ordered="false" eType="#//repository_av_av/PassiveResource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopAction" eSuperTypes="#//seff_av_av/AbstractLoopAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Models the repeated execution of its inner ResourceDemandingBehaviour for the loop body. The number of repetitions is specified by a random variable evaluating to integer or an IntPMF. The number of iterations specified by the random variable always needs to be bounded, i.e., the probabilities in an IntPMF for iteration numbers above a certain threshold must be zero. Otherwise, it would be possible that certain requests do not terminate, which would complicate performance analyses. The stochastic expression defining the iteration random variable may include references to input or component parameters to model dependencies between the usage profile and the number of loop iterations. Notice, that loop actions should only be modelled if the loop body contains either external service calls or resource demands directed at special resources. Otherwise, control flow loops in component behaviour should be abstracted by subsuming them in InternalAction, which combine a number of instructions. The influence of different iterations length of such internal loops need to be reflected stochastically by the random variable specifying the ParametricResource-Demand of that InternalAction.&#xD;&#xA;Other than Markov chains, RDSEFFs do not specify control flow loops with an reentrance and exit probability on each iteration. Such a specification binds the number of loop iterations to a geometrical distribution, which reflects reality only in very seldom cases. But in many practical cases, the number of iterations is a constant, or the probability for higher iteration numbers is higher than for lower ones. This cannot be expressed directly via a Markov chain (also see [DG00]). &#xD;&#xA;Inside the ResourceDemandingBehaviour of LoopActions, it is assumed that random variables are stochastically independent. This is not true in reality, and for example leads to wrong predictions if the same random variable is used twice in succession inside a loop body. In this case, the second occurrence is stochastically dependent to the first occurrence, as the value does not change between two occurrences. Therefore, component developers should be aware of such inaccuracies when using random variables twice inside the body behaviour of a LoopAction."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="iterationCount_LoopAction" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/loopAction_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkAction" eSuperTypes="#//seff_av_av/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Fork Action Splits the RDSEFF control flow with an AND-semantic, meaning that it invokes several ForkedBehaviours concurrently. ForkActions&#xD;&#xA;allow both asynchronously and synchronously forked behaviours. Synchronously ForkedBehaviours execute concurrently and the control flow waits for each of these behaviours to terminate before continuing. Each ForkedBehaviour can be considered as a program thread. All parameter characterisations from the surrounding RDSEFF are also valid inside the ForkedBehaviours and can be used to parameterise resource demands or control flow constructs. The parameter characterisations are the same in each ForkedBehaviour. Component developers can use a SynchronisationPoint to join synchronously ForkedBehaviours and specify a result of the computations with its attached VariableUsages. Asynchronously ForkedBehaviours also execute concurrently, but the control flow does not wait for them to terminate and continues immediately after their invocation with the successor action of the ForkAction. Therefore, there is no need for a SynchronisationPoint in this case. It is furthermore not possible to refer to results or output parameters of asynchronously ForkedBehaviours in the rest of the RDSEFF, as it is unclear when these results will be available. The same Fork Action can contain asynchronous and synchronousForkedbehaviours at the same time. In that case, all forked behaviours are started. The control flow waits for all synchronous behaviours to finish execution and only then continues. "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="asynchronousForkedBehaviours_ForkAction" ordered="false" upperBound="-1" eType="#//seff_av_av/ForkedBehaviour" containment="true" eOpposite="#//seff_av_av/ForkedBehaviour/forkAction_ForkedBehaivour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisingBehaviours_ForkAction" ordered="false" eType="#//seff_av_av/SynchronisationPoint" containment="true" eOpposite="#//seff_av_av/SynchronisationPoint/forkAction_SynchronisationPoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForkedBehaviour" eSuperTypes="#//seff_av_av/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ForkedBehaviour can be considered as a program thread. All parameter characterisations from the surrounding RDSEFF are also valid inside the ForkedBehaviours and can be used to parameterise resource demands or control flow constructs. The parameter characterisations are the same in each ForkedBehaviour."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisationPoint_ForkedBehaviour" ordered="false" eType="#//seff_av_av/SynchronisationPoint" eOpposite="#//seff_av_av/SynchronisationPoint/synchronousForkedBehaviours_SynchronisationPoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forkAction_ForkedBehaivour" ordered="false" eType="#//seff_av_av/ForkAction" eOpposite="#//seff_av_av/ForkAction/asynchronousForkedBehaviours_ForkAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronisationPoint"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Component developers can use a SynchronisationPoint to join synchronously ForkedBehaviours and specify a result of the computations with its attached VariableUsages."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outputParameterUsage_SynchronisationPoint" ordered="false" upperBound="-1" eType="#//parameter_av_av/VariableUsage" containment="true" eOpposite="#//parameter_av_av/VariableUsage/synchronisationPoint_VariableUsage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="forkAction_SynchronisationPoint" ordered="false" eType="#//seff_av_av/ForkAction" eOpposite="#//seff_av_av/ForkAction/synchronisingBehaviours_ForkAction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronousForkedBehaviours_SynchronisationPoint" ordered="false" upperBound="-1" eType="#//seff_av_av/ForkedBehaviour" containment="true" eOpposite="#//seff_av_av/ForkedBehaviour/synchronisationPoint_ForkedBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExternalCallAction" eSuperTypes="#//seff_av_av/AbstractAction #//seff_av_av/CallReturnAction #//seff_av_av/seff_reliability_av_av/FailureHandlingEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ExternalCallAction&amp;nbsp;models&amp;nbsp;the&amp;nbsp;invocation&amp;nbsp;of&amp;nbsp;a&amp;nbsp;service&amp;nbsp;specified&amp;nbsp;in&amp;nbsp;a&amp;nbsp;required&amp;nbsp;interface.&amp;nbsp;Therefore,&amp;nbsp;it&amp;nbsp;references&amp;nbsp;a&amp;nbsp;Role,&amp;nbsp;from&amp;nbsp;which&amp;nbsp;the&amp;nbsp;providing&amp;nbsp;component&amp;nbsp;can&amp;nbsp;be&amp;nbsp;derived,&amp;nbsp;and&amp;nbsp;a&amp;nbsp;Signature&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;called&amp;nbsp;service.&amp;nbsp;ExternalCallActions&amp;nbsp;model&amp;nbsp;synchronous&amp;nbsp;calls&amp;nbsp;to&amp;nbsp;required&amp;nbsp;services,&amp;nbsp;i.e.,&amp;nbsp;the&amp;nbsp;caller&amp;nbsp;waits&amp;nbsp;until&amp;nbsp;the&amp;nbsp;called&amp;nbsp;service&amp;nbsp;finishes&amp;nbsp;execution&amp;nbsp;before&amp;nbsp;continuing&amp;nbsp;execution&amp;nbsp;itself.&amp;nbsp;The&amp;nbsp;PCM&amp;nbsp;allows&amp;nbsp;modelling&amp;nbsp;asynchronous&amp;nbsp;calls&amp;nbsp;to&amp;nbsp;required&amp;nbsp;services&amp;nbsp;by&amp;nbsp;using&amp;nbsp;an&amp;nbsp;ExternalCallAction&amp;nbsp;inside&amp;nbsp;a&amp;nbsp;ForkedBehaviour.&lt;br />&#xD;&#xA;ExternalCallActions&amp;nbsp;do&amp;nbsp;not&amp;nbsp;have&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;by&amp;nbsp;themselves.&amp;nbsp;Component&amp;nbsp;developers&amp;nbsp;need&amp;nbsp;to&amp;nbsp;specify&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand&amp;nbsp;of&amp;nbsp;the&amp;nbsp;called&amp;nbsp;service&amp;nbsp;in&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;of&amp;nbsp;that&amp;nbsp;service.&amp;nbsp;The&amp;nbsp;resource&amp;nbsp;demand&amp;nbsp;can&amp;nbsp;also&amp;nbsp;be&amp;nbsp;calculated&amp;nbsp;by&amp;nbsp;analysing&amp;nbsp;the&amp;nbsp;providing&amp;nbsp;component.&amp;nbsp;This&amp;nbsp;keeps&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;different&amp;nbsp;component&amp;nbsp;developers&amp;nbsp;independent&amp;nbsp;from&amp;nbsp;each&amp;nbsp;other&amp;nbsp;and&amp;nbsp;makes&amp;nbsp;them&amp;nbsp;replaceable&amp;nbsp;in&amp;nbsp;an&amp;nbsp;architectural&amp;nbsp;model.&lt;br />&#xD;&#xA;ExternalCallActions&amp;nbsp;may&amp;nbsp;contain&amp;nbsp;two&amp;nbsp;sets&amp;nbsp;of&amp;nbsp;VariableUsages&amp;nbsp;specifying&amp;nbsp;input&amp;nbsp;parameter&amp;nbsp;characterisations&amp;nbsp;and&amp;nbsp;output&amp;nbsp;parameter&amp;nbsp;characterisations&amp;nbsp;respectively.&amp;nbsp;VariableUsages&amp;nbsp;for&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;may&amp;nbsp;only&amp;nbsp;reference&amp;nbsp;IN&amp;nbsp;or&amp;nbsp;INOUT&amp;nbsp;parameters&amp;nbsp;of&amp;nbsp;the&amp;nbsp;call's&amp;nbsp;referenced&amp;nbsp;signature.&amp;nbsp;The&amp;nbsp;random&amp;nbsp;variable&amp;nbsp;characterisation&amp;nbsp;inside&amp;nbsp;such&amp;nbsp;a&amp;nbsp;VariableUsage&amp;nbsp;may&amp;nbsp;be&amp;nbsp;constants,&amp;nbsp;probability&amp;nbsp;distribution&amp;nbsp;functions,&amp;nbsp;or&amp;nbsp;include&amp;nbsp;a&amp;nbsp;stochastic&amp;nbsp;expression&amp;nbsp;involving&amp;nbsp;for&amp;nbsp;example&amp;nbsp;arithmetic&amp;nbsp;operations.&amp;nbsp;The&amp;nbsp;latter&amp;nbsp;models&amp;nbsp;a&amp;nbsp;dependency&amp;nbsp;between&amp;nbsp;the&amp;nbsp;current&amp;nbsp;service's&amp;nbsp;own&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;and&amp;nbsp;the&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;of&amp;nbsp;the&amp;nbsp;required&amp;nbsp;service."/> </eAnnotations> <eOperations name="SignatureBelongsToRole" 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.role_ExternalService.requiredInterface__OperationRequiredRole.signatures__OperationInterface->includes(self.calledService_ExternalService)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;pre id=&quot;comment_text_0&quot; class=&quot;bz_comment_text&quot;>&#xD;&#xA;check if the signature&#xD;&#xA;(declared in calledService_ExternalService attribute) belongs to the role&#xD;&#xA;(declared in role_ExternalService attribute)&#xD;&#xA;&lt;/pre>"/> </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="OperationRequiredRoleMustBeReferencedByContainer" 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.oclAsType(ecore::EObject)->closure(eContainer())->select( entity | entity.oclIsKindOf(pcm::core::entity::InterfaceRequiringEntity)).oclAsType(pcm::core::entity::InterfaceRequiringEntity).requiredRoles_InterfaceRequiringEntity->includes(self.role_ExternalService)"/> </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="calledService_ExternalService" ordered="false" eType="#//repository_av_av/OperationSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role_ExternalService" ordered="false" eType="#//repository_av_av/OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retryCount" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies&amp;nbsp;the&amp;nbsp;number of&amp;nbsp;retries this ExternalCallAction shoul be re-executed&amp;nbsp; in case of failure&#xD;&#xA;occurence."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallReturnAction" eSuperTypes="#//seff_av_av/CallAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generic class realising call relations between behaviours (e.g. method call) for calls with parameters send to the called signature and return values."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="returnVariableUsage__CallReturnAction" ordered="false" upperBound="-1" eType="#//parameter_av_av/VariableUsage" containment="true" eOpposite="#//parameter_av_av/VariableUsage/callReturnAction__VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProbabilisticBranchTransition" eSuperTypes="#//seff_av_av/AbstractBranchTransition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="a GuardedBranchTransition, this transition provides a link between a BranchAction and a nested ResourceDemandingBehaviour, which includes the actions executed inside the branch. But instead of using a guard, it specifies a branching probability without parameter dependencies. Analysis tools may directly use it to determine the transition where the control flow continues. The probabilities of all ProbabilisticBranchTransitions belonging to a single BranchAction must sum up to 1.0. &#xD;&#xA;Although a probabilistic choice at a branch usually does not happen in a computer program, ProbabilisticBranchTransitions provide a convenient way of modelling in case the actual parameter dependency is too hard to determine or too complex to integrate into a guard. It can also be useful for newly designed components, where the parameter dependency on the control flow guard is still be unknown. However, this construct potentially introduces inaccuracies into the performance model, because it does not reflect the influence of input parameters. Therefore, predictions based on this model can be misleading, if the used input parameters would result in different branching probabilities. The component developer cannot foresee this, when specifying the RDSEFF using ProbabilisticBranchTransitions."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="branchProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcquireAction" eSuperTypes="#//seff_av_av/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; In&amp;nbsp;an&amp;nbsp;RDSEFF,&amp;nbsp;component&amp;nbsp;developers&amp;nbsp;can&amp;nbsp;specify&amp;nbsp;an&amp;nbsp;AcquireAction,&amp;nbsp;which&amp;nbsp;references&amp;nbsp;a&amp;nbsp;passive&amp;nbsp;resource&amp;nbsp;types.&amp;nbsp;Once&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;execute&amp;nbsp;this&amp;nbsp;action,&amp;nbsp;they&amp;nbsp;decrease&amp;nbsp;the&amp;nbsp;amount&amp;nbsp;of&amp;nbsp;items&amp;nbsp;available&amp;nbsp;from&amp;nbsp;the&amp;nbsp;referenced&amp;nbsp;passive&amp;nbsp;resource&amp;nbsp;type&amp;nbsp;by&amp;nbsp;one,&amp;nbsp;if&amp;nbsp;at&amp;nbsp;least&amp;nbsp;one&amp;nbsp;item&amp;nbsp;is&amp;nbsp;available.&amp;nbsp;If&amp;nbsp;none&amp;nbsp;item&amp;nbsp;is&amp;nbsp;available,&amp;nbsp;because&amp;nbsp;other,&amp;nbsp;concurrently&amp;nbsp;executed&amp;nbsp;requests&amp;nbsp;have&amp;nbsp;acquired&amp;nbsp;all&amp;nbsp;of&amp;nbsp;them,&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;enqueue&amp;nbsp;the&amp;nbsp;current&amp;nbsp;request&amp;nbsp;(first-come-first-serve&amp;nbsp;scheduling&amp;nbsp;policy)&amp;nbsp;and&amp;nbsp;block&amp;nbsp;it's&amp;nbsp;further&amp;nbsp;execution.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Acquisition&amp;nbsp;and&amp;nbsp;release&amp;nbsp;of&amp;nbsp;passive&amp;nbsp;resources&amp;nbsp;happen&amp;nbsp;instantaneously&amp;nbsp;and&amp;nbsp;do&amp;nbsp;not&amp;nbsp;consume&amp;nbsp;any&amp;nbsp;time&amp;nbsp;except&amp;nbsp;for&amp;nbsp;waiting&amp;nbsp;delays&amp;nbsp;before&amp;nbsp;actual&amp;nbsp;acquisition.&amp;nbsp;Resource&amp;nbsp;locking&amp;nbsp;may&amp;nbsp;introduce&amp;nbsp;deadlocks&amp;nbsp;when&amp;nbsp;simulating&amp;nbsp;the&amp;nbsp;model,&amp;nbsp;however,&amp;nbsp;for&amp;nbsp;performance&amp;nbsp;analysis&amp;nbsp;with&amp;nbsp;the&amp;nbsp;PCM&amp;nbsp;it&amp;nbsp;is&amp;nbsp;assumed&amp;nbsp;that&amp;nbsp;no&amp;nbsp;deadlocks&amp;nbsp;occur.&amp;nbsp;Otherwise,&amp;nbsp;the&amp;nbsp;model&amp;nbsp;first&amp;nbsp;needs&amp;nbsp;to&amp;nbsp;be&amp;nbsp;fixed&amp;nbsp;accordingly&amp;nbsp;before&amp;nbsp;carrying&amp;nbsp;out&amp;nbsp;the&amp;nbsp;performance&amp;nbsp;prediction.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; A reliability-related extension is the timeout mechanism that may be associated to an AcquireAction through the&#xD;&#xA; &quot;timeout&quot; and &quot;timeoutValue&quot; attributes. See the documentation of the &quot;timeout&quot; attribute for further information.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="TimeoutValueOfAcquireActionMustNotBeNegative" 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.timeoutValue.oclAsType(Real) >= 0.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> <eStructuralFeatures xsi:type="ecore:EReference" name="passiveresource_AcquireAction" ordered="false" eType="#//repository_av_av/PassiveResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Indicates&amp;nbsp;if&amp;nbsp;the&amp;nbsp;AcquireAction&amp;nbsp;has&amp;nbsp;a&amp;nbsp;timeout.&amp;nbsp;If&amp;nbsp;yes, a simulation through&#xD;&#xA; SimuCom with the &quot;simulate failures&quot; option switched on will consider the timeout as follows:&#xD;&#xA; Any&amp;nbsp;acquiring&amp;nbsp;thread&amp;nbsp;waits&amp;nbsp;no&amp;nbsp;longer&amp;nbsp;than&amp;nbsp;the&amp;nbsp;duration&amp;nbsp;specified&amp;nbsp;in&#xD;&#xA; &quot;timeoutValue&quot;.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;maximum&amp;nbsp;waiting&amp;nbsp;time&amp;nbsp;is&amp;nbsp;reached,&amp;nbsp;the&amp;nbsp;thread&amp;nbsp;is&amp;nbsp;removed&amp;nbsp;from&amp;nbsp;the&amp;nbsp;waiting&amp;nbsp;queue&amp;nbsp;and&amp;nbsp;cancelled&amp;nbsp;by&amp;nbsp;a&#xD;&#xA; timeout&amp;nbsp;failure.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; The reliability Markov analysis does not consider AcquireAction timeouts.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; As&amp;nbsp;any&amp;nbsp;failure-on-demand&amp;nbsp;occurrence,&amp;nbsp;timeout&amp;nbsp;failures&amp;nbsp;can&amp;nbsp;be&amp;nbsp;handled&amp;nbsp;by&amp;nbsp;&quot;RecoveryBlockActions&quot;&amp;nbsp;at&amp;nbsp;any&amp;nbsp;higher&amp;nbsp;level&#xD;&#xA; in&amp;nbsp;the&amp;nbsp;caller&amp;nbsp;hierarchy. To achieve this, the modeller must specify a &quot;ResourceTimeoutFailureType&quot;&#xD;&#xA; pointing to the &quot;PassiveResource&quot; that the AcquireAction is related to. The specified &quot;ResourceTimeoutFailureType&quot; can&#xD;&#xA; then be added to the list of handled failure types of any &quot;RecoveryBlockAlternativeBehaviour&quot;.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Please notice the following limitation of the current implementation of timeout handling: Timeouts are only considered&#xD;&#xA; by SimuCom if the executing software component is allocated to a resource container with an operating system set to&#xD;&#xA; &quot;ABSTRACT&quot; (i.e. no specific OS schedulers are supported). The timeout handling implementation can be found in&#xD;&#xA; de.uka.ipd.sdq.simucomframework.resources.SimSimpleFairPassiveResource.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeoutValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Specifies a timeout value, in case the AcquireAction has a timeout (see the documentation of the &quot;timeout&quot; attribute&#xD;&#xA; for further information).&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionIteratorAction" eSuperTypes="#//seff_av_av/AbstractLoopAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Collection&amp;nbsp;Iterator&amp;nbsp;Action&amp;nbsp;Models&amp;nbsp;the&amp;nbsp;repeated&amp;nbsp;execution&amp;nbsp;of&amp;nbsp;its&amp;nbsp;inner&amp;nbsp;ResourceDemandingBehaviour&amp;nbsp;for&amp;nbsp;each&amp;nbsp;element&amp;nbsp;of&amp;nbsp;a&amp;nbsp;collection&amp;nbsp;data&amp;nbsp;type.&amp;nbsp;Therefore&amp;nbsp;it&amp;nbsp;contains&amp;nbsp;a&amp;nbsp;reference&amp;nbsp;to&amp;nbsp;an&amp;nbsp;input&amp;nbsp;parameter&amp;nbsp;of&amp;nbsp;the&amp;nbsp;service's&amp;nbsp;signature,&amp;nbsp;which&amp;nbsp;must&amp;nbsp;be&amp;nbsp;of&amp;nbsp;type&amp;nbsp;CollectionDataType.&amp;nbsp;The&amp;nbsp;NUMBER&amp;nbsp;OF&amp;nbsp;ELEMENTS&amp;nbsp;must&amp;nbsp;be&amp;nbsp;specified&amp;nbsp;from&amp;nbsp;the&amp;nbsp;outside&amp;nbsp;of&amp;nbsp;the&amp;nbsp;component,&amp;nbsp;either&amp;nbsp;by&amp;nbsp;another&amp;nbsp;RDSEFF&amp;nbsp;or&amp;nbsp;by&amp;nbsp;an&amp;nbsp;usage&amp;nbsp;model&amp;nbsp;calling&amp;nbsp;this&amp;nbsp;service.&amp;nbsp;It&amp;nbsp;can&amp;nbsp;be&amp;nbsp;of&amp;nbsp;type&amp;nbsp;integer&amp;nbsp;or&amp;nbsp;IntPMF.&amp;nbsp;Besides&amp;nbsp;the&amp;nbsp;source&amp;nbsp;of&amp;nbsp;the&amp;nbsp;number&amp;nbsp;of&amp;nbsp;iterations,&amp;nbsp;CollectionIteratorActions&amp;nbsp;differ&amp;nbsp;from&amp;nbsp;LoopAction&amp;nbsp;only&amp;nbsp;in&amp;nbsp;their&amp;nbsp;allowed&amp;nbsp;stochastic&amp;nbsp;dependence&amp;nbsp;of&amp;nbsp;random&amp;nbsp;variables&amp;nbsp;inside&amp;nbsp;the&amp;nbsp;loop&amp;nbsp;body's&amp;nbsp;ResourceDemandingBehaviour.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;same&amp;nbsp;random&amp;nbsp;variable&amp;nbsp;occurs&amp;nbsp;twice&amp;nbsp;in&amp;nbsp;such&amp;nbsp;a&amp;nbsp;loop&amp;nbsp;body,&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;must&amp;nbsp;evaluate&amp;nbsp;the&amp;nbsp;second&amp;nbsp;occurrence&amp;nbsp;in&amp;nbsp;stochastic&amp;nbsp;dependence&amp;nbsp;to&amp;nbsp;the&amp;nbsp;first&amp;nbsp;occurrence.&amp;nbsp;This&amp;nbsp;complicates&amp;nbsp;the&amp;nbsp;involved&amp;nbsp;calculation&amp;nbsp;and&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;the&amp;nbsp;intractability&amp;nbsp;of&amp;nbsp;the&amp;nbsp;model,&amp;nbsp;therefore&amp;nbsp;component&amp;nbsp;developers&amp;nbsp;should&amp;nbsp;use&amp;nbsp;CollectionIteratorActions&amp;nbsp;with&amp;nbsp;care&amp;nbsp;and&amp;nbsp;only&amp;nbsp;include&amp;nbsp;them&amp;nbsp;if&amp;nbsp;they&amp;nbsp;expect&amp;nbsp;that&amp;nbsp;the&amp;nbsp;prediction&amp;nbsp;results&amp;nbsp;would&amp;nbsp;be&amp;nbsp;vastly&amp;nbsp;inaccurate&amp;nbsp;without&amp;nbsp;it."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter_CollectionIteratorAction" ordered="false" eType="#//repository_av_av/Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GuardedBranchTransition" eSuperTypes="#//seff_av_av/AbstractBranchTransition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Guarded&amp;nbsp;Branch&amp;nbsp;Transition&amp;nbsp;Provides&amp;nbsp;a&amp;nbsp;link&amp;nbsp;between&amp;nbsp;a&amp;nbsp;BranchAction&amp;nbsp;and&amp;nbsp;a&amp;nbsp;nested&amp;nbsp;ResourceDemandingBehaviour,&amp;nbsp;which&amp;nbsp;includes&amp;nbsp;the&amp;nbsp;actions&amp;nbsp;executed&amp;nbsp;inside&amp;nbsp;the&amp;nbsp;branch.&amp;nbsp;It&amp;nbsp;uses&amp;nbsp;a&amp;nbsp;guard,&amp;nbsp;i.e.&amp;nbsp;a&amp;nbsp;boolean&amp;nbsp;expression&amp;nbsp;specified&amp;nbsp;by&amp;nbsp;a&amp;nbsp;RandomVariable,&amp;nbsp;to&amp;nbsp;determine&amp;nbsp;whether&amp;nbsp;the&amp;nbsp;transition&amp;nbsp;is&amp;nbsp;chosen.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;guard&amp;nbsp;evaluates&amp;nbsp;to&amp;nbsp;true,&amp;nbsp;the&amp;nbsp;branch&amp;nbsp;is&amp;nbsp;chosen,&amp;nbsp;otherwise&amp;nbsp;if&amp;nbsp;the&amp;nbsp;guard&amp;nbsp;evaluates&amp;nbsp;to&amp;nbsp;false&amp;nbsp;another&amp;nbsp;branch&amp;nbsp;transition&amp;nbsp;must&amp;nbsp;be&amp;nbsp;chosen.&lt;br />&#xD;&#xA;The&amp;nbsp;guard&amp;nbsp;may&amp;nbsp;contain&amp;nbsp;references&amp;nbsp;to&amp;nbsp;the&amp;nbsp;service's&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;or&amp;nbsp;component&amp;nbsp;parameters.&amp;nbsp;A&amp;nbsp;component&amp;nbsp;developer&amp;nbsp;can&amp;nbsp;specify&amp;nbsp;complex&amp;nbsp;boolean&amp;nbsp;expressions&amp;nbsp;by&amp;nbsp;using&amp;nbsp;the&amp;nbsp;AND,&amp;nbsp;OR,&amp;nbsp;and&amp;nbsp;NOT&amp;nbsp;operations&amp;nbsp;provided&amp;nbsp;by&amp;nbsp;the&amp;nbsp;StoEx&amp;nbsp;framework.&amp;nbsp;As&amp;nbsp;the&amp;nbsp;domain&amp;nbsp;expert&amp;nbsp;may&amp;nbsp;have&amp;nbsp;characterised&amp;nbsp;the&amp;nbsp;parameters&amp;nbsp;used&amp;nbsp;in&amp;nbsp;a&amp;nbsp;guard&amp;nbsp;with&amp;nbsp;probability&amp;nbsp;distributions,&amp;nbsp;it&amp;nbsp;might&amp;nbsp;happen&amp;nbsp;that&amp;nbsp;a&amp;nbsp;guard&amp;nbsp;does&amp;nbsp;not&amp;nbsp;evaluate&amp;nbsp;to&amp;nbsp;true&amp;nbsp;or&amp;nbsp;false&amp;nbsp;with&amp;nbsp;a&amp;nbsp;probability&amp;nbsp;of&amp;nbsp;1.0.&amp;nbsp;For&amp;nbsp;example,&amp;nbsp;the&amp;nbsp;specification&amp;nbsp;can&amp;nbsp;express&amp;nbsp;that&amp;nbsp;a&amp;nbsp;guard&amp;nbsp;evaluates&amp;nbsp;to&amp;nbsp;true&amp;nbsp;with&amp;nbsp;a&amp;nbsp;probability&amp;nbsp;of&amp;nbsp;0.3,&amp;nbsp;and&amp;nbsp;to&amp;nbsp;false&amp;nbsp;with&amp;nbsp;a&amp;nbsp;probability&amp;nbsp;of&amp;nbsp;0.7.&amp;nbsp;In&amp;nbsp;any&amp;nbsp;case,&amp;nbsp;the&amp;nbsp;probabilities&amp;nbsp;of&amp;nbsp;the&amp;nbsp;individual&amp;nbsp;guards&amp;nbsp;attached&amp;nbsp;to&amp;nbsp;all&amp;nbsp;GuardedBranchTransitions&amp;nbsp;contained&amp;nbsp;in&amp;nbsp;a&amp;nbsp;BranchAction&amp;nbsp;must&amp;nbsp;sum&amp;nbsp;up&amp;nbsp;to&amp;nbsp;1.0.&lt;br />&#xD;&#xA;There&amp;nbsp;is&amp;nbsp;no&amp;nbsp;predefined&amp;nbsp;order&amp;nbsp;in&amp;nbsp;evaluating&amp;nbsp;the&amp;nbsp;guards&amp;nbsp;attached&amp;nbsp;to&amp;nbsp;a&amp;nbsp;BranchAction.&amp;nbsp;This&amp;nbsp;differs&amp;nbsp;from&amp;nbsp;programming&amp;nbsp;languages&amp;nbsp;such&amp;nbsp;as&amp;nbsp;C&amp;nbsp;or&amp;nbsp;Java,&amp;nbsp;where&amp;nbsp;the&amp;nbsp;conditions&amp;nbsp;on&amp;nbsp;if/then/else&amp;nbsp;statements&amp;nbsp;are&amp;nbsp;evaluated&amp;nbsp;in&amp;nbsp;the&amp;nbsp;order&amp;nbsp;of&amp;nbsp;their&amp;nbsp;appearance&amp;nbsp;in&amp;nbsp;the&amp;nbsp;code.&amp;nbsp;Such&amp;nbsp;programming&amp;nbsp;languages&amp;nbsp;allow&amp;nbsp;overlapping&amp;nbsp;branching&amp;nbsp;conditions&amp;nbsp;(for&amp;nbsp;example,&amp;nbsp;if&amp;nbsp;(X&amp;lt;10)&amp;nbsp;//...&amp;nbsp;else&amp;nbsp;if&amp;nbsp;(X&amp;lt;20)&amp;nbsp;//&amp;nbsp;...),&amp;nbsp;which&amp;nbsp;are&amp;nbsp;not&amp;nbsp;allowed&amp;nbsp;for&amp;nbsp;the&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;GuardedBranchTransitions,&amp;nbsp;because&amp;nbsp;the&amp;nbsp;missing&amp;nbsp;order&amp;nbsp;specification&amp;nbsp;would&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;ambiguous&amp;nbsp;boolean&amp;nbsp;expressions&amp;nbsp;and&amp;nbsp;enable&amp;nbsp;more&amp;nbsp;than&amp;nbsp;one&amp;nbsp;guard&amp;nbsp;to&amp;nbsp;become&amp;nbsp;true.&amp;nbsp;If&amp;nbsp;X&amp;nbsp;would&amp;nbsp;have&amp;nbsp;the&amp;nbsp;value&amp;nbsp;5,&amp;nbsp;both&amp;nbsp;conditions&amp;nbsp;would&amp;nbsp;evaluate&amp;nbsp;to&amp;nbsp;true&amp;nbsp;if&amp;nbsp;they&amp;nbsp;would&amp;nbsp;be&amp;nbsp;used&amp;nbsp;directly&amp;nbsp;as&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;GuardedBranchTransitions.&amp;nbsp;The&amp;nbsp;correct&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;the&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;this&amp;nbsp;case&amp;nbsp;would&amp;nbsp;be&amp;nbsp;X.VALUE&amp;nbsp;10&amp;nbsp;and&amp;nbsp;X.VALUE&amp;nbsp;10&amp;nbsp;AND&amp;nbsp;X.VALUE&amp;nbsp;20.&amp;nbsp;Guards&amp;nbsp;might&amp;nbsp;lead&amp;nbsp;to&amp;nbsp;stochastic&amp;nbsp;dependencies&amp;nbsp;when&amp;nbsp;evaluating&amp;nbsp;variable&amp;nbsp;characterisations&amp;nbsp;inside&amp;nbsp;a&amp;nbsp;branched&amp;nbsp;behaviour.&amp;nbsp;For&amp;nbsp;example,&amp;nbsp;if&amp;nbsp;the&amp;nbsp;guard&amp;nbsp;X.VALUE&amp;nbsp;&amp;nbsp;&amp;nbsp;10&amp;nbsp;had&amp;nbsp;formerly&amp;nbsp;evaluated&amp;nbsp;to&amp;nbsp;true,&amp;nbsp;and&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;uses&amp;nbsp;X.VALUE&amp;nbsp;inside&amp;nbsp;the&amp;nbsp;branched&amp;nbsp;behaviour,&amp;nbsp;the&amp;nbsp;sample&amp;nbsp;space&amp;nbsp;of&amp;nbsp;the&amp;nbsp;random&amp;nbsp;variable&amp;nbsp;specifying&amp;nbsp;the&amp;nbsp;characterisation&amp;nbsp;must&amp;nbsp;be&amp;nbsp;restricted,&amp;nbsp;as&amp;nbsp;the&amp;nbsp;event&amp;nbsp;that&amp;nbsp;X&amp;nbsp;takes&amp;nbsp;a&amp;nbsp;values&amp;nbsp;greater&amp;nbsp;than&amp;nbsp;10&amp;nbsp;cannot&amp;nbsp;occur&amp;nbsp;anymore.&amp;nbsp;Therefore&amp;nbsp;its&amp;nbsp;probability&amp;nbsp;is&amp;nbsp;zero.&amp;nbsp;Any&amp;nbsp;variable&amp;nbsp;characterisation&amp;nbsp;always&amp;nbsp;needs&amp;nbsp;to&amp;nbsp;be&amp;nbsp;evaluated&amp;nbsp;under&amp;nbsp;the&amp;nbsp;condition&amp;nbsp;that&amp;nbsp;all&amp;nbsp;guards&amp;nbsp;in&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;scenario’s&amp;nbsp;path&amp;nbsp;to&amp;nbsp;it&amp;nbsp;have&amp;nbsp;evaluated&amp;nbsp;to&amp;nbsp;true."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="branchCondition_GuardedBranchTransition" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/guardedBranchTransition_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetVariableAction" eSuperTypes="#//seff_av_av/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Set Variable Action Assigns a variable characterisation to an OUT parameter, INOUT parameter, or return value of the service. It ensures that performance-relevant output parameter characterisations of a component service are specified to use them to parameterise the calling RDSEFF. A SetVariableAction must only use output parameters on the left hand side of the assignment and must not use input parameter or local variable&#xD;&#xA;names, because input parameters cannot be returned and local names should not be exposed to adhere the black box principle. The action is only intended to allow proper data flow modelling (i.e., output parameter passing) between different component services, but not to reveal additional internals of the service the current RDSEFF models. Thus, the assigned characterisation is not accessible in subsequent actions of the current RDSEFF. Notice, that the stochastic expression used in this assignment must characterise the result of the whole computation of the current service. For non-trivial components, this requires a substantial stochastic approximation based on manual abstraction. However, recall that not the actual result of a component service needs to be specified, but only its performance-relevant attributes. For example, to model the return value of a component service compressing a file, using its file size divided by the compression factor as the stochastic expression is usually sufficient, while the value of the compressed file is not of interest in a performance model.&#xD;&#xA;Multiple SetVariableActions assigning to the same output parameter might occur at different locations of the control flow in an RDSEFF. In the case of sequences, loops, and fork, the last assignment overwrites the former assignments and gets transferred back to the calling RDSEFF. Therefore, analysis tools may ignore the former assignments. In the case of using a SetVariableAction in two different branches of a BranchAction, only the assignment in the chosen branch is valid and gets transferred back to the caller."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariableUsages_SetVariableAction" ordered="false" upperBound="-1" eType="#//parameter_av_av/VariableUsage" containment="true" eOpposite="#//parameter_av_av/VariableUsage/setVariableAction_VariableUsage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalCallAction" eSuperTypes="#//seff_av_av/CallAction #//seff_av_av/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A &quot;SubSEFF&quot;-Action: Realises an internal method call within a SEFF."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="calledResourceDemandingInternalBehaviour" ordered="false" eType="#//seff_av_av/ResourceDemandingInternalBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmitEventAction" eSuperTypes="#//seff_av_av/AbstractAction #//seff_av_av/CallAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="EmitEventAction specifies when a component emits an event during its processing. To enable the specification of the EventType characteristics, the EmitEventAction extends the CallAction. The EmitEventAction defines which type of events are emited, their characteristics and the SourceRole that triggered. Each EmitEventAction is limited to one type of events. To support multiple types of events, multiple EmitEventActions have to be used."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eventType__EmitEventAction" ordered="false" eType="#//repository_av_av/EventType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceRole__EmitEventAction" ordered="false" eType="#//repository_av_av/SourceRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InternalAction" eSuperTypes="#//seff_av_av/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Internal Action Combines the execution of a number of internal computations by a component service in a single model entity. It models calculations inside a component service, which do not include calls to required services. For a desired high abstraction level, an RDSEFF has only one InternalAction for all instructions between two calls to required services. A high abstraction level is needed to keep the model tractable for mathematical analysis methods. However, in principle it is also possible to use multiple InternalActions in direct succession to model on a lower abstraction level and enable more accurate predictions.&#xD;&#xA;InternalActions provide an abstraction from the complete behaviour (i.e., control and data flow) of a component service, as they can hide different possible control and data flows not affecting external service calls and express their resource demands as a single stochastic expression. This abstraction underlies the assumption that the resource demands of a number of instruction can be captured sufficiently accurate enough in one such expression"/> </eAnnotations> <eOperations name="MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed" 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.internalFailureOccurrenceDescriptions__InternalAction->forAll(x:pcm::reliability::InternalFailureOccurrenceDescription,y:pcm::reliability::InternalFailureOccurrenceDescription | x&lt;>y implies x.softwareInducedFailureType__InternalFailureOccurrenceDescription &lt;> y.softwareInducedFailureType__InternalFailureOccurrenceDescription )&#xD;&#xA;"/> </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="SumOfInternalActionFailureProbabilitiesMustNotExceed1" 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.internalFailureOccurrenceDescriptions__InternalAction.failureProbability.oclAsType(Real)->sum()&lt;=1.0&#xD;&#xA;"/> </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="internalFailureOccurrenceDescriptions__InternalAction" ordered="false" upperBound="-1" eType="#//reliability_av_av/InternalFailureOccurrenceDescription" containment="true" eOpposite="#//reliability_av_av/InternalFailureOccurrenceDescription/internalAction__InternalFailureOccurrenceDescription"/> </eClassifiers> <eSubpackages name="seff_performance_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Performance/5.0_advice_advice" nsPrefix="seff_performance_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package capturing performance aspects of an RDSEFF"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="InfrastructureCall" eSuperTypes="#//seff_av_av/CallAction"> <eOperations name="SignatureMustBelongToUsedRequiredRole" 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="signature__InfrastructureCall.infrastructureInterface__InfrastructureSignature = requiredRole__InfrastructureCall.requiredInterface__InfrastructureRequiredRole"/> </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="ReferencedRequiredRoleMustBeRequiredByComponent" 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.oclAsType(ecore::EObject)->closure(eContainer())->select( entity | entity.oclIsKindOf(pcm::core::entity::InterfaceRequiringEntity)).oclAsType(pcm::core::entity::InterfaceRequiringEntity).requiredRoles_InterfaceRequiringEntity->includes(self.requiredRole__InfrastructureCall)"/> </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="SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction" 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.action__InfrastructureCall.infrastructureCall__Action->select(call | call.requiredRole__InfrastructureCall = self.requiredRole__InfrastructureCall and call.signature__InfrastructureCall=self.signature__InfrastructureCall)->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> <eStructuralFeatures xsi:type="ecore:EReference" name="signature__InfrastructureCall" ordered="false" eType="#//repository_av_av/InfrastructureSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numberOfCalls__InfrastructureCall" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/infrastructureCall__PCMRandomVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action__InfrastructureCall" ordered="false" eType="#//seff_av_av/AbstractInternalControlFlowAction" eOpposite="#//seff_av_av/AbstractInternalControlFlowAction/infrastructureCall__Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredRole__InfrastructureCall" ordered="false" eType="#//repository_av_av/InfrastructureRequiredRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceCall" eSuperTypes="#//seff_av_av/CallAction"> <eOperations name="ResourceSignatureBelongsToResourceRequiredRole" 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.resourceRequiredRole__ResourceCall.requiredResourceInterface__ResourceRequiredRole.resourceSignatures__ResourceInterface->includes(self.signature__ResourceCall)"/> </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="ResourceRequiredRoleMustBeReferencedByComponent" 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.oclAsType(ecore::EObject)->closure(eContainer())->select( entity | entity.oclIsKindOf(pcm::core::entity::ResourceInterfaceRequiringEntity)).oclAsType(pcm::core::entity::ResourceInterfaceRequiringEntity).resourceRequiredRoles__ResourceInterfaceRequiringEntity->includes(self.resourceRequiredRole__ResourceCall)"/> </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="SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction" 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.action__ResourceCall.resourceCall__Action->select(call | call.resourceRequiredRole__ResourceCall=self.resourceRequiredRole__ResourceCall and call.signature__ResourceCall=self.signature__ResourceCall)->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> <eStructuralFeatures xsi:type="ecore:EReference" name="action__ResourceCall" ordered="false" eType="#//seff_av_av/AbstractInternalControlFlowAction" eOpposite="#//seff_av_av/AbstractInternalControlFlowAction/resourceCall__Action"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRequiredRole__ResourceCall" ordered="false" eType="#//core_av_av/entity_av_av/ResourceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="signature__ResourceCall" ordered="false" eType="#//resourcetype_av_av/ResourceSignature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numberOfCalls__ResourceCall" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/resourceCall__PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParametricResourceDemand"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="TODO&amp;nbsp;(Überarbeitung&amp;nbsp;durch&amp;nbsp;MH)&lt;br />&#xD;&#xA;Parametric&amp;nbsp;Resource&amp;nbsp;Demand&amp;nbsp;Specifies&amp;nbsp;the&amp;nbsp;amount&amp;nbsp;of&amp;nbsp;processing&amp;nbsp;requested&amp;nbsp;from&amp;nbsp;a&amp;nbsp;certain&amp;nbsp;type&amp;nbsp;of&amp;nbsp;resource&amp;nbsp;in&amp;nbsp;a&amp;nbsp;parametrised&amp;nbsp;way.&amp;nbsp;It&amp;nbsp;assigns&amp;nbsp;the&amp;nbsp;demand&amp;nbsp;specified&amp;nbsp;as&amp;nbsp;a&amp;nbsp;Random-Variable&amp;nbsp;to&amp;nbsp;an&amp;nbsp;abstract&amp;nbsp;ProcessingResourceType&amp;nbsp;(e.g.,&amp;nbsp;CPU,&amp;nbsp;hard&amp;nbsp;disk)&amp;nbsp;instead&amp;nbsp;of&amp;nbsp;a&amp;nbsp;concrete&amp;nbsp;ProcessingResourceSpecification&amp;nbsp;(e.g.,&amp;nbsp;5&amp;nbsp;Ghz&amp;nbsp;CPU,&amp;nbsp;20&amp;nbsp;MByte/s&amp;nbsp;hard&amp;nbsp;disk).&amp;nbsp;This&amp;nbsp;keeps&amp;nbsp;the&amp;nbsp;RDSEFF&amp;nbsp;independent&amp;nbsp;from&amp;nbsp;a&amp;nbsp;specific&amp;nbsp;resource&amp;nbsp;environment,&amp;nbsp;and&amp;nbsp;makes&amp;nbsp;the&amp;nbsp;concrete&amp;nbsp;resources&amp;nbsp;replaceable&amp;nbsp;to&amp;nbsp;answer&amp;nbsp;sizing&amp;nbsp;questions.&lt;br />&#xD;&#xA;The&amp;nbsp;demand's&amp;nbsp;unit&amp;nbsp;is&amp;nbsp;equal&amp;nbsp;for&amp;nbsp;all&amp;nbsp;ProcessingResourceSpecifications&amp;nbsp;referencing&lt;br />&#xD;&#xA;the&amp;nbsp;same&amp;nbsp;ProcessingResourceType.&amp;nbsp;It&amp;nbsp;can&amp;nbsp;for&amp;nbsp;example&amp;nbsp;be&amp;nbsp;&quot;WorkUnits&quot;&lt;br />&#xD;&#xA;for&amp;nbsp;CPUs&amp;nbsp;[Smi02]&amp;nbsp;or&amp;nbsp;&quot;BytesRead&quot;&amp;nbsp;for&amp;nbsp;hard&amp;nbsp;disks.&amp;nbsp;Each&amp;nbsp;ProcessingResource-&lt;br />&#xD;&#xA;Specification&amp;nbsp;contains&amp;nbsp;a&amp;nbsp;processing&amp;nbsp;rate&amp;nbsp;for&amp;nbsp;demands&amp;nbsp;(e.g.,&amp;nbsp;1000&amp;nbsp;WorkUnits/s,&amp;nbsp;20&lt;br />&#xD;&#xA;MB/s),&amp;nbsp;which&amp;nbsp;analysis&amp;nbsp;tools&amp;nbsp;use&amp;nbsp;to&amp;nbsp;compute&amp;nbsp;an&amp;nbsp;actual&amp;nbsp;timing&amp;nbsp;value&amp;nbsp;in&amp;nbsp;seconds.&amp;nbsp;They&lt;br />&#xD;&#xA;use&amp;nbsp;this&amp;nbsp;timing&amp;nbsp;value&amp;nbsp;for&amp;nbsp;example&amp;nbsp;as&amp;nbsp;the&amp;nbsp;service&amp;nbsp;demand&amp;nbsp;on&amp;nbsp;a&amp;nbsp;service&amp;nbsp;center&amp;nbsp;in&amp;nbsp;a&amp;nbsp;queueing&lt;br />&#xD;&#xA;network&amp;nbsp;or&amp;nbsp;the&amp;nbsp;firing&amp;nbsp;delay&amp;nbsp;of&amp;nbsp;a&amp;nbsp;transition&amp;nbsp;in&amp;nbsp;a&amp;nbsp;Petri&amp;nbsp;net.&amp;nbsp;As&amp;nbsp;multiple&amp;nbsp;component&amp;nbsp;services&lt;br />&#xD;&#xA;might&amp;nbsp;request&amp;nbsp;processing&amp;nbsp;on&amp;nbsp;the&amp;nbsp;same&amp;nbsp;resource,&amp;nbsp;these&amp;nbsp;analytical&amp;nbsp;or&amp;nbsp;simulation&amp;nbsp;models&lt;br />&#xD;&#xA;allow&amp;nbsp;determining&amp;nbsp;the&amp;nbsp;waiting&amp;nbsp;delay&amp;nbsp;induced&amp;nbsp;by&amp;nbsp;this&amp;nbsp;contention&amp;nbsp;effect.&lt;br />&#xD;&#xA;Besides&amp;nbsp;this&amp;nbsp;parameterisation&amp;nbsp;over&amp;nbsp;different&amp;nbsp;resource&amp;nbsp;environments,&amp;nbsp;Parametric-&lt;br />&#xD;&#xA;ResourceDemands&amp;nbsp;also&amp;nbsp;parameterise&amp;nbsp;over&amp;nbsp;the&amp;nbsp;usage&amp;nbsp;profile.&amp;nbsp;For&amp;nbsp;this,&amp;nbsp;the&amp;nbsp;stochastic&amp;nbsp;expression&lt;br />&#xD;&#xA;specifying&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand&amp;nbsp;can&amp;nbsp;contain&amp;nbsp;references&amp;nbsp;to&amp;nbsp;the&amp;nbsp;service's&amp;nbsp;input&lt;br />&#xD;&#xA;parameters&amp;nbsp;or&amp;nbsp;the&amp;nbsp;component&amp;nbsp;parameters.&amp;nbsp;Upon&amp;nbsp;evaluating&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand,&amp;nbsp;analysis&lt;br />&#xD;&#xA;tools&amp;nbsp;use&amp;nbsp;the&amp;nbsp;current&amp;nbsp;characterisation&amp;nbsp;of&amp;nbsp;the&amp;nbsp;referenced&amp;nbsp;input&amp;nbsp;or&amp;nbsp;component&amp;nbsp;parameter&lt;br />&#xD;&#xA;and&amp;nbsp;substitute&amp;nbsp;the&amp;nbsp;reference&amp;nbsp;with&amp;nbsp;this&amp;nbsp;characterisation&amp;nbsp;in&amp;nbsp;the&amp;nbsp;stochastic&amp;nbsp;expression.&lt;br />&#xD;&#xA;Solving&amp;nbsp;the&amp;nbsp;stochastic&amp;nbsp;expression,&amp;nbsp;which&amp;nbsp;can&amp;nbsp;be&amp;nbsp;a&amp;nbsp;function&amp;nbsp;involving&amp;nbsp;arithmetic&amp;nbsp;operators&lt;br />&#xD;&#xA;(Chapter&amp;nbsp;3.3.6),&amp;nbsp;then&amp;nbsp;yields&amp;nbsp;a&amp;nbsp;constant&amp;nbsp;or&amp;nbsp;probability&amp;nbsp;function&amp;nbsp;for&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;demand.&lt;br />&#xD;&#xA;As&amp;nbsp;an&amp;nbsp;example&amp;nbsp;for&amp;nbsp;solving&amp;nbsp;the&amp;nbsp;parameterisation&amp;nbsp;over&amp;nbsp;resource&amp;nbsp;environment&amp;nbsp;and&amp;nbsp;usage&lt;br />&#xD;&#xA;profile,&amp;nbsp;consider&amp;nbsp;an&amp;nbsp;RDSEFF&amp;nbsp;for&amp;nbsp;a&amp;nbsp;service&amp;nbsp;implementing&amp;nbsp;the&amp;nbsp;bubblesort&amp;nbsp;algorithm.&amp;nbsp;It&lt;br />&#xD;&#xA;might&amp;nbsp;include&amp;nbsp;a&amp;nbsp;CPU&amp;nbsp;demand&amp;nbsp;specification&amp;nbsp;of&amp;nbsp;n22000WorkUnits&amp;nbsp;derived&amp;nbsp;from&amp;nbsp;complexity&lt;br />&#xD;&#xA;theory&amp;nbsp;(n2)&amp;nbsp;and&amp;nbsp;empirical&amp;nbsp;measurements&amp;nbsp;(2000).&amp;nbsp;In&amp;nbsp;this&amp;nbsp;case&amp;nbsp;n&amp;nbsp;refers&amp;nbsp;to&amp;nbsp;the&amp;nbsp;length&amp;nbsp;of&lt;br />&#xD;&#xA;the&amp;nbsp;list&amp;nbsp;the&amp;nbsp;algorithm&amp;nbsp;shall&amp;nbsp;sort,&amp;nbsp;which&amp;nbsp;is&amp;nbsp;an&amp;nbsp;input&amp;nbsp;parameter&amp;nbsp;of&amp;nbsp;the&amp;nbsp;service.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;current&lt;br />&#xD;&#xA;characterisation&amp;nbsp;of&amp;nbsp;the&amp;nbsp;list's&amp;nbsp;length&amp;nbsp;is&amp;nbsp;100&amp;nbsp;(as&amp;nbsp;the&amp;nbsp;modelled&amp;nbsp;usage&amp;nbsp;profile),&amp;nbsp;analysis&amp;nbsp;tools&lt;br />&#xD;&#xA;derive&amp;nbsp;1002&amp;nbsp;&amp;nbsp;2000&amp;nbsp;&amp;nbsp;12000&amp;nbsp;WorkUnits&amp;nbsp;from&amp;nbsp;the&amp;nbsp;specification,&amp;nbsp;thus&amp;nbsp;resolving&amp;nbsp;the&amp;nbsp;usage&lt;br />&#xD;&#xA;profile&amp;nbsp;dependency.&amp;nbsp;If&amp;nbsp;the&amp;nbsp;CPU&amp;nbsp;ProcessingResourceSpecification&amp;nbsp;the&amp;nbsp;service's&lt;br />&#xD;&#xA;126&lt;br />&#xD;&#xA;4.3.&amp;nbsp;Resource&amp;nbsp;Demanding&amp;nbsp;Service&amp;nbsp;Effect&amp;nbsp;Specification&lt;br />&#xD;&#xA;component&amp;nbsp;is&amp;nbsp;allocated&amp;nbsp;on&amp;nbsp;then&amp;nbsp;contains&amp;nbsp;a&amp;nbsp;processing&amp;nbsp;rate&amp;nbsp;of&amp;nbsp;10000WorkUnits/s,&amp;nbsp;analysis&lt;br />&#xD;&#xA;tools&amp;nbsp;derive&amp;nbsp;an&amp;nbsp;execution&amp;nbsp;time&amp;nbsp;of&amp;nbsp;12000&amp;nbsp;WorkUnits&amp;nbsp;{10000&amp;nbsp;WorkUnits/s&amp;nbsp;=&amp;nbsp;1:2&amp;nbsp;s&amp;nbsp;from&amp;nbsp;the&lt;br />&#xD;&#xA;specification,&amp;nbsp;thus&amp;nbsp;resolving&amp;nbsp;the&amp;nbsp;resource&amp;nbsp;environment&amp;nbsp;dependency.&lt;br />&#xD;&#xA;The&amp;nbsp;stochastic&amp;nbsp;expression&amp;nbsp;for&amp;nbsp;a&amp;nbsp;ParametricResourceDemand&amp;nbsp;depends&amp;nbsp;on&amp;nbsp;the&amp;nbsp;implementation&lt;br />&#xD;&#xA;of&amp;nbsp;the&amp;nbsp;service.&amp;nbsp;Component&amp;nbsp;developers&amp;nbsp;can&amp;nbsp;specify&amp;nbsp;it&amp;nbsp;using&amp;nbsp;complexity&amp;nbsp;theory,&lt;br />&#xD;&#xA;estimations,&amp;nbsp;or&amp;nbsp;measurements.&amp;nbsp;However,&amp;nbsp;how&amp;nbsp;to&amp;nbsp;get&amp;nbsp;data&amp;nbsp;to&amp;nbsp;define&amp;nbsp;such&amp;nbsp;expressions&lt;br />&#xD;&#xA;accurately&amp;nbsp;is&amp;nbsp;beyond&amp;nbsp;of&amp;nbsp;the&amp;nbsp;scope&amp;nbsp;of&amp;nbsp;this&amp;nbsp;thesis.&amp;nbsp;Woodside&amp;nbsp;et&amp;nbsp;al.&amp;nbsp;[WVCB01]&amp;nbsp;and&amp;nbsp;Krogmann&lt;br />&#xD;&#xA;[Kro07]&amp;nbsp;present&amp;nbsp;approaches&amp;nbsp;for&amp;nbsp;measuring&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;in&amp;nbsp;dependency&amp;nbsp;to&amp;nbsp;input&amp;nbsp;parameters.&lt;br />&#xD;&#xA;Meyerhoefer&amp;nbsp;et&amp;nbsp;al.&amp;nbsp;[ML05]&amp;nbsp;and&amp;nbsp;Kuperberg&amp;nbsp;et&amp;nbsp;al.&amp;nbsp;[KB07]&amp;nbsp;propose&amp;nbsp;methods&amp;nbsp;to&lt;br />&#xD;&#xA;establish&amp;nbsp;resource&amp;nbsp;demands&amp;nbsp;independent&amp;nbsp;from&amp;nbsp;concrete&amp;nbsp;resources.&amp;nbsp;For&amp;nbsp;the&amp;nbsp;scope&amp;nbsp;of&amp;nbsp;this&lt;br />&#xD;&#xA;thesis,&amp;nbsp;it&amp;nbsp;is&amp;nbsp;assumed&amp;nbsp;that&amp;nbsp;these&amp;nbsp;methods&amp;nbsp;have&amp;nbsp;been&amp;nbsp;applied&amp;nbsp;and&amp;nbsp;an&amp;nbsp;accurate&amp;nbsp;specification&lt;br />&#xD;&#xA;of&amp;nbsp;the&amp;nbsp;ParametricResourceDemand&amp;nbsp;is&amp;nbsp;available."/> </eAnnotations> <eOperations name="DemandedProcessingResourceMustBeUniqueWithinAbstractInternalControlFlowAction" 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.action_ParametricResourceDemand.resourceDemand_Action->select(prd | prd.requiredResource_ParametricResourceDemand=self.requiredResource_ParametricResourceDemand)->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> <eStructuralFeatures xsi:type="ecore:EReference" name="specification_ParametericResourceDemand" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/parametricResourceDemand_PCMRandomVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredResource_ParametricResourceDemand" ordered="false" eType="#//resourcetype_av_av/ProcessingResourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action_ParametricResourceDemand" ordered="false" eType="#//seff_av_av/AbstractInternalControlFlowAction" eOpposite="#//seff_av_av/AbstractInternalControlFlowAction/resourceDemand_Action"/> </eClassifiers> </eSubpackages> <eSubpackages name="seff_reliability_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Reliability/5.0_advice_advice" nsPrefix="seff_reliability_av_av"> <eClassifiers xsi:type="ecore:EClass" name="RecoveryActionBehaviour" eSuperTypes="#//seff_av_av/seff_reliability_av_av/FailureHandlingEntity #//seff_av_av/ResourceDemandingBehaviour"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Recovery block alternative haviours represent alternatives of recovery blocks. They are resource demanding behaviours,&#xD;&#xA; thus any behaviour can be defined as an alternative.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; The alternatives of a recovery block form a chain. They are failure handling entities, i.e.&amp;nbsp;they can handle&#xD;&#xA; failures that occur in previous alternatives. If one alternative fails, the next alternative is executed that can&#xD;&#xA; handle the failure type.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eOperations name="RecoveryActionBehaviourHasOnlyOnePredecessor" 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="not self.recoveryAction__RecoveryActionBehaviour.recoveryActionBehaviours__RecoveryAction->&#xD;&#xA;&#x9;exists(x,y:RecoveryActionBehaviour | x&lt;>y&#xD;&#xA;&#x9;&#x9;and x.failureHandlingAlternatives__RecoveryActionBehaviour->includes(self)&#xD;&#xA;&#x9;&#x9;and y.failureHandlingAlternatives__RecoveryActionBehaviour->includes(self))"/> </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="RecoveryActionBehaviourIsNotSuccessorOfItself" 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="not self.failureHandlingAlternatives__RecoveryActionBehaviour->includes(self)"/> </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="SuccessorsOfRecoveryActionBehaviourHandleDisjointFailureTypes" 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="not self.failureHandlingAlternatives__RecoveryActionBehaviour->&#xD;&#xA;&#x9;exists(x,y:RecoveryActionBehaviour | x&lt;>y and&#xD;&#xA;&#x9;x.failureTypes_FailureHandlingEntity->&#xD;&#xA;&#x9;&#x9;exists(f:pcm::reliability::FailureType |&#xD;&#xA;&#x9;&#x9;y.failureTypes_FailureHandlingEntity->includes(f)))"/> </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="failureHandlingAlternatives__RecoveryActionBehaviour" ordered="false" upperBound="-1" eType="#//seff_av_av/seff_reliability_av_av/RecoveryActionBehaviour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recoveryAction__RecoveryActionBehaviour" ordered="false" eType="#//seff_av_av/seff_reliability_av_av/RecoveryAction" eOpposite="#//seff_av_av/seff_reliability_av_av/RecoveryAction/recoveryActionBehaviours__RecoveryAction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecoveryAction" eSuperTypes="#//seff_av_av/AbstractInternalControlFlowAction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Recover block actions are a generic failure handling technique. A recovery block consists of a a primary algorithm and one&#xD;&#xA;or more alternatives that can be used in case of failure. If the primary algorithm fails, the next alternative is chosen.&#xD;&#xA;Here the alternatives also support failure types. Alternatives may specify which kind of failures they can handle."/> </eAnnotations> <eOperations name="PrimaryBehaviourOfRecoveryActionMustBeSet" 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.primaryBehaviour__RecoveryAction &lt;> null"/> </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="primaryBehaviour__RecoveryAction" ordered="false" eType="#//seff_av_av/seff_reliability_av_av/RecoveryActionBehaviour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recoveryActionBehaviours__RecoveryAction" ordered="false" upperBound="-1" eType="#//seff_av_av/seff_reliability_av_av/RecoveryActionBehaviour" containment="true" eOpposite="#//seff_av_av/seff_reliability_av_av/RecoveryActionBehaviour/recoveryAction__RecoveryActionBehaviour"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureHandlingEntity" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Failure handling entities are any program constructs that can handle failures. Instances of failure handling entities&#xD;&#xA; specify any number of failure types that can be handled.&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="failureTypes_FailureHandlingEntity" ordered="false" upperBound="-1" eType="#//reliability_av_av/FailureType"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="qosannotations_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/5.0_advice_advice" nsPrefix="qosannotations_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This package contains elements to specify fixed QoS attributes of system-external services."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedQoSAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; SpecifiedQoSAnnotations&amp;nbsp;(as&amp;nbsp;an&amp;nbsp;abstract&amp;nbsp;class)&amp;nbsp;associate&amp;nbsp;specified&amp;nbsp;(see&amp;nbsp;QoSAnnotation)&amp;nbsp;QoS&amp;nbsp;properties&amp;nbsp;to&amp;nbsp;services&amp;nbsp;of&amp;nbsp;components.&amp;nbsp;A&amp;nbsp;service&amp;nbsp;is&amp;nbsp;thereby&amp;nbsp;determined&amp;nbsp;by&amp;nbsp;a&amp;nbsp;Signature&amp;nbsp;and&amp;nbsp;a&amp;nbsp;Role&amp;nbsp;(i.e.,&amp;nbsp;an&amp;nbsp;interface&amp;nbsp;bound&amp;nbsp;to&amp;nbsp;a&amp;nbsp;component).&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="signature_SpecifiedQoSAnnation" ordered="false" eType="#//repository_av_av/Signature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role_SpecifiedQoSAnnotation" ordered="false" eType="#//repository_av_av/Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qosAnnotations_SpecifiedQoSAnnotation" ordered="false" eType="#//qosannotations_av_av/QoSAnnotations" eOpposite="#//qosannotations_av_av/QoSAnnotations/specifiedQoSAnnotations_QoSAnnotations"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QoSAnnotations" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="QoSAnnotations allow software architects and performance analysts to annotate Quality of Service (QoS) attributes to services (i.e., signatures of an interface). It is important to note that these annotations are specified and not derived. Usually the PCM uses the internal specification of a components behaviour (i.e., its RD-SEFFs) to determine its QoS. However, in a mixed top down and bottom up approach as favoured by the PCM, software architects have to combine components whose internals are not yet known with fully specified components. QoSAnnotations provide a first perforamnce (or reliability) abstraction of the services offered by a component using the SpecifiedQoSAnnotation. They furthermore define the output parameters of the services without describing its internal behviour.&#xD;&#xA;&#xD;&#xA;Notes:&#xD;&#xA;- Should the association of QoSAnnotations to services not be in the class QoSAnnotation instead of SpecifiedQoSAnnotation and SpecifiedOutputParameterAbstraction separately?"/> </eAnnotations> <eOperations name="MultipleReliabilityAnnotationsPerExternalCallNotAllowed" 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.specifiedQoSAnnotations_QoSAnnotations->select(oclIsTypeOf(pcm::qosannotations::qos_reliability::SpecifiedReliabilityAnnotation))->forAll( x, y | ( x&lt;>y ) implies ( ( x.role_SpecifiedQoSAnnotation &lt;> y.role_SpecifiedQoSAnnotation ) or ( x.signature_SpecifiedQoSAnnation &lt;> y.signature_SpecifiedQoSAnnation ) ) )"/> </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="specifiedOutputParameterAbstractions_QoSAnnotations" ordered="false" upperBound="-1" eType="#//qosannotations_av_av/SpecifiedOutputParameterAbstraction" containment="true" eOpposite="#//qosannotations_av_av/SpecifiedOutputParameterAbstraction/qosAnnotations_SpecifiedOutputParameterAbstraction"/> <eStructuralFeatures xsi:type="ecore:EReference" name="system_QoSAnnotations" ordered="false" eType="#//system_av_av/System" eOpposite="#//system_av_av/System/qosAnnotations_System"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specifiedQoSAnnotations_QoSAnnotations" ordered="false" upperBound="-1" eType="#//qosannotations_av_av/SpecifiedQoSAnnotation" containment="true" eOpposite="#//qosannotations_av_av/SpecifiedQoSAnnotation/qosAnnotations_SpecifiedQoSAnnotation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedOutputParameterAbstraction"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="To specify the output parameters of a service (without associated RD-SEFF), software architects can associate a SpecifiedOutputParameterAbstraction to services (signature + role). SpecifiedOutputParameterAbstractions assign a single VariableUsage to that service that determines the output parameters in depency of its input parameters. Software architects can use stochastic expressions (package StoEx) to define the dependencies.&#xD;&#xA;&#xD;&#xA;Note:&#xD;&#xA;- Is it actually possible to define the output in dependency on the input parameters?&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="signature_SpecifiedOutputParameterAbstraction" ordered="false" eType="#//repository_av_av/Signature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role_SpecifiedOutputParameterAbstraction" ordered="false" eType="#//repository_av_av/Role"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expectedExternalOutputs_SpecifiedOutputParameterAbstraction" ordered="false" upperBound="-1" eType="#//parameter_av_av/VariableUsage" containment="true" eOpposite="#//parameter_av_av/VariableUsage/specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qosAnnotations_SpecifiedOutputParameterAbstraction" ordered="false" eType="#//qosannotations_av_av/QoSAnnotations" eOpposite="#//qosannotations_av_av/QoSAnnotations/specifiedOutputParameterAbstractions_QoSAnnotations"/> </eClassifiers> <eSubpackages name="qos_performance_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Performance/5.0_advice_advice" nsPrefix="_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Performance aspects of QoS annotations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SystemSpecifiedExecutionTime" eSuperTypes="#//qosannotations_av_av/qos_performance_av_av/SpecifiedExecutionTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The SystemSpecifiedExecutionTime allows software architect and performance analysts to specify the response time (distribution) of services called at the system boundaries. This allows abstracting from the system externals and restricts the focus to the software architecture under consideration.&#xD;&#xA;&#xD;&#xA;Note:&#xD;&#xA;- That's the starting point for Performance-Kennlinien I guess..."/> </eAnnotations> <eOperations name="SystemSpecifiedExecutionTimeMustReferenceRequiredRoleOfASystem" 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.role_SpecifiedQoSAnnotation.oclIsTypeOf(pcm::repository::OperationRequiredRole)) and (self.role_SpecifiedQoSAnnotation.oclAsType(pcm::repository::OperationRequiredRole).requiringEntity_RequiredRole.oclIsTypeOf(pcm::system::System))&#xD;&#xA;"/> </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> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedExecutionTime" eSuperTypes="#//qosannotations_av_av/SpecifiedQoSAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Specifies an execution time&#xD;&#xA; in&amp;nbsp;terms&amp;nbsp;of&amp;nbsp;a&amp;nbsp;PCMRandomVariable&amp;nbsp;which&amp;nbsp;may&amp;nbsp;depend&amp;nbsp;on&amp;nbsp;component&amp;nbsp;or&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;of&amp;nbsp;the&#xD;&#xA; referenced&amp;nbsp;service.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; Notes:&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; -&amp;nbsp;Is&amp;nbsp;it&amp;nbsp;correct&amp;nbsp;that&amp;nbsp;the&amp;nbsp;PCMRandomvariable&amp;nbsp;can&amp;nbsp;depend&amp;nbsp;on&amp;nbsp;parameters?&lt;br />&#xD;&#xA; -&amp;nbsp;How&amp;nbsp;is&amp;nbsp;the&amp;nbsp;relation&amp;nbsp;of&amp;nbsp;the&amp;nbsp;specified&amp;nbsp;QoS&amp;nbsp;to&amp;nbsp;the&amp;nbsp;input&amp;nbsp;parameters&amp;nbsp;established?&lt;br />&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="specification_SpecifiedExecutionTime" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/specifiedExecutionTime_PCMRandomVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComponentSpecifiedExecutionTime" eSuperTypes="#//qosannotations_av_av/qos_performance_av_av/SpecifiedExecutionTime"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ComponentSpecifiedExecutionTime allows software architects (and performance analysts) to specify the response time of a service (signature + role) of a component. However, the response time is not given for the considered component in general, but the component in a specific context (i.e., in a specific hardware environment with specific external components connected) determined by the AssemblyContext. This allows software architects to include Provided- and CompleteComponentTypes into their software architecuture that still miss a description of their internals. Even though the internals are missing, performance predictions are still possible.&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;Note:&#xD;&#xA;- Is it actually the response time or total service demand specified here? -> I guess it should be response time. Otherwise, we would require also an assignment to resources.&#xD;&#xA;- I guess it's necessary to replace the association to the AssemblyContext by an association to an AllocationContext, since the Response time is heavily determined by the underlying hardware...&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_ComponentSpecifiedExecutionTime" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> </eClassifiers> </eSubpackages> <eSubpackages name="qos_reliability_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Reliability/5.0_advice_advice" nsPrefix="_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Reliability&amp;nbsp;aspects&amp;nbsp;of&amp;nbsp;QoS&amp;nbsp;annotations."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SpecifiedReliabilityAnnotation" eSuperTypes="#//qosannotations_av_av/SpecifiedQoSAnnotation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SpecifiedFailureProbability of a service resembles its &quot;Probability of Failure on Demand&quot; (POFOD). Whenever the service is called, this values states the probability that it returns successfully. For reliability prediction, the PCMRandomVariable specified in its superclass SpecifiedQoSAnnotation must evaluate to a real number between 0 and 1.&#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> <eOperations name="SpecifiedReliabilityAnnotationMustReferenceRequiredRoleOfASystem" 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.role_SpecifiedQoSAnnotation.oclIsTypeOf(pcm::repository::OperationRequiredRole)) and (self.role_SpecifiedQoSAnnotation.oclAsType(pcm::repository::OperationRequiredRole).requiringEntity_RequiredRole.oclIsTypeOf(pcm::system::System))&#xD;&#xA;&#xD;&#xA;&#xD;&#xA;"/> </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="SumOfReliabilityAnnotationFailureProbabilitiesMustNotExceed1" 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.externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation.failureProbability.oclAsType(Real)->sum()&lt;=1.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="MultipleExternalOccurrenceDescriptionsPerFailureTypeNotAllowed" 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.externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation->forAll(x:pcm::reliability::ExternalFailureOccurrenceDescription,y:pcm::reliability::ExternalFailureOccurrenceDescription | x&lt;>y implies x.failureType__ExternalFailureOccurrenceDescription &lt;> y.failureType__ExternalFailureOccurrenceDescription )"/> </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="externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation" ordered="false" upperBound="-1" eType="#//reliability_av_av/ExternalFailureOccurrenceDescription" containment="true" eOpposite="#//reliability_av_av/ExternalFailureOccurrenceDescription/specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="system_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/System/5.0_advice_advice" nsPrefix="system_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The system package holds only the System meta class. A system is the most high-level and out-most compositional entity of the PCM. It defines the boundaries of a modelled application. Only systems (more precisely provided services of a system) can be accessed from usage profile. Systems also can carry QoS-Annotations, a special means to express fixed QoS properties of services that are required at the system boundary."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="System" eSuperTypes="#//core_av_av/entity_av_av/Entity #//core_av_av/entity_av_av/ComposedProvidingRequiringEntity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A System is the out-most entity of a PCM's assembly of components. It captures the modeling decision to which extend a system under investigation is modelled within the PCM.&#xD;&#xA;A System is not composable (part of another composition) because it has QoS annotations which are only allowed in the &quot;outer&quot; composition thing. And a UsageModel must only access ProvidedRoles of a System and not of inner components.&#xD;&#xA;The System is inheriting from ComposedProvidingRequiringEntity to have a unique means for expressing the inner composition of an entity (here: System). Also it allows using the same editor etc. being applied to ComposedProvidingRequiringEntity and thus also being useful for System.&#xD;&#xA;&#xD;&#xA;A system consists of an assembly and is itself referenced by an allocation (only a System can be allocated). The first specifies how the components are connected with other components, the latter specifies how the components and connectors are mapped to the resource environment (hardware and middleware). From a structural point of view, Systems can be seen as special kind of CompositeComponents. Systems are not supposed to be reused as components are. The are assumed to be coupled by using special techniques for system integration.&#xD;&#xA;&#xD;&#xA;A System has provided and required roles like a composite component. Only a system's provided role can be accessed from the usage profile. Only a system's required roles can have QOS annotations.&#xD;&#xA;&#xD;&#xA;Like SubSystems, Systems are white-box entities for the Software Architect and also for the System Deployer. Thus, a System Deployer can and must allocate inner components of a System individually."/> </eAnnotations> <eOperations name="SystemMustHaveAtLeastOneProvidedRole" 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="not self.providedRoles_InterfaceProvidingEntity->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="qosAnnotations_System" ordered="false" upperBound="-1" eType="#//qosannotations_av_av/QoSAnnotations" containment="true" eOpposite="#//qosannotations_av_av/QoSAnnotations/system_QoSAnnotations"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="QoS Annotations allow for specifing fixed (non-parameterised) QoS properties at the system boundary level for required services. For example, for a required service it can be specified that its response time is fixed &quot;3 ms&quot;. See the QoS Annotations package for more details."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="resourceenvironment_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/ResourceEnvironment/5.0_advice_advice" nsPrefix="resourceenvironment_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package of entities representing the execution environment of a component based software system"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ResourceEnvironment" eSuperTypes="#//core_av_av/entity_av_av/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; Repository element of&amp;nbsp;the resource environment&#xD;&#xA;&lt;/p>"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linkingResources__ResourceEnvironment" ordered="false" upperBound="-1" eType="#//resourceenvironment_av_av/LinkingResource" containment="true" eOpposite="#//resourceenvironment_av_av/LinkingResource/resourceEnvironment_LinkingResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceContainer_ResourceEnvironment" ordered="false" upperBound="-1" eType="#//resourceenvironment_av_av/ResourceContainer" containment="true" eOpposite="#//resourceenvironment_av_av/ResourceContainer/resourceEnvironment_ResourceContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkingResource" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Model&amp;nbsp;element&amp;nbsp;representing&amp;nbsp;communication&amp;nbsp;links&amp;nbsp;like&amp;nbsp;LAN,&amp;nbsp;WAN,&amp;nbsp;WiFi&amp;nbsp;etc."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedResourceContainers_LinkingResource" ordered="false" upperBound="-1" eType="#//resourceenvironment_av_av/ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceSpecifications_LinkingResource" ordered="false" eType="#//resourceenvironment_av_av/CommunicationLinkResourceSpecification" containment="true" eOpposite="#//resourceenvironment_av_av/CommunicationLinkResourceSpecification/linkingResource_CommunicationLinkResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceEnvironment_LinkingResource" ordered="false" eType="#//resourceenvironment_av_av/ResourceEnvironment" eOpposite="#//resourceenvironment_av_av/ResourceEnvironment/linkingResources__ResourceEnvironment"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceContainer" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UML-like&amp;nbsp;container&amp;nbsp;of&amp;nbsp;a&amp;nbsp;number&amp;nbsp;of&amp;nbsp;processing&amp;nbsp;resources (e.g. hardware server)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="activeResourceSpecifications_ResourceContainer" ordered="false" upperBound="-1" eType="#//resourceenvironment_av_av/ProcessingResourceSpecification" containment="true" eOpposite="#//resourceenvironment_av_av/ProcessingResourceSpecification/resourceContainer_ProcessingResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceEnvironment_ResourceContainer" ordered="false" eType="#//resourceenvironment_av_av/ResourceEnvironment" eOpposite="#//resourceenvironment_av_av/ResourceEnvironment/resourceContainer_ResourceEnvironment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedResourceContainers__ResourceContainer" ordered="false" upperBound="-1" eType="#//resourceenvironment_av_av/ResourceContainer" containment="true" eOpposite="#//resourceenvironment_av_av/ResourceContainer/parentResourceContainer__ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentResourceContainer__ResourceContainer" ordered="false" eType="#//resourceenvironment_av_av/ResourceContainer" eOpposite="#//resourceenvironment_av_av/ResourceContainer/nestedResourceContainers__ResourceContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessingResourceSpecification" eSuperTypes="identifier_advice_advice.ecore#//Identifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Performance specification of processing resources (e.g. processing rate, scheduling policy)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MTTR" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Mean Time To Repair (MTTR) of a physical resource is the expected timespan from breakdown of this physical resource to its repair or replacement."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MTTF" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Mean Time To Failure (MTTF) of a physical resource is the expected timespan from the start of its usage until breakdown."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredByContainer" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>&#xD;&#xA; This attribute controls the handling of the resource&amp;nbsp;by the&amp;nbsp;reliability prediction.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; If set to TRUE, the unavailability of the resource automatically leads to the unavailability of the surrounding&#xD;&#xA; resource container. Every attempt to execute a SEFF on an unavailable resource container leads to a corresponding&#xD;&#xA; resource failure.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; If set to FALSE, the unavailability of the resource does not make the container unavailable. An attempt to execute a&#xD;&#xA; SEFF on a container with an unavailable resource leads to a resource failure ONLY IF the SEFF contains an&#xD;&#xA; InternalAction that accesses&amp;nbsp;the resource.&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="schedulingPolicy" ordered="false" eType="#//resourcetype_av_av/SchedulingPolicy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activeResourceType_ActiveResourceSpecification" ordered="false" eType="#//resourcetype_av_av/ProcessingResourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processingRate_ProcessingResourceSpecification" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/processingResourceSpecification_processingRate_PCMRandomVariable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfReplicas" ordered="false" lowerBound="1" 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="&lt;p>&#xD;&#xA; Specifies the actual number of processors of the processing resource.&#xD;&#xA;&lt;/p>&#xD;&#xA;&lt;p>&#xD;&#xA; In terms of the queueing theory, the number of processors corresponds to the number of servers&amp;nbsp;of a service&#xD;&#xA; center. Thus, the attribute allows to specify a&amp;nbsp;multi-server queue, i.e., one queue with multiple servers.&lt;br />&#xD;&#xA;&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceContainer_ProcessingResourceSpecification" ordered="false" eType="#//resourceenvironment_av_av/ResourceContainer" eOpposite="#//resourceenvironment_av_av/ResourceContainer/activeResourceSpecifications_ResourceContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationLinkResourceSpecification" eSuperTypes="identifier_advice_advice.ecore#//Identifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Throughput and performance specification of linking resources"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="linkingResource_CommunicationLinkResourceSpecification" ordered="false" eType="#//resourceenvironment_av_av/LinkingResource" eOpposite="#//resourceenvironment_av_av/LinkingResource/communicationLinkResourceSpecifications_LinkingResource"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="failureProbability" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the probability that a service call over this communication link fails. The failure could be due to message loss or overload, for example."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="communicationLinkResourceType_CommunicationLinkResourceSpecification" ordered="false" eType="#//resourcetype_av_av/CommunicationLinkResourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="latency_CommunicationLinkResourceSpecification" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/communicationLinkResourceSpecification_latency_PCMRandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the latency of this linking resource in the simulated time unit. The latency is the time that a message on this linking resource takes to receive the receiver. In synchronous communication (call and return), the latency is added twice to the duration, once for the call and once for the response. "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="throughput_CommunicationLinkResourceSpecification" ordered="false" eType="#//core_av_av/PCMRandomVariable" containment="true" eOpposite="#//core_av_av/PCMRandomVariable/communicationLinkResourceSpecifcation_throughput_PCMRandomVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the maximum throughput of this linking resource in byte per simulated time unit. "/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="allocation_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/Allocation/5.0_advice_advice" nsPrefix="allocation_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All PCM entities related to model allocation"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AllocationContext" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Mapping between AssemblyContext and Resource. Sometimes referred to as &quot;Deployment&quot;."/> </eAnnotations> <eOperations name="OneAssemblyContextOrOneEventChannelShouldBeReferred" 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="not(self.assemblyContext_AllocationContext.oclIsUndefined()) xor not(self.eventChannel__AllocationContext.oclIsUndefined())"/> </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="resourceContainer_AllocationContext" ordered="false" eType="#//resourceenvironment_av_av/ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assemblyContext_AllocationContext" ordered="false" eType="#//core_av_av/composition_av_av/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocation_AllocationContext" ordered="false" eType="#//allocation_av_av/Allocation" eOpposite="#//allocation_av_av/Allocation/allocationContexts_Allocation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eventChannel__AllocationContext" ordered="false" eType="#//core_av_av/composition_av_av/EventChannel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Allocation" eSuperTypes="#//core_av_av/entity_av_av/Entity"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The allocation repository holding all available allocation contexts of a model."/> </eAnnotations> <eOperations name="EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce" 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="-- Get all AssemblyContexts used by this system, that is &#xD;&#xA;-- 1) the AssemblyContexts directly used in the system and &#xD;&#xA;self.system_Allocation.assemblyContexts__ComposedStructure&#xD;&#xA;-- 2) the AssemblyContexts used by SubSystems in the System. Note that if a SubSystem also contains other Subsystems,&#xD;&#xA;-- we need to get those AssemblyContexts too: Thus, we use a closure here&#xD;&#xA;->union(self.system_Allocation.assemblyContexts__ComposedStructure->closure(&#xD;&#xA;encapsulatedComponent__AssemblyContext->select(composites|composites.oclIsTypeOf(pcm::subsystem::SubSystem)).oclAsType(pcm::subsystem::SubSystem)&#xD;&#xA;.assemblyContexts__ComposedStructure))&#xD;&#xA;--Now, after we collected all AssemblyContexts somehow used, we check whether they need to be allocated &#xD;&#xA;--and if yes, if they are allocated.&#xD;&#xA;->forAll(assemblyCtx|&#xD;&#xA;--AssemblyContexts that contain SubSystems do not need to be allocated&#xD;&#xA;assemblyCtx.encapsulatedComponent__AssemblyContext.oclIsTypeOf(pcm::subsystem::SubSystem) or&#xD;&#xA;--All others need to be allocated. &#xD;&#xA;self.allocationContexts_Allocation->select(allocationCtx|&#xD;&#xA;allocationCtx.assemblyContext_AllocationContext = assemblyCtx)->size() = 1)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each Assembly of BasicComponents and CompositeComponents used in the referenced System must be allocated. &#xD;&#xA;&#xD;&#xA;Things are complicated by the introduction of SubSystems. Here, the Assembly of the SubSystem itself does not have to be allocated. If it is not allocated, all BasicComponents and CompositeComponents contained in this SubSystem (also transitively over several nested and not-allocated SubSystems) need to be allocated. &#xD;&#xA;&#xD;&#xA;The constraint is realised wth a closure over the AssemblyContext contained in a ComposedStructure. "/> </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="CommunicatingServersHaveToBeConnectedByLinkingResource" 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.allocationContexts_Allocation->forAll(a | self.allocationContexts_Allocation->forAll(b | &#xD;&#xA; --- if a and b are not on the same server&#xD;&#xA; (a.resourceContainer_AllocationContext &lt;> b.resourceContainer_AllocationContext &#xD;&#xA; and&#xD;&#xA; -- and if the assembly contexts of a and b are connected&#xD;&#xA; self.system_Allocation.connectors__ComposedStructure->select(conn | conn.oclIsTypeOf(pcm::core::composition::AssemblyConnector)).oclAsType(pcm::core::composition::AssemblyConnector)->exists(conn | &#xD;&#xA; (conn.providingAssemblyContext_AssemblyConnector = a.assemblyContext_AllocationContext &#xD;&#xA; and &#xD;&#xA; conn.requiringAssemblyContext_AssemblyConnector = b.assemblyContext_AllocationContext )&#xD;&#xA; or &#xD;&#xA; (conn.providingAssemblyContext_AssemblyConnector = b.assemblyContext_AllocationContext &#xD;&#xA; and &#xD;&#xA; conn.requiringAssemblyContext_AssemblyConnector = a.assemblyContext_AllocationContext )&#xD;&#xA; )&#xD;&#xA; )&#xD;&#xA; -- then the servers have to be connected by a linking resource&#xD;&#xA; implies &#xD;&#xA; self.targetResourceEnvironment_Allocation.linkingResources__ResourceEnvironment->exists(l | &#xD;&#xA; -- l connects the two&#xD;&#xA; l.connectedResourceContainers_LinkingResource->includes(a.resourceContainer_AllocationContext)&#xD;&#xA; and &#xD;&#xA; l.connectedResourceContainers_LinkingResource->includes(b.resourceContainer_AllocationContext)&#xD;&#xA; )&#xD;&#xA; ))"/> </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="targetResourceEnvironment_Allocation" ordered="false" eType="#//resourceenvironment_av_av/ResourceEnvironment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="system_Allocation" ordered="false" eType="#//system_av_av/System"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocationContexts_Allocation" ordered="false" upperBound="-1" eType="#//allocation_av_av/AllocationContext" containment="true" eOpposite="#//allocation_av_av/AllocationContext/allocation_AllocationContext"/> </eClassifiers> </eSubpackages> <eSubpackages name="subsystem_av_av" nsURI="http://sdq.ipd.uka.de/PalladioComponentModel/SubSystem/5.0_advice_advice" nsPrefix="subsystem_av_av"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Package capturing the subsystem entity"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SubSystem" eSuperTypes="#//core_av_av/entity_av_av/ComposedProvidingRequiringEntity #//repository_av_av/RepositoryComponent"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A SubSystem is structually comparable to a CompositeComponent. The major difference is the white-blox property it preserves for System Deployers. While Component Developer have a white-box view for their CompositeComponents, a System Deployer perceives a CompositeComponent like any other component as a black-box entity, which thus cannot be allocated onto different nodes in the resource environment (a CompositeComponent cannot be split up at allocation time).&#xD;&#xA;Opposed to that, SubSystems are white-box entities for System Deployers, meaning that they can be allocated to different nodes of the resource environment, if required. They are pure logical groupings of components, which can be reused by Component Developers and System Architects like usual components.&#xD;&#xA;&#xD;&#xA;Remark 1: If a SubSystem is part of a CompositeComponent (inner component) is looses its white-box property, as there is a outer black-box component hiding the its and consequently the SubSytem's internals.&#xD;&#xA;&#xD;&#xA;Remark 2: Structurally, SubSytem can be converted into CompositeComponents and vice versa.&#xD;&#xA;&#xD;&#xA;Example: To model a layered architecture, of which each layer is potentially split up to run on multiple machines (in the resource environment), each layer can be represented by a subsystem, allowing to allocated each layer's components individually."/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="completions_av_av" nsURI="http://sdq.ipd.uka.de/Completions/1.0_advice_advice" nsPrefix="completions_av_av"> <eClassifiers xsi:type="ecore:EClass" name="Completion" eSuperTypes="#//core_av_av/entity_av_av/ComposedProvidingRequiringEntity #//repository_av_av/ImplementationComponentType"/> <eClassifiers xsi:type="ecore:EClass" name="CompletionRepository"> <eStructuralFeatures xsi:type="ecore:EReference" name="completions_CompletionRepository" ordered="false" upperBound="-1" eType="#//completions_av_av/Completion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DelegatingExternalCallAction" eSuperTypes="#//seff_av_av/ExternalCallAction"/> <eClassifiers xsi:type="ecore:EClass" name="NetworkDemandParametricResourceDemand" eSuperTypes="#//seff_av_av/seff_performance_av_av/ParametricResourceDemand"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredCommunicationLinkResource_ParametricResourceDemand" ordered="false" eType="#//resourcetype_av_av/CommunicationLinkResourceType"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"de.uka.ipd.sdq.pcm_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/5.0_advice_advice","name":"pcm_av_av","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdviceAdvice","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScopeGlobalScope","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerJoinPointScopePerJoinPointScope","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Advice","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScope","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerJoinPointScope","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"nsPrefix":"core_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Core/5.0_advice_advice","name":"core_av_av","id":8,"eClass":"EPackage"},{"nsPrefix":"usagemodel_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/UsageModel/5.0_advice_advice","name":"usagemodel_av_av","id":9,"eClass":"EPackage"},{"nsPrefix":"repository_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Repository/5.0_advice_advice","name":"repository_av_av","id":10,"eClass":"EPackage"},{"nsPrefix":"resourcetype_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/ResourceType/5.0_advice_advice","name":"resourcetype_av_av","id":11,"eClass":"EPackage"},{"nsPrefix":"protocol_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Protocol/5.0_advice_advice","name":"protocol_av_av","id":12,"eClass":"EPackage"},{"nsPrefix":"parameter_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Parameter/5.0_advice_advice","name":"parameter_av_av","id":13,"eClass":"EPackage"},{"nsPrefix":"reliability_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Reliability/5.0_advice_advice","name":"reliability_av_av","id":14,"eClass":"EPackage"},{"nsPrefix":"seff_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/5.0_advice_advice","name":"seff_av_av","id":15,"eClass":"EPackage"},{"nsPrefix":"qosannotations_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/5.0_advice_advice","name":"qosannotations_av_av","id":16,"eClass":"EPackage"},{"nsPrefix":"system_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/System/5.0_advice_advice","name":"system_av_av","id":17,"eClass":"EPackage"},{"nsPrefix":"resourceenvironment_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/ResourceEnvironment/5.0_advice_advice","name":"resourceenvironment_av_av","id":18,"eClass":"EPackage"},{"nsPrefix":"allocation_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Allocation/5.0_advice_advice","name":"allocation_av_av","id":19,"eClass":"EPackage"},{"nsPrefix":"subsystem_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SubSystem/5.0_advice_advice","name":"subsystem_av_av","id":20,"eClass":"EPackage"},{"nsPrefix":"completions_av_av","nsURI":"http://sdq.ipd.uka.de/Completions/1.0_advice_advice","name":"completions_av_av","id":21,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scopedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"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":"scopedObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"children","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scopedObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scopedObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PCMRandomVariable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"nsPrefix":"entity_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Core/Entity/5.0_advice_advice","name":"entity_av_av","id":35,"eClass":"EPackage"},{"nsPrefix":"composition_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/Core/Composition/5.0_advice_advice","name":"composition_av_av","id":36,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"SpecificationMustNotBeNULL","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"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":"closedWorkload_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"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":"passiveResource_capacity_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"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":"variableCharacterisation_Specification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"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":"infrastructureCall__PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"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":"resourceCall__PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"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":"parametricResourceDemand_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"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":"loopAction_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"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":"guardedBranchTransition_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"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":"specifiedExecutionTime_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"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":"eventChannelSinkConnector__FilterCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"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":"assemblyEventConnector__FilterCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"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":"loop_LoopIteration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"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":"openWorkload_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"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":"delay_TimeSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":"communicationLinkResourceSpecifcation_throughput_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"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":"processingResourceSpecification_processingRate_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"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":"communicationLinkResourceSpecification_latency_PCMRandomVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EParameter"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosedWorkload","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"id":64,"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":"thinkTime_ClosedWorkload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PassiveResource","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"id":67,"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":"capacity_PassiveResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCharacterisation","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"id":70,"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":"specification_VariableCharacterisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureCall","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"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":"numberOfCalls__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceCall","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"id":76,"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":"numberOfCalls__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParametricResourceDemand","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"id":79,"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":"specification_ParametericResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"id":82,"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":"iterationCount_LoopAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GuardedBranchTransition","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"id":85,"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":"branchCondition_GuardedBranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedExecutionTime","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"id":88,"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":"specification_SpecifiedExecutionTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventChannelSinkConnector","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"id":91,"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":"filterCondition__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyEventConnector","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"id":94,"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":"filterCondition__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"id":97,"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":"loopIteration_Loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpenWorkload","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"id":100,"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":"interArrivalTime_OpenWorkload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"id":103,"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":"timeSpecification_Delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationLinkResourceSpecification","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"id":106,"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":"throughput_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingResourceSpecification","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"id":109,"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":"processingRate_ProcessingResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"derived":false},{"id":111,"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":"latency_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceProvidedRole","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceProvidingRequiringEntity","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceProvidingEntity","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRequiringEntity","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceRequiringEntity","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequiredRole","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceProvidingEntity","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposedProvidingRequiringEntity","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterfaceProvidingRequiringEntity","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"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":"resourceInterfaceProvidingEntity__ResourceProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"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":"providedResourceInterface__ResourceProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceProvidedRoles__ResourceInterfaceProvidingEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceInterface","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"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":"providedRoles_InterfaceProvidingEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedRole","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"id":137,"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":"providingEntity_ProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"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":"requiredRoles_InterfaceRequiringEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredRole","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"id":143,"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":"requiringEntity_RequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"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":"resourceRequiredRoles__ResourceInterfaceRequiringEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"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":"resourceInterfaceRequiringEntity__ResourceRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"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":"requiredResourceInterface__ResourceRequiredRole","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposedStructure","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvidedRolesMustBeBound","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"aName","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"aName","unsettable":false,"transient":false,"unique":true,"name":"entityName","changeable":true,"lowerBound":1,"iD":false,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegationConnector","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRequiredDelegationConnector","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventChannel","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventChannelSourceConnector","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedDelegationConnector","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredDelegationConnector","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyConnector","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceDelegationConnector","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SinkDelegationConnector","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyInfrastructureConnector","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedInfrastructureDelegationConnector","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredInfrastructureDelegationConnector","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredResourceDelegationConnector","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssemblyContext","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"id":187,"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":"parentStructure__Connector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"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":"connectors__ComposedStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleConnectorsConstraint","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleConnectorsConstraintForAssemblyConnectors","lowerBound":0,"id":193,"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":"assemblyContexts__ComposedStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"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":"resourceRequiredDelegationConnectors_ComposedStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"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":"eventChannel__ComposedStructure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"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":"parentStructure__AssemblyContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"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":"parentStructure_ResourceRequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"id":216,"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":"parentStructure__EventChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"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":"innerResourceRequiredRole_ResourceRequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"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":"outerResourceRequiredRole_ResourceRequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"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":"eventGroup__EventChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"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":"eventChannelSourceConnector__EventChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"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":"eventChannelSinkConnector__EventChannel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventGroup","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"id":229,"eClass":"EGenericType"},{"id":230,"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":"eventChannel__EventChannelSourceConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"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":"eventChannel__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"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":"sourceRole__EventChannelSourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"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":"assemblyContext__EventChannelSourceConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceRole","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sinkRole__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"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":"assemblyContext__EventChannelSinkConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SinkRole","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvidedDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ComponentOfAssemblyContextAndInnerRoleProvidingComponentNeedToBeTheSame","lowerBound":0,"id":251,"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":"innerProvidedRole_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"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":"outerProvidedRole_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"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":"assemblyContext_ProvidedDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":257,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":258,"many":false,"required":false,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EParameter"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationProvidedRole","instanceClass":null,"abstract":false,"id":270,"interface":false,"eClass":"EClass"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiredDelegationConnectorandtheconnectedComponentmustbepartofthesamecompositestructure","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ComponentOfAssemblyContextAndInnerRoleRequiringComponentNeedToBeTheSame","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiringEntityOfOuterRequiredRoleMustBeTheSameAsTheParentOfTheRequiredDelegationConnector","lowerBound":0,"id":276,"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":"innerRequiredRole_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"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":"outerRequiredRole_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"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":"assemblyContext_RequiredDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":283,"many":false,"required":false,"eClass":"EParameter"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":290,"many":false,"required":false,"eClass":"EParameter"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":296,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":297,"many":false,"required":false,"eClass":"EParameter"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationRequiredRole","instanceClass":null,"abstract":false,"id":302,"interface":false,"eClass":"EClass"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedProvidedRolesAndChildContextMustMatch","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedRequiredRoleAndChildContextMustMatch","lowerBound":0,"id":307,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AssemblyConnectorsReferencedInterfacesMustMatch","lowerBound":0,"id":308,"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":"requiringAssemblyContext_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"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":"providingAssemblyContext_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"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":"providedRole_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"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":"requiredRole_AssemblyConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EParameter"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":322,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":323,"many":false,"required":false,"eClass":"EParameter"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":329,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":330,"many":false,"required":false,"eClass":"EParameter"},{"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":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sinkRole__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"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":"sourceRole__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"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":"sinkAssemblyContext__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"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":"sourceAssemblyContext__AssemblyEventConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"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":"innerSourceRole__SourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"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":"outerSourceRole__SourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"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":"assemblyContext__SourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"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":"assemblyContext__SinkDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"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":"innerSinkRole__SinkRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"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":"outerSinkRole__SinkRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providedRole__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"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":"requiredRole__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"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":"providingAssemblyContext__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"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":"requiringAssemblyContext__AssemblyInfrastructureConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureProvidedRole","instanceClass":null,"abstract":false,"id":368,"interface":false,"eClass":"EClass"},{"id":369,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureRequiredRole","instanceClass":null,"abstract":false,"id":370,"interface":false,"eClass":"EClass"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"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":"innerProvidedRole__ProvidedInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"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":"outerProvidedRole__ProvidedInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assemblyContext__ProvidedInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"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":"innerRequiredRole__RequiredInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"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":"outerRequiredRole__RequiredInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"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":"assemblyContext__RequiredInfrastructureDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"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":"assemblyContext__RequiredResourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"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":"innerRequiredRole__RequiredResourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"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":"outerRequiredRole__RequiredResourceDelegationConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"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":"encapsulatedComponent__AssemblyContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"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":"configParameterUsages__AssemblyContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepositoryComponent","instanceClass":null,"abstract":false,"id":399,"interface":false,"eClass":"EClass"},{"id":400,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableUsage","instanceClass":null,"abstract":false,"id":401,"interface":false,"eClass":"EClass"},{"id":402,"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":"assemblyContext__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workload","instanceClass":null,"abstract":false,"id":404,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageScenario","instanceClass":null,"abstract":false,"id":405,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserData","instanceClass":null,"abstract":false,"id":406,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsageModel","instanceClass":null,"abstract":false,"id":407,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryLevelSystemCall","instanceClass":null,"abstract":false,"id":408,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractUserAction","instanceClass":null,"abstract":false,"id":409,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScenarioBehaviour","instanceClass":null,"abstract":false,"id":410,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchTransition","instanceClass":null,"abstract":false,"id":411,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":413,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":414,"interface":false,"eClass":"EClass"},{"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":"usageScenario_Workload","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"id":416,"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":"workload_UsageScenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"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":"usageModel_UsageScenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"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":"scenarioBehaviour_UsageScenario","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"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":"usageScenario_UsageModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":422,"derived":false},{"id":423,"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":"usageScenario_SenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"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":"assemblyContext_userData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"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":"usageModel_UserData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"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":"userDataParameterUsages_UserData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"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":"userData_UsageModel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"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":"userData_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EntryLevelSystemCallMustReferenceProvidedRoleOfASystem","lowerBound":0,"id":436,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"EntryLevelSystemCallSignatureMustMatchItsProvidedRole","lowerBound":0,"id":437,"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":"providedRole_EntryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"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":"operationSignature__EntryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"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":"outputParameterUsages_EntryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"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":"priority","changeable":true,"lowerBound":1,"iD":false,"id":441,"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":"inputParameterUsages_EntryLevelSystemCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":445,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":446,"many":false,"required":false,"eClass":"EParameter"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":452,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":453,"many":false,"required":false,"eClass":"EParameter"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationSignature","instanceClass":null,"abstract":false,"id":459,"interface":false,"eClass":"EClass"},{"id":460,"eClass":"EGenericType"},{"id":461,"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":"entryLevelSystemCall_OutputParameterUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"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":"entryLevelSystemCall_InputParameterUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"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":"successor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"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":"predecessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"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":"scenarioBehaviour_AbstractUserAction","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"},{"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":"actions_ScenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"Exactlyonestart","lowerBound":0,"id":474,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Exactlyonestop","lowerBound":0,"id":475,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"EachuseractionexceptStartandStopmusthaveapredecessorandsuccessor","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EOperation"},{"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":"branchTransition_ScenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"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":"loop_ScenarioBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":481,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":482,"many":false,"required":false,"eClass":"EParameter"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":488,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":489,"many":false,"required":false,"eClass":"EParameter"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":495,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":496,"many":false,"required":false,"eClass":"EParameter"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"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":"branchedBehaviour_BranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"id":504,"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":"bodyBehaviour_Loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"branchProbability","changeable":true,"lowerBound":1,"iD":false,"id":507,"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":"branch_BranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"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":"branchTransitions_Branch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"AllBranchProbabilitiesMustSumUpTo1","lowerBound":0,"id":513,"many":false,"required":false,"eClass":"EOperation"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":516,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":517,"many":false,"required":false,"eClass":"EParameter"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"StopHasNoSuccessor","lowerBound":0,"id":526,"many":false,"required":false,"eClass":"EOperation"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":530,"many":false,"required":false,"eClass":"EParameter"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"StartHasNoPredecessor","lowerBound":0,"id":535,"many":false,"required":false,"eClass":"EOperation"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":538,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":539,"many":false,"required":false,"eClass":"EParameter"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"InterArrivalTimeInOpenWorkloadNeedsToBeSpecified","lowerBound":0,"id":544,"many":false,"required":false,"eClass":"EOperation"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":547,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":548,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"PopulationInClosedWorkloadNeedsToBeSpecified","lowerBound":0,"id":556,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ThinkTimeInClosedWorkloadNeedsToBeSpecified","lowerBound":0,"id":557,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"population","changeable":true,"lowerBound":1,"iD":false,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":561,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":562,"many":false,"required":false,"eClass":"EParameter"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":568,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":569,"many":false,"required":false,"eClass":"EParameter"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicComponent","instanceClass":null,"abstract":false,"id":576,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationComponentType","instanceClass":null,"abstract":false,"id":577,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":578,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":579,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":580,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":581,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredCharacterisation","instanceClass":null,"abstract":false,"id":582,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"abstract":false,"id":583,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signature","instanceClass":null,"abstract":false,"id":584,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionType","instanceClass":null,"abstract":false,"id":585,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureSignature","instanceClass":null,"abstract":false,"id":586,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfrastructureInterface","instanceClass":null,"abstract":false,"id":587,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationInterface","instanceClass":null,"abstract":false,"id":588,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterModifier","instanceClass":null,"id":589,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteComponentType","instanceClass":null,"abstract":false,"id":590,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidesComponentType","instanceClass":null,"abstract":false,"id":591,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComponentType","instanceClass":null,"id":592,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeComponent","instanceClass":null,"abstract":false,"id":593,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDataType","instanceClass":null,"abstract":false,"id":594,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypeEnum","instanceClass":null,"id":595,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionDataType","instanceClass":null,"abstract":false,"id":596,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeDataType","instanceClass":null,"abstract":false,"id":597,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InnerDeclaration","instanceClass":null,"abstract":false,"id":598,"interface":false,"eClass":"EClass"},{"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":"basicComponent_PassiveResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":599,"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":"resourceTimeoutFailureType__PassiveResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":600,"derived":false},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"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":"passiveResource_BasicComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":604,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceTimeoutFailureType","instanceClass":null,"abstract":false,"id":605,"interface":false,"eClass":"EClass"},{"id":606,"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":"passiveResource__ResourceTimeoutFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":607,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"NoSeffTypeUsedTwice","lowerBound":0,"id":608,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvideSameInterfacesAsImplementationType","lowerBound":0,"id":609,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequireSameInterfacesAsImplementationType","lowerBound":0,"id":610,"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":"serviceEffectSpecifications__BasicComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":614,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":615,"many":false,"required":false,"eClass":"EParameter"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":621,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":622,"many":false,"required":false,"eClass":"EParameter"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":628,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":629,"many":false,"required":false,"eClass":"EParameter"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceEffectSpecification","instanceClass":null,"abstract":false,"id":634,"interface":false,"eClass":"EClass"},{"id":635,"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":"basicComponent_ServiceEffectSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":636,"derived":false},{"id":637,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequiredInterfacesHaveToConformToCompleteType","lowerBound":0,"id":638,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"providedInterfacesHaveToConformToCompleteType","lowerBound":0,"id":639,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvidedInterfaceHaveToConformToComponentType","lowerBound":0,"id":640,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"parentCompleteComponentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":641,"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":"componentParameterUsage_ImplementationComponentType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":642,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"BUSINESS_COMPONENT","unsettable":false,"transient":false,"unique":true,"name":"componentType","changeable":true,"lowerBound":1,"iD":false,"id":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":646,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":647,"many":false,"required":false,"eClass":"EParameter"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":653,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":654,"many":false,"required":false,"eClass":"EParameter"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":660,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":661,"many":false,"required":false,"eClass":"EParameter"},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"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":"repository__RepositoryComponent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":669,"derived":false},{"id":670,"eClass":"EGenericType"},{"id":671,"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":"components__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":672,"derived":false},{"id":673,"eClass":"EGenericType"},{"id":674,"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":"dataType__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"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":"infrastructureSignature__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":676,"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":"operationSignature__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":677,"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":"eventType__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":678,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"parameterName","changeable":true,"lowerBound":1,"iD":false,"id":679,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier__Parameter","changeable":true,"lowerBound":1,"iD":false,"id":680,"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":"resourceSignature__Parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"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__InfrastructureSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"container":false,"ordered":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__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":686,"derived":false},{"id":687,"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":"parameter__EventType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceSignature","instanceClass":null,"abstract":false,"id":691,"interface":false,"eClass":"EClass"},{"id":692,"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":"parameter__ResourceSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":693,"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":"repository__DataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":694,"derived":false},{"id":695,"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":"dataTypes__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":696,"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":"repositoryDescription","changeable":true,"lowerBound":0,"iD":false,"id":697,"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":"interfaces__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":698,"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":"failureTypes__Repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":699,"derived":false},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"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":"repository__Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":704,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureType","instanceClass":null,"abstract":false,"id":705,"interface":false,"eClass":"EClass"},{"id":706,"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":"repository__FailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":707,"derived":false},{"id":708,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"NoProtocolTypeIDUsedTwice","lowerBound":0,"id":709,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"parentInterfaces__Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":710,"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":"protocols__Interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":711,"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":"requiredCharacterisations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":712,"derived":false},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":715,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":716,"many":false,"required":false,"eClass":"EParameter"},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protocol","instanceClass":null,"abstract":false,"id":722,"interface":false,"eClass":"EClass"},{"id":723,"eClass":"EGenericType"},{"id":724,"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":"interface_RequiredCharacterisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":725,"derived":false},{"id":726,"eClass":"EGenericType"},{"ordered":false,"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":727,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":728,"derived":false},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableCharacterisationType","instanceClass":null,"id":729,"serializable":true,"eClass":"EEnum"},{"id":730,"eClass":"EGenericType"},{"id":731,"eClass":"EGenericType"},{"id":732,"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":"eventTypes__EventGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":733,"derived":false},{"id":734,"eClass":"EGenericType"},{"id":735,"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":"eventGroup__EventType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":736,"derived":false},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"id":739,"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":"exceptions__Signature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":740,"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":"failureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":741,"derived":false},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"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":"exceptionName","changeable":true,"lowerBound":1,"iD":false,"id":745,"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":"exceptionMessage","changeable":true,"lowerBound":1,"iD":false,"id":746,"derived":false},{"id":747,"eClass":"EGenericType"},{"id":748,"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":"infrastructureInterface__InfrastructureSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":749,"derived":false},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"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":"infrastructureSignatures__InfrastructureInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":753,"derived":false},{"id":754,"eClass":"EGenericType"},{"id":755,"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":"requiredInterface__InfrastructureRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":756,"derived":false},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ParameterNamesHaveToBeUniqueForASignature","lowerBound":0,"id":761,"many":false,"required":false,"eClass":"EOperation"},{"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":"interface__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":762,"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":"returnType__OperationSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":763,"derived":false},{"id":764,"eClass":"EGenericType"},{"id":765,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":766,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":767,"many":false,"required":false,"eClass":"EParameter"},{"id":768,"eClass":"EGenericType"},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"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":"signatures__OperationInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":773,"derived":false},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignaturesHaveToBeUniqueForAnInterface","lowerBound":0,"id":776,"many":false,"required":false,"eClass":"EOperation"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":779,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":780,"many":false,"required":false,"eClass":"EParameter"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"id":785,"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":"requiredInterface__OperationRequiredRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":786,"derived":false},{"id":787,"eClass":"EGenericType"},{"id":788,"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":"eventGroup__SourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":789,"derived":false},{"id":790,"eClass":"EGenericType"},{"id":791,"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":"eventGroup__SinkRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":792,"derived":false},{"id":793,"eClass":"EGenericType"},{"id":794,"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":"providedInterface__OperationProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":795,"derived":false},{"id":796,"eClass":"EGenericType"},{"id":797,"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":"providedInterface__InfrastructureProvidedRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":798,"derived":false},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"name":"none","id":801,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"in","id":802,"value":1,"literal":"in","eClass":"EEnumLiteral"},{"name":"out","id":803,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"inout","id":804,"value":3,"literal":"inout","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"AtLeastOneInterfaceHasToBeProvidedOrRequiredByAUsefullCompleteComponentType","lowerBound":0,"id":805,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"providedInterfacesHaveToConformToProvidedType2","lowerBound":0,"id":806,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"parentProvidesComponentTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":807,"derived":false},{"id":808,"eClass":"EGenericType"},{"id":809,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":810,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":811,"many":false,"required":false,"eClass":"EParameter"},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"EGenericType"},{"id":816,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":817,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":818,"many":false,"required":false,"eClass":"EParameter"},{"id":819,"eClass":"EGenericType"},{"id":820,"eClass":"EGenericType"},{"id":821,"eClass":"EGenericType"},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"AtLeastOneInterfaceHasToBeProvidedByAUsefullProvidesComponentType","lowerBound":0,"id":824,"many":false,"required":false,"eClass":"EOperation"},{"id":825,"eClass":"EGenericType"},{"id":826,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":827,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":828,"many":false,"required":false,"eClass":"EParameter"},{"id":829,"eClass":"EGenericType"},{"id":830,"eClass":"EGenericType"},{"id":831,"eClass":"EGenericType"},{"id":832,"eClass":"EGenericType"},{"name":"BUSINESS_COMPONENT","id":833,"value":0,"literal":"BUSINESS_COMPONENT","eClass":"EEnumLiteral"},{"name":"INFRASTRUCTURE_COMPONENT","id":834,"value":1,"literal":"INFRASTRUCTURE_COMPONENT","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProvideSameInterfaces","lowerBound":0,"id":835,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RequireSameInterfaces","lowerBound":0,"id":836,"many":false,"required":false,"eClass":"EOperation"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"id":839,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":840,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":841,"many":false,"required":false,"eClass":"EParameter"},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":847,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":848,"many":false,"required":false,"eClass":"EParameter"},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"ordered":false,"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":853,"derived":false},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"name":"INT","id":856,"value":0,"literal":"INT","eClass":"EEnumLiteral"},{"name":"STRING","id":857,"value":1,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"BOOL","id":858,"value":2,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"DOUBLE","id":859,"value":3,"literal":"DOUBLE","eClass":"EEnumLiteral"},{"name":"CHAR","id":860,"value":4,"literal":"CHAR","eClass":"EEnumLiteral"},{"name":"BYTE","id":861,"value":5,"literal":"BYTE","eClass":"EEnumLiteral"},{"name":"LONG","id":862,"value":6,"literal":"LONG","eClass":"EEnumLiteral"},{"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":"innerType_CollectionDataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":863,"derived":false},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"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":"parentType_CompositeDataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":867,"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":"innerDeclaration_CompositeDataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":868,"derived":false},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"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":"compositeDataType_InnerDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":873,"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":"datatype_InnerDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":874,"derived":false},{"id":875,"eClass":"EGenericType"},{"id":876,"eClass":"EGenericType"},{"id":877,"eClass":"EGenericType"},{"id":878,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingResourceType","instanceClass":null,"abstract":false,"id":879,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceType","instanceClass":null,"abstract":false,"id":880,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRepository","instanceClass":null,"abstract":false,"id":881,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SchedulingPolicy","instanceClass":null,"abstract":false,"id":882,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationLinkResourceType","instanceClass":null,"abstract":false,"id":883,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceServiceId","changeable":true,"lowerBound":1,"iD":false,"id":884,"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":"resourceInterface__ResourceSignature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":885,"derived":false},{"id":886,"eClass":"EGenericType"},{"id":887,"eClass":"EGenericType"},{"id":888,"eClass":"EGenericType"},{"id":889,"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":"resourceSignatures__ResourceInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":890,"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":"hardwareInducedFailureType__ProcessingResourceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":891,"derived":false},{"id":892,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HardwareInducedFailureType","instanceClass":null,"abstract":false,"id":893,"interface":false,"eClass":"EClass"},{"id":894,"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":"processingResourceType__HardwareInducedFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":895,"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":"resourceRepository_ResourceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":896,"derived":false},{"id":897,"eClass":"EGenericType"},{"id":898,"eClass":"EGenericType"},{"id":899,"eClass":"EGenericType"},{"id":900,"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":"availableResourceTypes_ResourceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":901,"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":"resourceInterfaces__ResourceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":902,"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":"schedulingPolicies__ResourceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":903,"derived":false},{"id":904,"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":"resourceRepository__ResourceInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":905,"derived":false},{"id":906,"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":"resourceRepository__SchedulingPolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":907,"derived":false},{"id":908,"eClass":"EGenericType"},{"id":909,"eClass":"EGenericType"},{"id":910,"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":"networkInducedFailureType__CommunicationLinkResourceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":911,"derived":false},{"id":912,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkInducedFailureType","instanceClass":null,"abstract":false,"id":913,"interface":false,"eClass":"EClass"},{"id":914,"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":"communicationLinkResourceType__NetworkInducedFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":915,"derived":false},{"id":916,"eClass":"EGenericType"},{"id":917,"eClass":"EGenericType"},{"id":918,"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":"protocolTypeID","changeable":true,"lowerBound":1,"iD":false,"id":919,"derived":false},{"id":920,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterisedVariable","instanceClass":null,"abstract":false,"id":921,"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":"variableCharacterisation_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":922,"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":"callAction__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":923,"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":"synchronisationPoint_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":924,"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":"callReturnAction__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":925,"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":"setVariableAction_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":926,"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":"specifiedOutputParameterAbstraction_expectedExternalOutputs_VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":927,"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":"namedReference__VariableUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":928,"derived":false},{"id":929,"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":"variableUsage_VariableCharacterisation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":930,"derived":false},{"id":931,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":932,"interface":false,"eClass":"EClass"},{"id":933,"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":"inputVariableUsages__CallAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":934,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronisationPoint","instanceClass":null,"abstract":false,"id":935,"interface":false,"eClass":"EClass"},{"id":936,"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":"outputParameterUsage_SynchronisationPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":937,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallReturnAction","instanceClass":null,"abstract":false,"id":938,"interface":false,"eClass":"EClass"},{"id":939,"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":"returnVariableUsage__CallReturnAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":940,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetVariableAction","instanceClass":null,"abstract":false,"id":941,"interface":false,"eClass":"EClass"},{"id":942,"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":"localVariableUsages_SetVariableAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":943,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedOutputParameterAbstraction","instanceClass":null,"abstract":false,"id":944,"interface":false,"eClass":"EClass"},{"id":945,"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":"expectedExternalOutputs_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":946,"derived":false},{"id":947,"eClass":"EGenericType"},{"id":948,"eClass":"EGenericType"},{"id":949,"eClass":"EGenericType"},{"id":950,"eClass":"EGenericType"},{"ordered":false,"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":951,"derived":false},{"id":952,"eClass":"EGenericType"},{"id":953,"eClass":"EGenericType"},{"id":954,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"characterisationType","changeable":true,"lowerBound":1,"iD":false,"id":955,"derived":false},{"id":956,"eClass":"EGenericType"},{"id":957,"eClass":"EGenericType"},{"name":"STRUCTURE","id":958,"value":0,"literal":"STRUCTURE","eClass":"EEnumLiteral"},{"name":"NUMBER_OF_ELEMENTS","id":959,"value":1,"literal":"NUMBER_OF_ELEMENTS","eClass":"EEnumLiteral"},{"name":"VALUE","id":960,"value":2,"literal":"VALUE","eClass":"EEnumLiteral"},{"name":"BYTESIZE","id":961,"value":3,"literal":"BYTESIZE","eClass":"EEnumLiteral"},{"name":"TYPE","id":962,"value":4,"literal":"TYPE","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureOccurrenceDescription","instanceClass":null,"abstract":false,"id":963,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareInducedFailureType","instanceClass":null,"abstract":false,"id":964,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalFailureOccurrenceDescription","instanceClass":null,"abstract":false,"id":965,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalFailureOccurrenceDescription","instanceClass":null,"abstract":false,"id":966,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"EnsureValidFailureProbabilityRange","lowerBound":0,"id":967,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"failureProbability","changeable":true,"lowerBound":1,"iD":false,"id":968,"derived":false},{"id":969,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":970,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":971,"many":false,"required":false,"eClass":"EParameter"},{"id":972,"eClass":"EGenericType"},{"id":973,"eClass":"EGenericType"},{"id":974,"eClass":"EGenericType"},{"id":975,"eClass":"EGenericType"},{"id":976,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"HardwareInducedFailureTypeHasProcessingResourceType","lowerBound":0,"id":977,"many":false,"required":false,"eClass":"EOperation"},{"id":978,"eClass":"EGenericType"},{"id":979,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":980,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":981,"many":false,"required":false,"eClass":"EParameter"},{"id":982,"eClass":"EGenericType"},{"id":983,"eClass":"EGenericType"},{"id":984,"eClass":"EGenericType"},{"id":985,"eClass":"EGenericType"},{"id":986,"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":"internalFailureOccurrenceDescriptions__SoftwareInducedFailureType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":987,"derived":false},{"id":988,"eClass":"EGenericType"},{"id":989,"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":"softwareInducedFailureType__InternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":990,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"NoResourceTimeoutFailureAllowedForInternalFailureOccurrenceDescription","lowerBound":0,"id":991,"many":false,"required":false,"eClass":"EOperation"},{"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":"internalAction__InternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":992,"derived":false},{"id":993,"eClass":"EGenericType"},{"id":994,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":995,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":996,"many":false,"required":false,"eClass":"EParameter"},{"id":997,"eClass":"EGenericType"},{"id":998,"eClass":"EGenericType"},{"id":999,"eClass":"EGenericType"},{"id":1000,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalAction","instanceClass":null,"abstract":false,"id":1001,"interface":false,"eClass":"EClass"},{"id":1002,"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":"internalFailureOccurrenceDescriptions__InternalAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1003,"derived":false},{"id":1004,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"NetworkInducedFailureTypeHasCommunicationLinkResourceType","lowerBound":0,"id":1005,"many":false,"required":false,"eClass":"EOperation"},{"id":1006,"eClass":"EGenericType"},{"id":1007,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1008,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1009,"many":false,"required":false,"eClass":"EParameter"},{"id":1010,"eClass":"EGenericType"},{"id":1011,"eClass":"EGenericType"},{"id":1012,"eClass":"EGenericType"},{"id":1013,"eClass":"EGenericType"},{"id":1014,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"NoResourceTimeoutFailureAllowedForExternalFailureOccurrenceDescription","lowerBound":0,"id":1015,"many":false,"required":false,"eClass":"EOperation"},{"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":"specifiedReliabilityAnnotation__ExternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1016,"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":"failureType__ExternalFailureOccurrenceDescription","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1017,"derived":false},{"id":1018,"eClass":"EGenericType"},{"id":1019,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1020,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1021,"many":false,"required":false,"eClass":"EParameter"},{"id":1022,"eClass":"EGenericType"},{"id":1023,"eClass":"EGenericType"},{"id":1024,"eClass":"EGenericType"},{"id":1025,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedReliabilityAnnotation","instanceClass":null,"abstract":false,"id":1026,"interface":false,"eClass":"EClass"},{"id":1027,"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":"externalFailureOccurrenceDescriptions__SpecifiedReliabilityAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1028,"derived":false},{"id":1029,"eClass":"EGenericType"},{"id":1030,"eClass":"EGenericType"},{"id":1031,"eClass":"EGenericType"},{"id":1032,"eClass":"EGenericType"},{"id":1033,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StopAction","instanceClass":null,"abstract":false,"id":1034,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractInternalControlFlowAction","instanceClass":null,"abstract":false,"id":1035,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractAction","instanceClass":null,"abstract":false,"id":1036,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceDemandingBehaviour","instanceClass":null,"abstract":false,"id":1037,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractLoopAction","instanceClass":null,"abstract":false,"id":1038,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractBranchTransition","instanceClass":null,"abstract":false,"id":1039,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchAction","instanceClass":null,"abstract":false,"id":1040,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartAction","instanceClass":null,"abstract":false,"id":1041,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceDemandingSEFF","instanceClass":null,"abstract":false,"id":1042,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceDemandingInternalBehaviour","instanceClass":null,"abstract":false,"id":1043,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReleaseAction","instanceClass":null,"abstract":false,"id":1044,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkAction","instanceClass":null,"abstract":false,"id":1045,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkedBehaviour","instanceClass":null,"abstract":false,"id":1046,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalCallAction","instanceClass":null,"abstract":false,"id":1047,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProbabilisticBranchTransition","instanceClass":null,"abstract":false,"id":1048,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcquireAction","instanceClass":null,"abstract":false,"id":1049,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionIteratorAction","instanceClass":null,"abstract":false,"id":1050,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalCallAction","instanceClass":null,"abstract":false,"id":1051,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmitEventAction","instanceClass":null,"abstract":false,"id":1052,"interface":false,"eClass":"EClass"},{"nsPrefix":"seff_performance_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Performance/5.0_advice_advice","name":"seff_performance_av_av","id":1053,"eClass":"EPackage"},{"nsPrefix":"seff_reliability_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/SEFF/SEFF_Reliability/5.0_advice_advice","name":"seff_reliability_av_av","id":1054,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"StopActionSuccessorMustNotBeDefined","lowerBound":0,"id":1055,"many":false,"required":false,"eClass":"EOperation"},{"id":1056,"eClass":"EGenericType"},{"id":1057,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1058,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1059,"many":false,"required":false,"eClass":"EParameter"},{"id":1060,"eClass":"EGenericType"},{"id":1061,"eClass":"EGenericType"},{"id":1062,"eClass":"EGenericType"},{"id":1063,"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":"resourceDemand_Action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1064,"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":"infrastructureCall__Action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1065,"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":"resourceCall__Action","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1066,"derived":false},{"id":1067,"eClass":"EGenericType"},{"id":1068,"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":"action_ParametricResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1069,"derived":false},{"id":1070,"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":"action__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1071,"derived":false},{"id":1072,"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":"action__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1073,"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":"predecessor_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1074,"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":"successor_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1075,"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":"resourceDemandingBehaviour_AbstractAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1076,"derived":false},{"id":1077,"eClass":"EGenericType"},{"id":1078,"eClass":"EGenericType"},{"id":1079,"eClass":"EGenericType"},{"id":1080,"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":"steps_Behaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1081,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"ExactlyOneStopAction","lowerBound":0,"id":1082,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ExactlyOneStartAction","lowerBound":0,"id":1083,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"EachActionExceptStartActionandStopActionMustHhaveAPredecessorAndSuccessor","lowerBound":0,"id":1084,"many":false,"required":false,"eClass":"EOperation"},{"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":"abstractLoopAction_ResourceDemandingBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1085,"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":"abstractBranchTransition_ResourceDemandingBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1086,"derived":false},{"id":1087,"eClass":"EGenericType"},{"id":1088,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1089,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1090,"many":false,"required":false,"eClass":"EParameter"},{"id":1091,"eClass":"EGenericType"},{"id":1092,"eClass":"EGenericType"},{"id":1093,"eClass":"EGenericType"},{"id":1094,"eClass":"EGenericType"},{"id":1095,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1096,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1097,"many":false,"required":false,"eClass":"EParameter"},{"id":1098,"eClass":"EGenericType"},{"id":1099,"eClass":"EGenericType"},{"id":1100,"eClass":"EGenericType"},{"id":1101,"eClass":"EGenericType"},{"id":1102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1103,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1104,"many":false,"required":false,"eClass":"EParameter"},{"id":1105,"eClass":"EGenericType"},{"id":1106,"eClass":"EGenericType"},{"id":1107,"eClass":"EGenericType"},{"id":1108,"eClass":"EGenericType"},{"id":1109,"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":"bodyBehaviour_Loop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1110,"derived":false},{"id":1111,"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":"branchBehaviour_BranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1112,"derived":false},{"id":1113,"eClass":"EGenericType"},{"id":1114,"eClass":"EGenericType"},{"id":1115,"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":"branchAction_AbstractBranchTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1116,"derived":false},{"id":1117,"eClass":"EGenericType"},{"id":1118,"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":"branches_Branch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1119,"derived":false},{"id":1120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EitherGuardedBranchesOrProbabilisiticBranchTransitions","lowerBound":0,"id":1121,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AllProbabilisticBranchProbabilitiesMustSumUpTo1","lowerBound":0,"id":1122,"many":false,"required":false,"eClass":"EOperation"},{"id":1123,"eClass":"EGenericType"},{"id":1124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1125,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1126,"many":false,"required":false,"eClass":"EParameter"},{"id":1127,"eClass":"EGenericType"},{"id":1128,"eClass":"EGenericType"},{"id":1129,"eClass":"EGenericType"},{"id":1130,"eClass":"EGenericType"},{"id":1131,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1132,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1133,"many":false,"required":false,"eClass":"EParameter"},{"id":1134,"eClass":"EGenericType"},{"id":1135,"eClass":"EGenericType"},{"id":1136,"eClass":"EGenericType"},{"id":1137,"eClass":"EGenericType"},{"id":1138,"eClass":"EGenericType"},{"id":1139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"StartActionPredecessorMustNotBeDefined","lowerBound":0,"id":1140,"many":false,"required":false,"eClass":"EOperation"},{"id":1141,"eClass":"EGenericType"},{"id":1142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1143,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1144,"many":false,"required":false,"eClass":"EParameter"},{"id":1145,"eClass":"EGenericType"},{"id":1146,"eClass":"EGenericType"},{"id":1147,"eClass":"EGenericType"},{"id":1148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ReferencedSignatureMustBelongToInterfaceReferencedByProvidedRole","lowerBound":0,"id":1149,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":"1","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"seffTypeID","changeable":true,"lowerBound":1,"iD":false,"id":1150,"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":"describedService__SEFF","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1151,"derived":false},{"id":1152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1153,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1154,"many":false,"required":false,"eClass":"EParameter"},{"id":1155,"eClass":"EGenericType"},{"id":1156,"eClass":"EGenericType"},{"id":1157,"eClass":"EGenericType"},{"id":1158,"eClass":"EGenericType"},{"id":1159,"eClass":"EGenericType"},{"id":1160,"eClass":"EGenericType"},{"id":1161,"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":"resourceDemandingInternalBehaviours","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1162,"derived":false},{"id":1163,"eClass":"EGenericType"},{"id":1164,"eClass":"EGenericType"},{"id":1165,"eClass":"EGenericType"},{"id":1166,"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":"resourceDemandingSEFF_ResourceDemandingInternalBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1167,"derived":false},{"id":1168,"eClass":"EGenericType"},{"id":1169,"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":"passiveResource_ReleaseAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1170,"derived":false},{"id":1171,"eClass":"EGenericType"},{"id":1172,"eClass":"EGenericType"},{"id":1173,"eClass":"EGenericType"},{"id":1174,"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":"asynchronousForkedBehaviours_ForkAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1175,"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":"synchronisingBehaviours_ForkAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1176,"derived":false},{"id":1177,"eClass":"EGenericType"},{"id":1178,"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":"forkAction_ForkedBehaivour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1179,"derived":false},{"id":1180,"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":"forkAction_SynchronisationPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1181,"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":"synchronisationPoint_ForkedBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1182,"derived":false},{"id":1183,"eClass":"EGenericType"},{"id":1184,"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":"synchronousForkedBehaviours_SynchronisationPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1185,"derived":false},{"id":1186,"eClass":"EGenericType"},{"id":1187,"eClass":"EGenericType"},{"id":1188,"eClass":"EGenericType"},{"id":1189,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureHandlingEntity","instanceClass":null,"abstract":false,"id":1190,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureBelongsToRole","lowerBound":0,"id":1191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"OperationRequiredRoleMustBeReferencedByContainer","lowerBound":0,"id":1192,"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":"calledService_ExternalService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1193,"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":"role_ExternalService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1194,"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":"retryCount","changeable":true,"lowerBound":1,"iD":false,"id":1195,"derived":false},{"id":1196,"eClass":"EGenericType"},{"id":1197,"eClass":"EGenericType"},{"id":1198,"eClass":"EGenericType"},{"id":1199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1200,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1201,"many":false,"required":false,"eClass":"EParameter"},{"id":1202,"eClass":"EGenericType"},{"id":1203,"eClass":"EGenericType"},{"id":1204,"eClass":"EGenericType"},{"id":1205,"eClass":"EGenericType"},{"id":1206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1207,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1208,"many":false,"required":false,"eClass":"EParameter"},{"id":1209,"eClass":"EGenericType"},{"id":1210,"eClass":"EGenericType"},{"id":1211,"eClass":"EGenericType"},{"id":1212,"eClass":"EGenericType"},{"id":1213,"eClass":"EGenericType"},{"id":1214,"eClass":"EGenericType"},{"id":1215,"eClass":"EGenericType"},{"id":1216,"eClass":"EGenericType"},{"id":1217,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"branchProbability","changeable":true,"lowerBound":1,"iD":false,"id":1218,"derived":false},{"id":1219,"eClass":"EGenericType"},{"id":1220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"TimeoutValueOfAcquireActionMustNotBeNegative","lowerBound":0,"id":1221,"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":"passiveresource_AcquireAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1222,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeout","changeable":true,"lowerBound":1,"iD":false,"id":1223,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeoutValue","changeable":true,"lowerBound":1,"iD":false,"id":1224,"derived":false},{"id":1225,"eClass":"EGenericType"},{"id":1226,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1227,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1228,"many":false,"required":false,"eClass":"EParameter"},{"id":1229,"eClass":"EGenericType"},{"id":1230,"eClass":"EGenericType"},{"id":1231,"eClass":"EGenericType"},{"id":1232,"eClass":"EGenericType"},{"id":1233,"eClass":"EGenericType"},{"id":1234,"eClass":"EGenericType"},{"id":1235,"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":"parameter_CollectionIteratorAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1236,"derived":false},{"id":1237,"eClass":"EGenericType"},{"id":1238,"eClass":"EGenericType"},{"id":1239,"eClass":"EGenericType"},{"id":1240,"eClass":"EGenericType"},{"id":1241,"eClass":"EGenericType"},{"id":1242,"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":"calledResourceDemandingInternalBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1243,"derived":false},{"id":1244,"eClass":"EGenericType"},{"id":1245,"eClass":"EGenericType"},{"id":1246,"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":"eventType__EmitEventAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1247,"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":"sourceRole__EmitEventAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1248,"derived":false},{"id":1249,"eClass":"EGenericType"},{"id":1250,"eClass":"EGenericType"},{"id":1251,"eClass":"EGenericType"},{"id":1252,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleInternalOccurrenceDescriptionsPerFailureTypeNotAllowed","lowerBound":0,"id":1253,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SumOfInternalActionFailureProbabilitiesMustNotExceed1","lowerBound":0,"id":1254,"many":false,"required":false,"eClass":"EOperation"},{"id":1255,"eClass":"EGenericType"},{"id":1256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1257,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1258,"many":false,"required":false,"eClass":"EParameter"},{"id":1259,"eClass":"EGenericType"},{"id":1260,"eClass":"EGenericType"},{"id":1261,"eClass":"EGenericType"},{"id":1262,"eClass":"EGenericType"},{"id":1263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1264,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1265,"many":false,"required":false,"eClass":"EParameter"},{"id":1266,"eClass":"EGenericType"},{"id":1267,"eClass":"EGenericType"},{"id":1268,"eClass":"EGenericType"},{"id":1269,"eClass":"EGenericType"},{"id":1270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureMustBelongToUsedRequiredRole","lowerBound":0,"id":1271,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ReferencedRequiredRoleMustBeRequiredByComponent","lowerBound":0,"id":1272,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction","lowerBound":0,"id":1273,"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":"signature__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1274,"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":"requiredRole__InfrastructureCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1275,"derived":false},{"id":1276,"eClass":"EGenericType"},{"id":1277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1278,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1279,"many":false,"required":false,"eClass":"EParameter"},{"id":1280,"eClass":"EGenericType"},{"id":1281,"eClass":"EGenericType"},{"id":1282,"eClass":"EGenericType"},{"id":1283,"eClass":"EGenericType"},{"id":1284,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1285,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1286,"many":false,"required":false,"eClass":"EParameter"},{"id":1287,"eClass":"EGenericType"},{"id":1288,"eClass":"EGenericType"},{"id":1289,"eClass":"EGenericType"},{"id":1290,"eClass":"EGenericType"},{"id":1291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1292,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1293,"many":false,"required":false,"eClass":"EParameter"},{"id":1294,"eClass":"EGenericType"},{"id":1295,"eClass":"EGenericType"},{"id":1296,"eClass":"EGenericType"},{"id":1297,"eClass":"EGenericType"},{"id":1298,"eClass":"EGenericType"},{"id":1299,"eClass":"EGenericType"},{"id":1300,"eClass":"EGenericType"},{"id":1301,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResourceSignatureBelongsToResourceRequiredRole","lowerBound":0,"id":1302,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ResourceRequiredRoleMustBeReferencedByComponent","lowerBound":0,"id":1303,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SignatureRoleCombinationMustBeUniqueWithinAbstractInternalControlFlowAction","lowerBound":0,"id":1304,"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":"resourceRequiredRole__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1305,"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":"signature__ResourceCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1306,"derived":false},{"id":1307,"eClass":"EGenericType"},{"id":1308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1309,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1310,"many":false,"required":false,"eClass":"EParameter"},{"id":1311,"eClass":"EGenericType"},{"id":1312,"eClass":"EGenericType"},{"id":1313,"eClass":"EGenericType"},{"id":1314,"eClass":"EGenericType"},{"id":1315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1316,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1317,"many":false,"required":false,"eClass":"EParameter"},{"id":1318,"eClass":"EGenericType"},{"id":1319,"eClass":"EGenericType"},{"id":1320,"eClass":"EGenericType"},{"id":1321,"eClass":"EGenericType"},{"id":1322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1323,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1324,"many":false,"required":false,"eClass":"EParameter"},{"id":1325,"eClass":"EGenericType"},{"id":1326,"eClass":"EGenericType"},{"id":1327,"eClass":"EGenericType"},{"id":1328,"eClass":"EGenericType"},{"id":1329,"eClass":"EGenericType"},{"id":1330,"eClass":"EGenericType"},{"id":1331,"eClass":"EGenericType"},{"id":1332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"DemandedProcessingResourceMustBeUniqueWithinAbstractInternalControlFlowAction","lowerBound":0,"id":1333,"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":"requiredResource_ParametricResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1334,"derived":false},{"id":1335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1336,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1337,"many":false,"required":false,"eClass":"EParameter"},{"id":1338,"eClass":"EGenericType"},{"id":1339,"eClass":"EGenericType"},{"id":1340,"eClass":"EGenericType"},{"id":1341,"eClass":"EGenericType"},{"id":1342,"eClass":"EGenericType"},{"id":1343,"eClass":"EGenericType"},{"id":1344,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecoveryActionBehaviour","instanceClass":null,"abstract":false,"id":1345,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecoveryAction","instanceClass":null,"abstract":false,"id":1346,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"RecoveryActionBehaviourHasOnlyOnePredecessor","lowerBound":0,"id":1347,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RecoveryActionBehaviourIsNotSuccessorOfItself","lowerBound":0,"id":1348,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SuccessorsOfRecoveryActionBehaviourHandleDisjointFailureTypes","lowerBound":0,"id":1349,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"failureHandlingAlternatives__RecoveryActionBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1350,"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":"recoveryAction__RecoveryActionBehaviour","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1351,"derived":false},{"id":1352,"eClass":"EGenericType"},{"id":1353,"eClass":"EGenericType"},{"id":1354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1355,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1356,"many":false,"required":false,"eClass":"EParameter"},{"id":1357,"eClass":"EGenericType"},{"id":1358,"eClass":"EGenericType"},{"id":1359,"eClass":"EGenericType"},{"id":1360,"eClass":"EGenericType"},{"id":1361,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1362,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1363,"many":false,"required":false,"eClass":"EParameter"},{"id":1364,"eClass":"EGenericType"},{"id":1365,"eClass":"EGenericType"},{"id":1366,"eClass":"EGenericType"},{"id":1367,"eClass":"EGenericType"},{"id":1368,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1369,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1370,"many":false,"required":false,"eClass":"EParameter"},{"id":1371,"eClass":"EGenericType"},{"id":1372,"eClass":"EGenericType"},{"id":1373,"eClass":"EGenericType"},{"id":1374,"eClass":"EGenericType"},{"id":1375,"eClass":"EGenericType"},{"id":1376,"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":"recoveryActionBehaviours__RecoveryAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1377,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"PrimaryBehaviourOfRecoveryActionMustBeSet","lowerBound":0,"id":1378,"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":"primaryBehaviour__RecoveryAction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1379,"derived":false},{"id":1380,"eClass":"EGenericType"},{"id":1381,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1382,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1383,"many":false,"required":false,"eClass":"EParameter"},{"id":1384,"eClass":"EGenericType"},{"id":1385,"eClass":"EGenericType"},{"id":1386,"eClass":"EGenericType"},{"id":1387,"eClass":"EGenericType"},{"id":1388,"eClass":"EGenericType"},{"id":1389,"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":"failureTypes_FailureHandlingEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1390,"derived":false},{"id":1391,"eClass":"EGenericType"},{"id":1392,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecifiedQoSAnnotation","instanceClass":null,"abstract":false,"id":1393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QoSAnnotations","instanceClass":null,"abstract":false,"id":1394,"interface":false,"eClass":"EClass"},{"nsPrefix":"_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Performance/5.0_advice_advice","name":"qos_performance_av_av","id":1395,"eClass":"EPackage"},{"nsPrefix":"_av_av","nsURI":"http://sdq.ipd.uka.de/PalladioComponentModel/QoSAnnotations/QoS_Reliability/5.0_advice_advice","name":"qos_reliability_av_av","id":1396,"eClass":"EPackage"},{"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":"signature_SpecifiedQoSAnnation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1397,"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":"role_SpecifiedQoSAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1398,"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":"qosAnnotations_SpecifiedQoSAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1399,"derived":false},{"id":1400,"eClass":"EGenericType"},{"id":1401,"eClass":"EGenericType"},{"id":1402,"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":"specifiedQoSAnnotations_QoSAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1403,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleReliabilityAnnotationsPerExternalCallNotAllowed","lowerBound":0,"id":1404,"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":"specifiedOutputParameterAbstractions_QoSAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1405,"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":"system_QoSAnnotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1406,"derived":false},{"id":1407,"eClass":"EGenericType"},{"id":1408,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1409,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1410,"many":false,"required":false,"eClass":"EParameter"},{"id":1411,"eClass":"EGenericType"},{"id":1412,"eClass":"EGenericType"},{"id":1413,"eClass":"EGenericType"},{"id":1414,"eClass":"EGenericType"},{"id":1415,"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":"qosAnnotations_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1416,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":1417,"interface":false,"eClass":"EClass"},{"id":1418,"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":"qosAnnotations_System","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1419,"derived":false},{"id":1420,"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":"signature_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1421,"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":"role_SpecifiedOutputParameterAbstraction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1422,"derived":false},{"id":1423,"eClass":"EGenericType"},{"id":1424,"eClass":"EGenericType"},{"id":1425,"eClass":"EGenericType"},{"id":1426,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSpecifiedExecutionTime","instanceClass":null,"abstract":false,"id":1427,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentSpecifiedExecutionTime","instanceClass":null,"abstract":false,"id":1428,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"SystemSpecifiedExecutionTimeMustReferenceRequiredRoleOfASystem","lowerBound":0,"id":1429,"many":false,"required":false,"eClass":"EOperation"},{"id":1430,"eClass":"EGenericType"},{"id":1431,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1432,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1433,"many":false,"required":false,"eClass":"EParameter"},{"id":1434,"eClass":"EGenericType"},{"id":1435,"eClass":"EGenericType"},{"id":1436,"eClass":"EGenericType"},{"id":1437,"eClass":"EGenericType"},{"id":1438,"eClass":"EGenericType"},{"id":1439,"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":"assemblyContext_ComponentSpecifiedExecutionTime","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1440,"derived":false},{"id":1441,"eClass":"EGenericType"},{"id":1442,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SpecifiedReliabilityAnnotationMustReferenceRequiredRoleOfASystem","lowerBound":0,"id":1443,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"SumOfReliabilityAnnotationFailureProbabilitiesMustNotExceed1","lowerBound":0,"id":1444,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"MultipleExternalOccurrenceDescriptionsPerFailureTypeNotAllowed","lowerBound":0,"id":1445,"many":false,"required":false,"eClass":"EOperation"},{"id":1446,"eClass":"EGenericType"},{"id":1447,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1448,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1449,"many":false,"required":false,"eClass":"EParameter"},{"id":1450,"eClass":"EGenericType"},{"id":1451,"eClass":"EGenericType"},{"id":1452,"eClass":"EGenericType"},{"id":1453,"eClass":"EGenericType"},{"id":1454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1455,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1456,"many":false,"required":false,"eClass":"EParameter"},{"id":1457,"eClass":"EGenericType"},{"id":1458,"eClass":"EGenericType"},{"id":1459,"eClass":"EGenericType"},{"id":1460,"eClass":"EGenericType"},{"id":1461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1462,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1463,"many":false,"required":false,"eClass":"EParameter"},{"id":1464,"eClass":"EGenericType"},{"id":1465,"eClass":"EGenericType"},{"id":1466,"eClass":"EGenericType"},{"id":1467,"eClass":"EGenericType"},{"id":1468,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"SystemMustHaveAtLeastOneProvidedRole","lowerBound":0,"id":1469,"many":false,"required":false,"eClass":"EOperation"},{"id":1470,"eClass":"EGenericType"},{"id":1471,"eClass":"EGenericType"},{"id":1472,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1473,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1474,"many":false,"required":false,"eClass":"EParameter"},{"id":1475,"eClass":"EGenericType"},{"id":1476,"eClass":"EGenericType"},{"id":1477,"eClass":"EGenericType"},{"id":1478,"eClass":"EGenericType"},{"id":1479,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceEnvironment","instanceClass":null,"abstract":false,"id":1480,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkingResource","instanceClass":null,"abstract":false,"id":1481,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceContainer","instanceClass":null,"abstract":false,"id":1482,"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":"linkingResources__ResourceEnvironment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1483,"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":"resourceContainer_ResourceEnvironment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1484,"derived":false},{"id":1485,"eClass":"EGenericType"},{"id":1486,"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":"resourceEnvironment_LinkingResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1487,"derived":false},{"id":1488,"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":"resourceEnvironment_ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1489,"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":"connectedResourceContainers_LinkingResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1490,"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":"communicationLinkResourceSpecifications_LinkingResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1491,"derived":false},{"id":1492,"eClass":"EGenericType"},{"id":1493,"eClass":"EGenericType"},{"id":1494,"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":"linkingResource_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1495,"derived":false},{"id":1496,"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":"activeResourceSpecifications_ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1497,"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":"nestedResourceContainers__ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1498,"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":"parentResourceContainer__ResourceContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1499,"derived":false},{"id":1500,"eClass":"EGenericType"},{"id":1501,"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":"resourceContainer_ProcessingResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1502,"derived":false},{"id":1503,"eClass":"EGenericType"},{"id":1504,"eClass":"EGenericType"},{"id":1505,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"MTTR","changeable":true,"lowerBound":1,"iD":false,"id":1506,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"MTTF","changeable":true,"lowerBound":1,"iD":false,"id":1507,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredByContainer","changeable":true,"lowerBound":1,"iD":false,"id":1508,"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":"schedulingPolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1509,"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":"activeResourceType_ActiveResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1510,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"numberOfReplicas","changeable":true,"lowerBound":1,"iD":false,"id":1511,"derived":false},{"id":1512,"eClass":"EGenericType"},{"id":1513,"eClass":"EGenericType"},{"id":1514,"eClass":"EGenericType"},{"id":1515,"eClass":"EGenericType"},{"id":1516,"eClass":"EGenericType"},{"id":1517,"eClass":"EGenericType"},{"id":1518,"eClass":"EGenericType"},{"id":1519,"eClass":"EGenericType"},{"id":1520,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"failureProbability","changeable":true,"lowerBound":1,"iD":false,"id":1521,"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":"communicationLinkResourceType_CommunicationLinkResourceSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1522,"derived":false},{"id":1523,"eClass":"EGenericType"},{"id":1524,"eClass":"EGenericType"},{"id":1525,"eClass":"EGenericType"},{"id":1526,"eClass":"EGenericType"},{"id":1527,"eClass":"EGenericType"},{"id":1528,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AllocationContext","instanceClass":null,"abstract":false,"id":1529,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Allocation","instanceClass":null,"abstract":false,"id":1530,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"OneAssemblyContextOrOneEventChannelShouldBeReferred","lowerBound":0,"id":1531,"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":"resourceContainer_AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1532,"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":"assemblyContext_AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1533,"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":"allocation_AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1534,"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":"eventChannel__AllocationContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1535,"derived":false},{"id":1536,"eClass":"EGenericType"},{"id":1537,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1538,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1539,"many":false,"required":false,"eClass":"EParameter"},{"id":1540,"eClass":"EGenericType"},{"id":1541,"eClass":"EGenericType"},{"id":1542,"eClass":"EGenericType"},{"id":1543,"eClass":"EGenericType"},{"id":1544,"eClass":"EGenericType"},{"id":1545,"eClass":"EGenericType"},{"id":1546,"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":"allocationContexts_Allocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1547,"derived":false},{"id":1548,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EachAssemblyContextWithinSystemHasToBeAllocatedExactlyOnce","lowerBound":0,"id":1549,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"CommunicatingServersHaveToBeConnectedByLinkingResource","lowerBound":0,"id":1550,"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":"targetResourceEnvironment_Allocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1551,"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":"system_Allocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1552,"derived":false},{"id":1553,"eClass":"EGenericType"},{"id":1554,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1555,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1556,"many":false,"required":false,"eClass":"EParameter"},{"id":1557,"eClass":"EGenericType"},{"id":1558,"eClass":"EGenericType"},{"id":1559,"eClass":"EGenericType"},{"id":1560,"eClass":"EGenericType"},{"id":1561,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":1562,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":1563,"many":false,"required":false,"eClass":"EParameter"},{"id":1564,"eClass":"EGenericType"},{"id":1565,"eClass":"EGenericType"},{"id":1566,"eClass":"EGenericType"},{"id":1567,"eClass":"EGenericType"},{"id":1568,"eClass":"EGenericType"},{"id":1569,"eClass":"EGenericType"},{"id":1570,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSystem","instanceClass":null,"abstract":false,"id":1571,"interface":false,"eClass":"EClass"},{"id":1572,"eClass":"EGenericType"},{"id":1573,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Completion","instanceClass":null,"abstract":false,"id":1574,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompletionRepository","instanceClass":null,"abstract":false,"id":1575,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelegatingExternalCallAction","instanceClass":null,"abstract":false,"id":1576,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkDemandParametricResourceDemand","instanceClass":null,"abstract":false,"id":1577,"interface":false,"eClass":"EClass"},{"id":1578,"eClass":"EGenericType"},{"id":1579,"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":"completions_CompletionRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1580,"derived":false},{"id":1581,"eClass":"EGenericType"},{"id":1582,"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":"requiredCommunicationLinkResource_ParametricResourceDemand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":1583,"derived":false},{"id":1584,"eClass":"EGenericType"},{"id":1585,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":1,"target":0},{"source":2,"target":0},{"source":2,"target":22},{"source":22,"target":23},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":24,"target":25},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":26},{"source":26,"target":27},{"source":26,"target":4},{"source":5,"target":0},{"source":5,"target":28},{"source":28,"target":29},{"source":28,"target":5},{"source":6,"target":0},{"source":6,"target":30},{"source":30,"target":31},{"source":30,"target":6},{"source":7,"target":0},{"source":7,"target":32},{"source":32,"target":33},{"source":32,"target":7},{"source":8,"target":34},{"source":8,"target":35},{"source":8,"target":36},{"source":8,"target":0},{"source":34,"target":8},{"source":34,"target":37},{"source":34,"target":38},{"source":34,"target":39},{"source":34,"target":40},{"source":34,"target":41},{"source":34,"target":42},{"source":34,"target":43},{"source":34,"target":44},{"source":34,"target":45},{"source":34,"target":46},{"source":34,"target":47},{"source":34,"target":48},{"source":34,"target":49},{"source":34,"target":50},{"source":34,"target":51},{"source":34,"target":52},{"source":34,"target":53},{"source":34,"target":54},{"source":34,"target":55},{"source":37,"target":56},{"source":37,"target":34},{"source":37,"target":57},{"source":37,"target":58},{"source":57,"target":59},{"source":57,"target":37},{"source":58,"target":60},{"source":58,"target":37},{"source":60,"target":61},{"source":60,"target":62},{"source":38,"target":63},{"source":38,"target":64},{"source":38,"target":34},{"source":38,"target":65},{"source":64,"target":63},{"source":39,"target":66},{"source":39,"target":67},{"source":39,"target":34},{"source":39,"target":68},{"source":67,"target":66},{"source":40,"target":69},{"source":40,"target":70},{"source":40,"target":34},{"source":40,"target":71},{"source":70,"target":69},{"source":41,"target":72},{"source":41,"target":73},{"source":41,"target":34},{"source":41,"target":74},{"source":73,"target":72},{"source":42,"target":75},{"source":42,"target":76},{"source":42,"target":34},{"source":42,"target":77},{"source":76,"target":75},{"source":43,"target":78},{"source":43,"target":79},{"source":43,"target":34},{"source":43,"target":80},{"source":79,"target":78},{"source":44,"target":81},{"source":44,"target":82},{"source":44,"target":34},{"source":44,"target":83},{"source":82,"target":81},{"source":45,"target":84},{"source":45,"target":85},{"source":45,"target":34},{"source":45,"target":86},{"source":85,"target":84},{"source":46,"target":87},{"source":46,"target":88},{"source":46,"target":34},{"source":46,"target":89},{"source":88,"target":87},{"source":47,"target":90},{"source":47,"target":91},{"source":47,"target":34},{"source":47,"target":92},{"source":91,"target":90},{"source":48,"target":93},{"source":48,"target":94},{"source":48,"target":34},{"source":48,"target":95},{"source":94,"target":93},{"source":49,"target":96},{"source":49,"target":97},{"source":49,"target":34},{"source":49,"target":98},{"source":97,"target":96},{"source":50,"target":99},{"source":50,"target":100},{"source":50,"target":34},{"source":50,"target":101},{"source":100,"target":99},{"source":51,"target":102},{"source":51,"target":103},{"source":51,"target":34},{"source":51,"target":104},{"source":103,"target":102},{"source":52,"target":105},{"source":52,"target":106},{"source":52,"target":34},{"source":52,"target":107},{"source":106,"target":105},{"source":53,"target":108},{"source":53,"target":109},{"source":53,"target":34},{"source":53,"target":110},{"source":109,"target":108},{"source":54,"target":105},{"source":54,"target":111},{"source":54,"target":34},{"source":54,"target":112},{"source":111,"target":105},{"source":35,"target":113},{"source":35,"target":114},{"source":35,"target":115},{"source":35,"target":116},{"source":35,"target":117},{"source":35,"target":118},{"source":35,"target":119},{"source":35,"target":120},{"source":35,"target":121},{"source":35,"target":122},{"source":35,"target":123},{"source":35,"target":8},{"source":113,"target":35},{"source":113,"target":124},{"source":113,"target":125},{"source":113,"target":126},{"source":113,"target":127},{"source":125,"target":119},{"source":125,"target":128},{"source":125,"target":113},{"source":125,"target":129},{"source":128,"target":119},{"source":126,"target":130},{"source":126,"target":131},{"source":126,"target":113},{"source":131,"target":130},{"source":127,"target":124},{"source":114,"target":35},{"source":114,"target":115},{"source":114,"target":116},{"source":114,"target":132},{"source":114,"target":133},{"source":132,"target":115},{"source":133,"target":116},{"source":115,"target":35},{"source":115,"target":123},{"source":115,"target":134},{"source":115,"target":135},{"source":134,"target":136},{"source":134,"target":137},{"source":134,"target":115},{"source":134,"target":138},{"source":137,"target":136},{"source":135,"target":123},{"source":116,"target":35},{"source":116,"target":123},{"source":116,"target":117},{"source":116,"target":139},{"source":116,"target":140},{"source":116,"target":141},{"source":139,"target":142},{"source":139,"target":143},{"source":139,"target":116},{"source":139,"target":144},{"source":143,"target":142},{"source":140,"target":123},{"source":141,"target":117},{"source":117,"target":35},{"source":117,"target":123},{"source":117,"target":145},{"source":117,"target":146},{"source":145,"target":118},{"source":145,"target":147},{"source":145,"target":117},{"source":145,"target":148},{"source":147,"target":118},{"source":146,"target":123},{"source":118,"target":35},{"source":118,"target":124},{"source":118,"target":149},{"source":118,"target":148},{"source":118,"target":150},{"source":149,"target":130},{"source":149,"target":151},{"source":149,"target":118},{"source":151,"target":130},{"source":148,"target":117},{"source":148,"target":152},{"source":148,"target":118},{"source":148,"target":145},{"source":152,"target":117},{"source":150,"target":124},{"source":119,"target":35},{"source":119,"target":123},{"source":119,"target":129},{"source":119,"target":153},{"source":129,"target":113},{"source":129,"target":154},{"source":129,"target":119},{"source":129,"target":125},{"source":154,"target":113},{"source":153,"target":123},{"source":120,"target":35},{"source":120,"target":155},{"source":120,"target":114},{"source":120,"target":156},{"source":120,"target":157},{"source":120,"target":158},{"source":156,"target":159},{"source":156,"target":120},{"source":156,"target":160},{"source":156,"target":161},{"source":160,"target":162},{"source":160,"target":156},{"source":161,"target":163},{"source":161,"target":156},{"source":163,"target":164},{"source":163,"target":165},{"source":157,"target":155},{"source":158,"target":114},{"source":121,"target":35},{"source":121,"target":166},{"source":166,"target":167},{"source":166,"target":121},{"source":122,"target":35},{"source":122,"target":117},{"source":122,"target":119},{"source":122,"target":168},{"source":122,"target":169},{"source":168,"target":117},{"source":169,"target":119},{"source":123,"target":35},{"source":123,"target":121},{"source":123,"target":170},{"source":123,"target":171},{"source":171,"target":121},{"source":36,"target":172},{"source":36,"target":173},{"source":36,"target":155},{"source":36,"target":174},{"source":36,"target":175},{"source":36,"target":176},{"source":36,"target":90},{"source":36,"target":177},{"source":36,"target":178},{"source":36,"target":179},{"source":36,"target":93},{"source":36,"target":180},{"source":36,"target":181},{"source":36,"target":182},{"source":36,"target":183},{"source":36,"target":184},{"source":36,"target":185},{"source":36,"target":186},{"source":36,"target":8},{"source":172,"target":36},{"source":172,"target":173},{"source":172,"target":187},{"source":187,"target":173},{"source":173,"target":36},{"source":173,"target":123},{"source":173,"target":188},{"source":173,"target":189},{"source":188,"target":155},{"source":188,"target":190},{"source":188,"target":173},{"source":188,"target":191},{"source":190,"target":155},{"source":189,"target":123},{"source":155,"target":36},{"source":155,"target":123},{"source":155,"target":192},{"source":155,"target":193},{"source":155,"target":194},{"source":155,"target":195},{"source":155,"target":196},{"source":155,"target":191},{"source":155,"target":197},{"source":192,"target":198},{"source":192,"target":155},{"source":192,"target":199},{"source":192,"target":200},{"source":199,"target":201},{"source":199,"target":192},{"source":200,"target":202},{"source":200,"target":192},{"source":202,"target":203},{"source":202,"target":204},{"source":193,"target":205},{"source":193,"target":155},{"source":193,"target":206},{"source":193,"target":207},{"source":206,"target":208},{"source":206,"target":193},{"source":207,"target":209},{"source":207,"target":193},{"source":209,"target":210},{"source":209,"target":211},{"source":194,"target":186},{"source":194,"target":212},{"source":194,"target":155},{"source":194,"target":213},{"source":212,"target":186},{"source":195,"target":174},{"source":195,"target":214},{"source":195,"target":155},{"source":195,"target":215},{"source":214,"target":174},{"source":196,"target":175},{"source":196,"target":216},{"source":196,"target":155},{"source":196,"target":217},{"source":216,"target":175},{"source":191,"target":173},{"source":191,"target":218},{"source":191,"target":155},{"source":191,"target":188},{"source":218,"target":173},{"source":197,"target":123},{"source":174,"target":36},{"source":174,"target":219},{"source":174,"target":220},{"source":174,"target":215},{"source":219,"target":118},{"source":219,"target":221},{"source":219,"target":174},{"source":221,"target":118},{"source":220,"target":118},{"source":220,"target":222},{"source":220,"target":174},{"source":222,"target":118},{"source":215,"target":155},{"source":215,"target":223},{"source":215,"target":174},{"source":215,"target":195},{"source":223,"target":155},{"source":175,"target":36},{"source":175,"target":123},{"source":175,"target":224},{"source":175,"target":225},{"source":175,"target":226},{"source":175,"target":217},{"source":175,"target":227},{"source":224,"target":228},{"source":224,"target":229},{"source":224,"target":175},{"source":229,"target":228},{"source":225,"target":176},{"source":225,"target":230},{"source":225,"target":175},{"source":225,"target":231},{"source":230,"target":176},{"source":226,"target":90},{"source":226,"target":232},{"source":226,"target":175},{"source":226,"target":233},{"source":232,"target":90},{"source":217,"target":155},{"source":217,"target":234},{"source":217,"target":175},{"source":217,"target":196},{"source":234,"target":155},{"source":227,"target":123},{"source":176,"target":36},{"source":176,"target":173},{"source":176,"target":235},{"source":176,"target":236},{"source":176,"target":231},{"source":176,"target":237},{"source":235,"target":238},{"source":235,"target":239},{"source":235,"target":176},{"source":239,"target":238},{"source":236,"target":186},{"source":236,"target":240},{"source":236,"target":176},{"source":240,"target":186},{"source":231,"target":175},{"source":231,"target":241},{"source":231,"target":176},{"source":231,"target":225},{"source":241,"target":175},{"source":237,"target":173},{"source":90,"target":36},{"source":90,"target":173},{"source":90,"target":242},{"source":90,"target":92},{"source":90,"target":243},{"source":90,"target":233},{"source":90,"target":244},{"source":242,"target":245},{"source":242,"target":246},{"source":242,"target":90},{"source":246,"target":245},{"source":92,"target":34},{"source":92,"target":247},{"source":92,"target":90},{"source":92,"target":47},{"source":247,"target":34},{"source":243,"target":186},{"source":243,"target":248},{"source":243,"target":90},{"source":248,"target":186},{"source":233,"target":175},{"source":233,"target":249},{"source":233,"target":90},{"source":233,"target":226},{"source":249,"target":175},{"source":244,"target":173},{"source":177,"target":36},{"source":177,"target":172},{"source":177,"target":250},{"source":177,"target":251},{"source":177,"target":252},{"source":177,"target":253},{"source":177,"target":254},{"source":177,"target":255},{"source":250,"target":256},{"source":250,"target":177},{"source":250,"target":257},{"source":250,"target":258},{"source":257,"target":259},{"source":257,"target":250},{"source":258,"target":260},{"source":258,"target":250},{"source":260,"target":261},{"source":260,"target":262},{"source":251,"target":263},{"source":251,"target":177},{"source":251,"target":264},{"source":251,"target":265},{"source":264,"target":266},{"source":264,"target":251},{"source":265,"target":267},{"source":265,"target":251},{"source":267,"target":268},{"source":267,"target":269},{"source":252,"target":270},{"source":252,"target":271},{"source":252,"target":177},{"source":271,"target":270},{"source":253,"target":270},{"source":253,"target":272},{"source":253,"target":177},{"source":272,"target":270},{"source":254,"target":186},{"source":254,"target":273},{"source":254,"target":177},{"source":273,"target":186},{"source":255,"target":172},{"source":178,"target":36},{"source":178,"target":172},{"source":178,"target":274},{"source":178,"target":275},{"source":178,"target":276},{"source":178,"target":277},{"source":178,"target":278},{"source":178,"target":279},{"source":178,"target":280},{"source":274,"target":281},{"source":274,"target":178},{"source":274,"target":282},{"source":274,"target":283},{"source":282,"target":284},{"source":282,"target":274},{"source":283,"target":285},{"source":283,"target":274},{"source":285,"target":286},{"source":285,"target":287},{"source":275,"target":288},{"source":275,"target":178},{"source":275,"target":289},{"source":275,"target":290},{"source":289,"target":291},{"source":289,"target":275},{"source":290,"target":292},{"source":290,"target":275},{"source":292,"target":293},{"source":292,"target":294},{"source":276,"target":295},{"source":276,"target":178},{"source":276,"target":296},{"source":276,"target":297},{"source":296,"target":298},{"source":296,"target":276},{"source":297,"target":299},{"source":297,"target":276},{"source":299,"target":300},{"source":299,"target":301},{"source":277,"target":302},{"source":277,"target":303},{"source":277,"target":178},{"source":303,"target":302},{"source":278,"target":302},{"source":278,"target":304},{"source":278,"target":178},{"source":304,"target":302},{"source":279,"target":186},{"source":279,"target":305},{"source":279,"target":178},{"source":305,"target":186},{"source":280,"target":172},{"source":179,"target":36},{"source":179,"target":173},{"source":179,"target":306},{"source":179,"target":307},{"source":179,"target":308},{"source":179,"target":309},{"source":179,"target":310},{"source":179,"target":311},{"source":179,"target":312},{"source":179,"target":313},{"source":306,"target":314},{"source":306,"target":179},{"source":306,"target":315},{"source":306,"target":316},{"source":315,"target":317},{"source":315,"target":306},{"source":316,"target":318},{"source":316,"target":306},{"source":318,"target":319},{"source":318,"target":320},{"source":307,"target":321},{"source":307,"target":179},{"source":307,"target":322},{"source":307,"target":323},{"source":322,"target":324},{"source":322,"target":307},{"source":323,"target":325},{"source":323,"target":307},{"source":325,"target":326},{"source":325,"target":327},{"source":308,"target":328},{"source":308,"target":179},{"source":308,"target":329},{"source":308,"target":330},{"source":329,"target":331},{"source":329,"target":308},{"source":330,"target":332},{"source":330,"target":308},{"source":332,"target":333},{"source":332,"target":334},{"source":309,"target":186},{"source":309,"target":335},{"source":309,"target":179},{"source":335,"target":186},{"source":310,"target":186},{"source":310,"target":336},{"source":310,"target":179},{"source":336,"target":186},{"source":311,"target":270},{"source":311,"target":337},{"source":311,"target":179},{"source":337,"target":270},{"source":312,"target":302},{"source":312,"target":338},{"source":312,"target":179},{"source":338,"target":302},{"source":313,"target":173},{"source":93,"target":36},{"source":93,"target":173},{"source":93,"target":339},{"source":93,"target":340},{"source":93,"target":341},{"source":93,"target":342},{"source":93,"target":95},{"source":93,"target":343},{"source":339,"target":245},{"source":339,"target":344},{"source":339,"target":93},{"source":344,"target":245},{"source":340,"target":238},{"source":340,"target":345},{"source":340,"target":93},{"source":345,"target":238},{"source":341,"target":186},{"source":341,"target":346},{"source":341,"target":93},{"source":346,"target":186},{"source":342,"target":186},{"source":342,"target":347},{"source":342,"target":93},{"source":347,"target":186},{"source":95,"target":34},{"source":95,"target":348},{"source":95,"target":93},{"source":95,"target":48},{"source":348,"target":34},{"source":343,"target":173},{"source":180,"target":36},{"source":180,"target":172},{"source":180,"target":349},{"source":180,"target":350},{"source":180,"target":351},{"source":180,"target":352},{"source":349,"target":238},{"source":349,"target":353},{"source":349,"target":180},{"source":353,"target":238},{"source":350,"target":238},{"source":350,"target":354},{"source":350,"target":180},{"source":354,"target":238},{"source":351,"target":186},{"source":351,"target":355},{"source":351,"target":180},{"source":355,"target":186},{"source":352,"target":172},{"source":181,"target":36},{"source":181,"target":172},{"source":181,"target":356},{"source":181,"target":357},{"source":181,"target":358},{"source":181,"target":359},{"source":356,"target":186},{"source":356,"target":360},{"source":356,"target":181},{"source":360,"target":186},{"source":357,"target":245},{"source":357,"target":361},{"source":357,"target":181},{"source":361,"target":245},{"source":358,"target":245},{"source":358,"target":362},{"source":358,"target":181},{"source":362,"target":245},{"source":359,"target":172},{"source":182,"target":36},{"source":182,"target":173},{"source":182,"target":363},{"source":182,"target":364},{"source":182,"target":365},{"source":182,"target":366},{"source":182,"target":367},{"source":363,"target":368},{"source":363,"target":369},{"source":363,"target":182},{"source":369,"target":368},{"source":364,"target":370},{"source":364,"target":371},{"source":364,"target":182},{"source":371,"target":370},{"source":365,"target":186},{"source":365,"target":372},{"source":365,"target":182},{"source":372,"target":186},{"source":366,"target":186},{"source":366,"target":373},{"source":366,"target":182},{"source":373,"target":186},{"source":367,"target":173},{"source":183,"target":36},{"source":183,"target":172},{"source":183,"target":374},{"source":183,"target":375},{"source":183,"target":376},{"source":183,"target":377},{"source":374,"target":368},{"source":374,"target":378},{"source":374,"target":183},{"source":378,"target":368},{"source":375,"target":368},{"source":375,"target":379},{"source":375,"target":183},{"source":379,"target":368},{"source":376,"target":186},{"source":376,"target":380},{"source":376,"target":183},{"source":380,"target":186},{"source":377,"target":172},{"source":184,"target":36},{"source":184,"target":172},{"source":184,"target":381},{"source":184,"target":382},{"source":184,"target":383},{"source":184,"target":384},{"source":381,"target":370},{"source":381,"target":385},{"source":381,"target":184},{"source":385,"target":370},{"source":382,"target":370},{"source":382,"target":386},{"source":382,"target":184},{"source":386,"target":370},{"source":383,"target":186},{"source":383,"target":387},{"source":383,"target":184},{"source":387,"target":186},{"source":384,"target":172},{"source":185,"target":36},{"source":185,"target":172},{"source":185,"target":388},{"source":185,"target":389},{"source":185,"target":390},{"source":185,"target":391},{"source":388,"target":186},{"source":388,"target":392},{"source":388,"target":185},{"source":392,"target":186},{"source":389,"target":118},{"source":389,"target":393},{"source":389,"target":185},{"source":393,"target":118},{"source":390,"target":118},{"source":390,"target":394},{"source":390,"target":185},{"source":394,"target":118},{"source":391,"target":172},{"source":186,"target":36},{"source":186,"target":123},{"source":186,"target":213},{"source":186,"target":395},{"source":186,"target":396},{"source":186,"target":397},{"source":213,"target":155},{"source":213,"target":398},{"source":213,"target":186},{"source":213,"target":194},{"source":398,"target":155},{"source":395,"target":399},{"source":395,"target":400},{"source":395,"target":186},{"source":400,"target":399},{"source":396,"target":401},{"source":396,"target":402},{"source":396,"target":186},{"source":396,"target":403},{"source":402,"target":401},{"source":397,"target":123},{"source":9,"target":404},{"source":9,"target":405},{"source":9,"target":406},{"source":9,"target":407},{"source":9,"target":408},{"source":9,"target":409},{"source":9,"target":410},{"source":9,"target":411},{"source":9,"target":412},{"source":9,"target":96},{"source":9,"target":413},{"source":9,"target":414},{"source":9,"target":99},{"source":9,"target":102},{"source":9,"target":63},{"source":9,"target":0},{"source":404,"target":9},{"source":404,"target":415},{"source":415,"target":405},{"source":415,"target":416},{"source":415,"target":404},{"source":415,"target":417},{"source":416,"target":405},{"source":405,"target":9},{"source":405,"target":123},{"source":405,"target":418},{"source":405,"target":419},{"source":405,"target":417},{"source":405,"target":420},{"source":418,"target":407},{"source":418,"target":421},{"source":418,"target":405},{"source":418,"target":422},{"source":421,"target":407},{"source":419,"target":410},{"source":419,"target":423},{"source":419,"target":405},{"source":419,"target":424},{"source":423,"target":410},{"source":417,"target":404},{"source":417,"target":425},{"source":417,"target":405},{"source":417,"target":415},{"source":425,"target":404},{"source":420,"target":123},{"source":406,"target":9},{"source":406,"target":426},{"source":406,"target":427},{"source":406,"target":428},{"source":426,"target":186},{"source":426,"target":429},{"source":426,"target":406},{"source":429,"target":186},{"source":427,"target":407},{"source":427,"target":430},{"source":427,"target":406},{"source":427,"target":431},{"source":430,"target":407},{"source":428,"target":401},{"source":428,"target":432},{"source":428,"target":406},{"source":428,"target":433},{"source":432,"target":401},{"source":407,"target":9},{"source":407,"target":422},{"source":407,"target":431},{"source":422,"target":405},{"source":422,"target":434},{"source":422,"target":407},{"source":422,"target":418},{"source":434,"target":405},{"source":431,"target":406},{"source":431,"target":435},{"source":431,"target":407},{"source":431,"target":427},{"source":435,"target":406},{"source":408,"target":9},{"source":408,"target":409},{"source":408,"target":436},{"source":408,"target":437},{"source":408,"target":438},{"source":408,"target":439},{"source":408,"target":440},{"source":408,"target":441},{"source":408,"target":442},{"source":408,"target":443},{"source":436,"target":444},{"source":436,"target":408},{"source":436,"target":445},{"source":436,"target":446},{"source":445,"target":447},{"source":445,"target":436},{"source":446,"target":448},{"source":446,"target":436},{"source":448,"target":449},{"source":448,"target":450},{"source":437,"target":451},{"source":437,"target":408},{"source":437,"target":452},{"source":437,"target":453},{"source":452,"target":454},{"source":452,"target":437},{"source":453,"target":455},{"source":453,"target":437},{"source":455,"target":456},{"source":455,"target":457},{"source":438,"target":270},{"source":438,"target":458},{"source":438,"target":408},{"source":458,"target":270},{"source":439,"target":459},{"source":439,"target":460},{"source":439,"target":408},{"source":460,"target":459},{"source":440,"target":401},{"source":440,"target":461},{"source":440,"target":408},{"source":440,"target":462},{"source":461,"target":401},{"source":441,"target":463},{"source":441,"target":408},{"source":442,"target":401},{"source":442,"target":464},{"source":442,"target":408},{"source":442,"target":465},{"source":464,"target":401},{"source":443,"target":409},{"source":409,"target":9},{"source":409,"target":123},{"source":409,"target":466},{"source":409,"target":467},{"source":409,"target":468},{"source":409,"target":469},{"source":466,"target":409},{"source":466,"target":470},{"source":466,"target":409},{"source":466,"target":467},{"source":470,"target":409},{"source":467,"target":409},{"source":467,"target":471},{"source":467,"target":409},{"source":467,"target":466},{"source":471,"target":409},{"source":468,"target":410},{"source":468,"target":472},{"source":468,"target":409},{"source":468,"target":473},{"source":472,"target":410},{"source":469,"target":123},{"source":410,"target":9},{"source":410,"target":123},{"source":410,"target":474},{"source":410,"target":475},{"source":410,"target":476},{"source":410,"target":424},{"source":410,"target":477},{"source":410,"target":478},{"source":410,"target":473},{"source":410,"target":479},{"source":474,"target":480},{"source":474,"target":410},{"source":474,"target":481},{"source":474,"target":482},{"source":481,"target":483},{"source":481,"target":474},{"source":482,"target":484},{"source":482,"target":474},{"source":484,"target":485},{"source":484,"target":486},{"source":475,"target":487},{"source":475,"target":410},{"source":475,"target":488},{"source":475,"target":489},{"source":488,"target":490},{"source":488,"target":475},{"source":489,"target":491},{"source":489,"target":475},{"source":491,"target":492},{"source":491,"target":493},{"source":476,"target":494},{"source":476,"target":410},{"source":476,"target":495},{"source":476,"target":496},{"source":495,"target":497},{"source":495,"target":476},{"source":496,"target":498},{"source":496,"target":476},{"source":498,"target":499},{"source":498,"target":500},{"source":424,"target":405},{"source":424,"target":501},{"source":424,"target":410},{"source":424,"target":419},{"source":501,"target":405},{"source":477,"target":411},{"source":477,"target":502},{"source":477,"target":410},{"source":477,"target":503},{"source":502,"target":411},{"source":478,"target":96},{"source":478,"target":504},{"source":478,"target":410},{"source":478,"target":505},{"source":504,"target":96},{"source":473,"target":409},{"source":473,"target":506},{"source":473,"target":410},{"source":473,"target":468},{"source":506,"target":409},{"source":479,"target":123},{"source":411,"target":9},{"source":411,"target":507},{"source":411,"target":508},{"source":411,"target":503},{"source":507,"target":509},{"source":507,"target":411},{"source":508,"target":412},{"source":508,"target":510},{"source":508,"target":411},{"source":508,"target":511},{"source":510,"target":412},{"source":503,"target":410},{"source":503,"target":512},{"source":503,"target":411},{"source":503,"target":477},{"source":512,"target":410},{"source":412,"target":9},{"source":412,"target":409},{"source":412,"target":513},{"source":412,"target":511},{"source":412,"target":514},{"source":513,"target":515},{"source":513,"target":412},{"source":513,"target":516},{"source":513,"target":517},{"source":516,"target":518},{"source":516,"target":513},{"source":517,"target":519},{"source":517,"target":513},{"source":519,"target":520},{"source":519,"target":521},{"source":511,"target":411},{"source":511,"target":522},{"source":511,"target":412},{"source":511,"target":508},{"source":522,"target":411},{"source":514,"target":409},{"source":96,"target":9},{"source":96,"target":409},{"source":96,"target":98},{"source":96,"target":505},{"source":96,"target":523},{"source":98,"target":34},{"source":98,"target":524},{"source":98,"target":96},{"source":98,"target":49},{"source":524,"target":34},{"source":505,"target":410},{"source":505,"target":525},{"source":505,"target":96},{"source":505,"target":478},{"source":525,"target":410},{"source":523,"target":409},{"source":413,"target":9},{"source":413,"target":409},{"source":413,"target":526},{"source":413,"target":527},{"source":526,"target":528},{"source":526,"target":413},{"source":526,"target":529},{"source":526,"target":530},{"source":529,"target":531},{"source":529,"target":526},{"source":530,"target":532},{"source":530,"target":526},{"source":532,"target":533},{"source":532,"target":534},{"source":527,"target":409},{"source":414,"target":9},{"source":414,"target":409},{"source":414,"target":535},{"source":414,"target":536},{"source":535,"target":537},{"source":535,"target":414},{"source":535,"target":538},{"source":535,"target":539},{"source":538,"target":540},{"source":538,"target":535},{"source":539,"target":541},{"source":539,"target":535},{"source":541,"target":542},{"source":541,"target":543},{"source":536,"target":409},{"source":99,"target":9},{"source":99,"target":404},{"source":99,"target":544},{"source":99,"target":101},{"source":99,"target":545},{"source":544,"target":546},{"source":544,"target":99},{"source":544,"target":547},{"source":544,"target":548},{"source":547,"target":549},{"source":547,"target":544},{"source":548,"target":550},{"source":548,"target":544},{"source":550,"target":551},{"source":550,"target":552},{"source":101,"target":34},{"source":101,"target":553},{"source":101,"target":99},{"source":101,"target":50},{"source":553,"target":34},{"source":545,"target":404},{"source":102,"target":9},{"source":102,"target":409},{"source":102,"target":104},{"source":102,"target":554},{"source":104,"target":34},{"source":104,"target":555},{"source":104,"target":102},{"source":104,"target":51},{"source":555,"target":34},{"source":554,"target":409},{"source":63,"target":9},{"source":63,"target":404},{"source":63,"target":556},{"source":63,"target":557},{"source":63,"target":558},{"source":63,"target":65},{"source":63,"target":559},{"source":556,"target":560},{"source":556,"target":63},{"source":556,"target":561},{"source":556,"target":562},{"source":561,"target":563},{"source":561,"target":556},{"source":562,"target":564},{"source":562,"target":556},{"source":564,"target":565},{"source":564,"target":566},{"source":557,"target":567},{"source":557,"target":63},{"source":557,"target":568},{"source":557,"target":569},{"source":568,"target":570},{"source":568,"target":557},{"source":569,"target":571},{"source":569,"target":557},{"source":571,"target":572},{"source":571,"target":573},{"source":558,"target":574},{"source":558,"target":63},{"source":65,"target":34},{"source":65,"target":575},{"source":65,"target":63},{"source":65,"target":38},{"source":575,"target":34},{"source":559,"target":404},{"source":10,"target":66},{"source":10,"target":576},{"source":10,"target":577},{"source":10,"target":399},{"source":10,"target":136},{"source":10,"target":578},{"source":10,"target":579},{"source":10,"target":580},{"source":10,"target":581},{"source":10,"target":582},{"source":10,"target":228},{"source":10,"target":583},{"source":10,"target":584},{"source":10,"target":585},{"source":10,"target":586},{"source":10,"target":587},{"source":10,"target":370},{"source":10,"target":142},{"source":10,"target":459},{"source":10,"target":588},{"source":10,"target":302},{"source":10,"target":238},{"source":10,"target":245},{"source":10,"target":270},{"source":10,"target":368},{"source":10,"target":589},{"source":10,"target":590},{"source":10,"target":591},{"source":10,"target":592},{"source":10,"target":593},{"source":10,"target":594},{"source":10,"target":595},{"source":10,"target":596},{"source":10,"target":597},{"source":10,"target":598},{"source":10,"target":124},{"source":10,"target":0},{"source":66,"target":10},{"source":66,"target":123},{"source":66,"target":68},{"source":66,"target":599},{"source":66,"target":600},{"source":66,"target":601},{"source":68,"target":34},{"source":68,"target":602},{"source":68,"target":66},{"source":68,"target":39},{"source":602,"target":34},{"source":599,"target":576},{"source":599,"target":603},{"source":599,"target":66},{"source":599,"target":604},{"source":603,"target":576},{"source":600,"target":605},{"source":600,"target":606},{"source":600,"target":66},{"source":600,"target":607},{"source":606,"target":605},{"source":601,"target":123},{"source":576,"target":10},{"source":576,"target":577},{"source":576,"target":608},{"source":576,"target":609},{"source":576,"target":610},{"source":576,"target":611},{"source":576,"target":604},{"source":576,"target":612},{"source":608,"target":613},{"source":608,"target":576},{"source":608,"target":614},{"source":608,"target":615},{"source":614,"target":616},{"source":614,"target":608},{"source":615,"target":617},{"source":615,"target":608},{"source":617,"target":618},{"source":617,"target":619},{"source":609,"target":620},{"source":609,"target":576},{"source":609,"target":621},{"source":609,"target":622},{"source":621,"target":623},{"source":621,"target":609},{"source":622,"target":624},{"source":622,"target":609},{"source":624,"target":625},{"source":624,"target":626},{"source":610,"target":627},{"source":610,"target":576},{"source":610,"target":628},{"source":610,"target":629},{"source":628,"target":630},{"source":628,"target":610},{"source":629,"target":631},{"source":629,"target":610},{"source":631,"target":632},{"source":631,"target":633},{"source":611,"target":634},{"source":611,"target":635},{"source":611,"target":576},{"source":611,"target":636},{"source":635,"target":634},{"source":604,"target":66},{"source":604,"target":637},{"source":604,"target":576},{"source":604,"target":599},{"source":637,"target":66},{"source":612,"target":577},{"source":577,"target":10},{"source":577,"target":399},{"source":577,"target":638},{"source":577,"target":639},{"source":577,"target":640},{"source":577,"target":641},{"source":577,"target":642},{"source":577,"target":643},{"source":577,"target":644},{"source":638,"target":645},{"source":638,"target":577},{"source":638,"target":646},{"source":638,"target":647},{"source":646,"target":648},{"source":646,"target":638},{"source":647,"target":649},{"source":647,"target":638},{"source":649,"target":650},{"source":649,"target":651},{"source":639,"target":652},{"source":639,"target":577},{"source":639,"target":653},{"source":639,"target":654},{"source":653,"target":655},{"source":653,"target":639},{"source":654,"target":656},{"source":654,"target":639},{"source":656,"target":657},{"source":656,"target":658},{"source":640,"target":659},{"source":640,"target":577},{"source":640,"target":660},{"source":640,"target":661},{"source":660,"target":662},{"source":660,"target":640},{"source":661,"target":663},{"source":661,"target":640},{"source":663,"target":664},{"source":663,"target":665},{"source":641,"target":590},{"source":641,"target":666},{"source":641,"target":577},{"source":666,"target":590},{"source":642,"target":401},{"source":642,"target":667},{"source":642,"target":577},{"source":667,"target":401},{"source":643,"target":592},{"source":643,"target":668},{"source":643,"target":577},{"source":668,"target":592},{"source":644,"target":399},{"source":399,"target":10},{"source":399,"target":114},{"source":399,"target":669},{"source":399,"target":670},{"source":669,"target":580},{"source":669,"target":671},{"source":669,"target":399},{"source":669,"target":672},{"source":671,"target":580},{"source":670,"target":114},{"source":136,"target":10},{"source":136,"target":124},{"source":136,"target":138},{"source":136,"target":673},{"source":138,"target":115},{"source":138,"target":674},{"source":138,"target":136},{"source":138,"target":134},{"source":674,"target":115},{"source":673,"target":124},{"source":578,"target":10},{"source":578,"target":675},{"source":578,"target":676},{"source":578,"target":677},{"source":578,"target":678},{"source":578,"target":679},{"source":578,"target":680},{"source":578,"target":681},{"source":675,"target":579},{"source":675,"target":682},{"source":675,"target":578},{"source":682,"target":579},{"source":676,"target":586},{"source":676,"target":683},{"source":676,"target":578},{"source":676,"target":684},{"source":683,"target":586},{"source":677,"target":459},{"source":677,"target":685},{"source":677,"target":578},{"source":677,"target":686},{"source":685,"target":459},{"source":678,"target":583},{"source":678,"target":687},{"source":678,"target":578},{"source":678,"target":688},{"source":687,"target":583},{"source":679,"target":689},{"source":679,"target":578},{"source":680,"target":589},{"source":680,"target":690},{"source":680,"target":578},{"source":690,"target":589},{"source":681,"target":691},{"source":681,"target":692},{"source":681,"target":578},{"source":681,"target":693},{"source":692,"target":691},{"source":579,"target":10},{"source":579,"target":694},{"source":694,"target":580},{"source":694,"target":695},{"source":694,"target":579},{"source":694,"target":696},{"source":695,"target":580},{"source":580,"target":10},{"source":580,"target":123},{"source":580,"target":697},{"source":580,"target":672},{"source":580,"target":698},{"source":580,"target":699},{"source":580,"target":696},{"source":580,"target":700},{"source":697,"target":701},{"source":697,"target":580},{"source":672,"target":399},{"source":672,"target":702},{"source":672,"target":580},{"source":672,"target":669},{"source":702,"target":399},{"source":698,"target":581},{"source":698,"target":703},{"source":698,"target":580},{"source":698,"target":704},{"source":703,"target":581},{"source":699,"target":705},{"source":699,"target":706},{"source":699,"target":580},{"source":699,"target":707},{"source":706,"target":705},{"source":696,"target":579},{"source":696,"target":708},{"source":696,"target":580},{"source":696,"target":694},{"source":708,"target":579},{"source":700,"target":123},{"source":581,"target":10},{"source":581,"target":123},{"source":581,"target":709},{"source":581,"target":710},{"source":581,"target":711},{"source":581,"target":712},{"source":581,"target":704},{"source":581,"target":713},{"source":709,"target":714},{"source":709,"target":581},{"source":709,"target":715},{"source":709,"target":716},{"source":715,"target":717},{"source":715,"target":709},{"source":716,"target":718},{"source":716,"target":709},{"source":718,"target":719},{"source":718,"target":720},{"source":710,"target":581},{"source":710,"target":721},{"source":710,"target":581},{"source":721,"target":581},{"source":711,"target":722},{"source":711,"target":723},{"source":711,"target":581},{"source":723,"target":722},{"source":712,"target":582},{"source":712,"target":724},{"source":712,"target":581},{"source":712,"target":725},{"source":724,"target":582},{"source":704,"target":580},{"source":704,"target":726},{"source":704,"target":581},{"source":704,"target":698},{"source":726,"target":580},{"source":713,"target":123},{"source":582,"target":10},{"source":582,"target":727},{"source":582,"target":728},{"source":582,"target":725},{"source":727,"target":729},{"source":727,"target":730},{"source":727,"target":582},{"source":730,"target":729},{"source":728,"target":578},{"source":728,"target":731},{"source":728,"target":582},{"source":731,"target":578},{"source":725,"target":581},{"source":725,"target":732},{"source":725,"target":582},{"source":725,"target":712},{"source":732,"target":581},{"source":228,"target":10},{"source":228,"target":581},{"source":228,"target":733},{"source":228,"target":734},{"source":733,"target":583},{"source":733,"target":735},{"source":733,"target":228},{"source":733,"target":736},{"source":735,"target":583},{"source":734,"target":581},{"source":583,"target":10},{"source":583,"target":584},{"source":583,"target":688},{"source":583,"target":736},{"source":583,"target":737},{"source":688,"target":578},{"source":688,"target":738},{"source":688,"target":583},{"source":688,"target":678},{"source":738,"target":578},{"source":736,"target":228},{"source":736,"target":739},{"source":736,"target":583},{"source":736,"target":733},{"source":739,"target":228},{"source":737,"target":584},{"source":584,"target":10},{"source":584,"target":123},{"source":584,"target":740},{"source":584,"target":741},{"source":584,"target":742},{"source":740,"target":585},{"source":740,"target":743},{"source":740,"target":584},{"source":743,"target":585},{"source":741,"target":705},{"source":741,"target":744},{"source":741,"target":584},{"source":744,"target":705},{"source":742,"target":123},{"source":585,"target":10},{"source":585,"target":745},{"source":585,"target":746},{"source":745,"target":747},{"source":745,"target":585},{"source":746,"target":748},{"source":746,"target":585},{"source":586,"target":10},{"source":586,"target":584},{"source":586,"target":684},{"source":586,"target":749},{"source":586,"target":750},{"source":684,"target":578},{"source":684,"target":751},{"source":684,"target":586},{"source":684,"target":676},{"source":751,"target":578},{"source":749,"target":587},{"source":749,"target":752},{"source":749,"target":586},{"source":749,"target":753},{"source":752,"target":587},{"source":750,"target":584},{"source":587,"target":10},{"source":587,"target":581},{"source":587,"target":753},{"source":587,"target":754},{"source":753,"target":586},{"source":753,"target":755},{"source":753,"target":587},{"source":753,"target":749},{"source":755,"target":586},{"source":754,"target":581},{"source":370,"target":10},{"source":370,"target":142},{"source":370,"target":756},{"source":370,"target":757},{"source":756,"target":587},{"source":756,"target":758},{"source":756,"target":370},{"source":758,"target":587},{"source":757,"target":142},{"source":142,"target":10},{"source":142,"target":124},{"source":142,"target":144},{"source":142,"target":759},{"source":144,"target":116},{"source":144,"target":760},{"source":144,"target":142},{"source":144,"target":139},{"source":760,"target":116},{"source":759,"target":124},{"source":459,"target":10},{"source":459,"target":584},{"source":459,"target":761},{"source":459,"target":762},{"source":459,"target":686},{"source":459,"target":763},{"source":459,"target":764},{"source":761,"target":765},{"source":761,"target":459},{"source":761,"target":766},{"source":761,"target":767},{"source":766,"target":768},{"source":766,"target":761},{"source":767,"target":769},{"source":767,"target":761},{"source":769,"target":770},{"source":769,"target":771},{"source":762,"target":588},{"source":762,"target":772},{"source":762,"target":459},{"source":762,"target":773},{"source":772,"target":588},{"source":686,"target":578},{"source":686,"target":774},{"source":686,"target":459},{"source":686,"target":677},{"source":774,"target":578},{"source":763,"target":579},{"source":763,"target":775},{"source":763,"target":459},{"source":775,"target":579},{"source":764,"target":584},{"source":588,"target":10},{"source":588,"target":581},{"source":588,"target":776},{"source":588,"target":773},{"source":588,"target":777},{"source":776,"target":778},{"source":776,"target":588},{"source":776,"target":779},{"source":776,"target":780},{"source":779,"target":781},{"source":779,"target":776},{"source":780,"target":782},{"source":780,"target":776},{"source":782,"target":783},{"source":782,"target":784},{"source":773,"target":459},{"source":773,"target":785},{"source":773,"target":588},{"source":773,"target":762},{"source":785,"target":459},{"source":777,"target":581},{"source":302,"target":10},{"source":302,"target":142},{"source":302,"target":786},{"source":302,"target":787},{"source":786,"target":588},{"source":786,"target":788},{"source":786,"target":302},{"source":788,"target":588},{"source":787,"target":142},{"source":238,"target":10},{"source":238,"target":142},{"source":238,"target":789},{"source":238,"target":790},{"source":789,"target":228},{"source":789,"target":791},{"source":789,"target":238},{"source":791,"target":228},{"source":790,"target":142},{"source":245,"target":10},{"source":245,"target":136},{"source":245,"target":792},{"source":245,"target":793},{"source":792,"target":228},{"source":792,"target":794},{"source":792,"target":245},{"source":794,"target":228},{"source":793,"target":136},{"source":270,"target":10},{"source":270,"target":136},{"source":270,"target":795},{"source":270,"target":796},{"source":795,"target":588},{"source":795,"target":797},{"source":795,"target":270},{"source":797,"target":588},{"source":796,"target":136},{"source":368,"target":10},{"source":368,"target":136},{"source":368,"target":798},{"source":368,"target":799},{"source":798,"target":587},{"source":798,"target":800},{"source":798,"target":368},{"source":800,"target":587},{"source":799,"target":136},{"source":589,"target":10},{"source":589,"target":801},{"source":589,"target":802},{"source":589,"target":803},{"source":589,"target":804},{"source":801,"target":589},{"source":802,"target":589},{"source":803,"target":589},{"source":804,"target":589},{"source":590,"target":10},{"source":590,"target":399},{"source":590,"target":805},{"source":590,"target":806},{"source":590,"target":807},{"source":590,"target":808},{"source":805,"target":809},{"source":805,"target":590},{"source":805,"target":810},{"source":805,"target":811},{"source":810,"target":812},{"source":810,"target":805},{"source":811,"target":813},{"source":811,"target":805},{"source":813,"target":814},{"source":813,"target":815},{"source":806,"target":816},{"source":806,"target":590},{"source":806,"target":817},{"source":806,"target":818},{"source":817,"target":819},{"source":817,"target":806},{"source":818,"target":820},{"source":818,"target":806},{"source":820,"target":821},{"source":820,"target":822},{"source":807,"target":591},{"source":807,"target":823},{"source":807,"target":590},{"source":823,"target":591},{"source":808,"target":399},{"source":591,"target":10},{"source":591,"target":399},{"source":591,"target":824},{"source":591,"target":825},{"source":824,"target":826},{"source":824,"target":591},{"source":824,"target":827},{"source":824,"target":828},{"source":827,"target":829},{"source":827,"target":824},{"source":828,"target":830},{"source":828,"target":824},{"source":830,"target":831},{"source":830,"target":832},{"source":825,"target":399},{"source":592,"target":10},{"source":592,"target":833},{"source":592,"target":834},{"source":833,"target":592},{"source":834,"target":592},{"source":593,"target":10},{"source":593,"target":120},{"source":593,"target":577},{"source":593,"target":835},{"source":593,"target":836},{"source":593,"target":837},{"source":593,"target":838},{"source":835,"target":839},{"source":835,"target":593},{"source":835,"target":840},{"source":835,"target":841},{"source":840,"target":842},{"source":840,"target":835},{"source":841,"target":843},{"source":841,"target":835},{"source":843,"target":844},{"source":843,"target":845},{"source":836,"target":846},{"source":836,"target":593},{"source":836,"target":847},{"source":836,"target":848},{"source":847,"target":849},{"source":847,"target":836},{"source":848,"target":850},{"source":848,"target":836},{"source":850,"target":851},{"source":850,"target":852},{"source":837,"target":120},{"source":838,"target":577},{"source":594,"target":10},{"source":594,"target":579},{"source":594,"target":853},{"source":594,"target":854},{"source":853,"target":595},{"source":853,"target":855},{"source":853,"target":594},{"source":855,"target":595},{"source":854,"target":579},{"source":595,"target":10},{"source":595,"target":856},{"source":595,"target":857},{"source":595,"target":858},{"source":595,"target":859},{"source":595,"target":860},{"source":595,"target":861},{"source":595,"target":862},{"source":856,"target":595},{"source":857,"target":595},{"source":858,"target":595},{"source":859,"target":595},{"source":860,"target":595},{"source":861,"target":595},{"source":862,"target":595},{"source":596,"target":10},{"source":596,"target":123},{"source":596,"target":579},{"source":596,"target":863},{"source":596,"target":864},{"source":596,"target":865},{"source":863,"target":579},{"source":863,"target":866},{"source":863,"target":596},{"source":866,"target":579},{"source":864,"target":123},{"source":865,"target":579},{"source":597,"target":10},{"source":597,"target":123},{"source":597,"target":579},{"source":597,"target":867},{"source":597,"target":868},{"source":597,"target":869},{"source":597,"target":870},{"source":867,"target":597},{"source":867,"target":871},{"source":867,"target":597},{"source":871,"target":597},{"source":868,"target":598},{"source":868,"target":872},{"source":868,"target":597},{"source":868,"target":873},{"source":872,"target":598},{"source":869,"target":123},{"source":870,"target":579},{"source":598,"target":10},{"source":598,"target":121},{"source":598,"target":874},{"source":598,"target":873},{"source":598,"target":875},{"source":874,"target":579},{"source":874,"target":876},{"source":874,"target":598},{"source":876,"target":579},{"source":873,"target":597},{"source":873,"target":877},{"source":873,"target":598},{"source":873,"target":868},{"source":877,"target":597},{"source":875,"target":121},{"source":124,"target":10},{"source":124,"target":123},{"source":124,"target":878},{"source":878,"target":123},{"source":11,"target":691},{"source":11,"target":879},{"source":11,"target":880},{"source":11,"target":881},{"source":11,"target":882},{"source":11,"target":883},{"source":11,"target":130},{"source":11,"target":0},{"source":691,"target":11},{"source":691,"target":123},{"source":691,"target":693},{"source":691,"target":884},{"source":691,"target":885},{"source":691,"target":886},{"source":693,"target":578},{"source":693,"target":887},{"source":693,"target":691},{"source":693,"target":681},{"source":887,"target":578},{"source":884,"target":888},{"source":884,"target":691},{"source":885,"target":130},{"source":885,"target":889},{"source":885,"target":691},{"source":885,"target":890},{"source":889,"target":130},{"source":886,"target":123},{"source":879,"target":11},{"source":879,"target":880},{"source":879,"target":891},{"source":879,"target":892},{"source":891,"target":893},{"source":891,"target":894},{"source":891,"target":879},{"source":891,"target":895},{"source":894,"target":893},{"source":892,"target":880},{"source":880,"target":11},{"source":880,"target":123},{"source":880,"target":119},{"source":880,"target":896},{"source":880,"target":897},{"source":880,"target":898},{"source":880,"target":899},{"source":896,"target":881},{"source":896,"target":900},{"source":896,"target":880},{"source":896,"target":901},{"source":900,"target":881},{"source":897,"target":123},{"source":899,"target":119},{"source":881,"target":11},{"source":881,"target":902},{"source":881,"target":903},{"source":881,"target":901},{"source":902,"target":130},{"source":902,"target":904},{"source":902,"target":881},{"source":902,"target":905},{"source":904,"target":130},{"source":903,"target":882},{"source":903,"target":906},{"source":903,"target":881},{"source":903,"target":907},{"source":906,"target":882},{"source":901,"target":880},{"source":901,"target":908},{"source":901,"target":881},{"source":901,"target":896},{"source":908,"target":880},{"source":882,"target":11},{"source":882,"target":123},{"source":882,"target":907},{"source":882,"target":909},{"source":907,"target":881},{"source":907,"target":910},{"source":907,"target":882},{"source":907,"target":903},{"source":910,"target":881},{"source":909,"target":123},{"source":883,"target":11},{"source":883,"target":880},{"source":883,"target":911},{"source":883,"target":912},{"source":911,"target":913},{"source":911,"target":914},{"source":911,"target":883},{"source":911,"target":915},{"source":914,"target":913},{"source":912,"target":880},{"source":130,"target":11},{"source":130,"target":123},{"source":130,"target":905},{"source":130,"target":890},{"source":130,"target":916},{"source":905,"target":881},{"source":905,"target":917},{"source":905,"target":130},{"source":905,"target":902},{"source":917,"target":881},{"source":890,"target":691},{"source":890,"target":918},{"source":890,"target":130},{"source":890,"target":885},{"source":918,"target":691},{"source":916,"target":123},{"source":12,"target":722},{"source":12,"target":0},{"source":722,"target":12},{"source":722,"target":919},{"source":919,"target":920},{"source":919,"target":722},{"source":13,"target":401},{"source":13,"target":69},{"source":13,"target":921},{"source":13,"target":729},{"source":13,"target":0},{"source":401,"target":13},{"source":401,"target":922},{"source":401,"target":433},{"source":401,"target":923},{"source":401,"target":924},{"source":401,"target":925},{"source":401,"target":926},{"source":401,"target":927},{"source":401,"target":403},{"source":401,"target":465},{"source":401,"target":462},{"source":401,"target":928},{"source":922,"target":69},{"source":922,"target":929},{"source":922,"target":401},{"source":922,"target":930},{"source":929,"target":69},{"source":433,"target":406},{"source":433,"target":931},{"source":433,"target":401},{"source":433,"target":428},{"source":931,"target":406},{"source":923,"target":932},{"source":923,"target":933},{"source":923,"target":401},{"source":923,"target":934},{"source":933,"target":932},{"source":924,"target":935},{"source":924,"target":936},{"source":924,"target":401},{"source":924,"target":937},{"source":936,"target":935},{"source":925,"target":938},{"source":925,"target":939},{"source":925,"target":401},{"source":925,"target":940},{"source":939,"target":938},{"source":926,"target":941},{"source":926,"target":942},{"source":926,"target":401},{"source":926,"target":943},{"source":942,"target":941},{"source":927,"target":944},{"source":927,"target":945},{"source":927,"target":401},{"source":927,"target":946},{"source":945,"target":944},{"source":403,"target":186},{"source":403,"target":947},{"source":403,"target":401},{"source":403,"target":396},{"source":947,"target":186},{"source":465,"target":408},{"source":465,"target":948},{"source":465,"target":401},{"source":465,"target":442},{"source":948,"target":408},{"source":462,"target":408},{"source":462,"target":949},{"source":462,"target":401},{"source":462,"target":440},{"source":949,"target":408},{"source":928,"target":950},{"source":928,"target":401},{"source":69,"target":13},{"source":69,"target":951},{"source":69,"target":71},{"source":69,"target":930},{"source":951,"target":729},{"source":951,"target":952},{"source":951,"target":69},{"source":952,"target":729},{"source":71,"target":34},{"source":71,"target":953},{"source":71,"target":69},{"source":71,"target":40},{"source":953,"target":34},{"source":930,"target":401},{"source":930,"target":954},{"source":930,"target":69},{"source":930,"target":922},{"source":954,"target":401},{"source":921,"target":13},{"source":921,"target":955},{"source":921,"target":956},{"source":955,"target":729},{"source":955,"target":957},{"source":955,"target":921},{"source":957,"target":729},{"source":729,"target":13},{"source":729,"target":958},{"source":729,"target":959},{"source":729,"target":960},{"source":729,"target":961},{"source":729,"target":962},{"source":958,"target":729},{"source":959,"target":729},{"source":960,"target":729},{"source":961,"target":729},{"source":962,"target":729},{"source":14,"target":963},{"source":14,"target":893},{"source":14,"target":964},{"source":14,"target":965},{"source":14,"target":913},{"source":14,"target":966},{"source":14,"target":605},{"source":14,"target":705},{"source":14,"target":0},{"source":963,"target":14},{"source":963,"target":967},{"source":963,"target":968},{"source":967,"target":969},{"source":967,"target":963},{"source":967,"target":970},{"source":967,"target":971},{"source":970,"target":972},{"source":970,"target":967},{"source":971,"target":973},{"source":971,"target":967},{"source":973,"target":974},{"source":973,"target":975},{"source":968,"target":976},{"source":968,"target":963},{"source":893,"target":14},{"source":893,"target":705},{"source":893,"target":977},{"source":893,"target":895},{"source":893,"target":978},{"source":977,"target":979},{"source":977,"target":893},{"source":977,"target":980},{"source":977,"target":981},{"source":980,"target":982},{"source":980,"target":977},{"source":981,"target":983},{"source":981,"target":977},{"source":983,"target":984},{"source":983,"target":985},{"source":895,"target":879},{"source":895,"target":986},{"source":895,"target":893},{"source":895,"target":891},{"source":986,"target":879},{"source":978,"target":705},{"source":964,"target":14},{"source":964,"target":705},{"source":964,"target":987},{"source":964,"target":988},{"source":987,"target":965},{"source":987,"target":989},{"source":987,"target":964},{"source":987,"target":990},{"source":989,"target":965},{"source":988,"target":705},{"source":965,"target":14},{"source":965,"target":963},{"source":965,"target":991},{"source":965,"target":992},{"source":965,"target":990},{"source":965,"target":993},{"source":991,"target":994},{"source":991,"target":965},{"source":991,"target":995},{"source":991,"target":996},{"source":995,"target":997},{"source":995,"target":991},{"source":996,"target":998},{"source":996,"target":991},{"source":998,"target":999},{"source":998,"target":1000},{"source":992,"target":1001},{"source":992,"target":1002},{"source":992,"target":965},{"source":992,"target":1003},{"source":1002,"target":1001},{"source":990,"target":964},{"source":990,"target":1004},{"source":990,"target":965},{"source":990,"target":987},{"source":1004,"target":964},{"source":993,"target":963},{"source":913,"target":14},{"source":913,"target":705},{"source":913,"target":1005},{"source":913,"target":915},{"source":913,"target":1006},{"source":1005,"target":1007},{"source":1005,"target":913},{"source":1005,"target":1008},{"source":1005,"target":1009},{"source":1008,"target":1010},{"source":1008,"target":1005},{"source":1009,"target":1011},{"source":1009,"target":1005},{"source":1011,"target":1012},{"source":1011,"target":1013},{"source":915,"target":883},{"source":915,"target":1014},{"source":915,"target":913},{"source":915,"target":911},{"source":1014,"target":883},{"source":1006,"target":705},{"source":966,"target":14},{"source":966,"target":963},{"source":966,"target":1015},{"source":966,"target":1016},{"source":966,"target":1017},{"source":966,"target":1018},{"source":1015,"target":1019},{"source":1015,"target":966},{"source":1015,"target":1020},{"source":1015,"target":1021},{"source":1020,"target":1022},{"source":1020,"target":1015},{"source":1021,"target":1023},{"source":1021,"target":1015},{"source":1023,"target":1024},{"source":1023,"target":1025},{"source":1016,"target":1026},{"source":1016,"target":1027},{"source":1016,"target":966},{"source":1016,"target":1028},{"source":1027,"target":1026},{"source":1017,"target":705},{"source":1017,"target":1029},{"source":1017,"target":966},{"source":1029,"target":705},{"source":1018,"target":963},{"source":605,"target":14},{"source":605,"target":964},{"source":605,"target":607},{"source":605,"target":1030},{"source":607,"target":66},{"source":607,"target":1031},{"source":607,"target":605},{"source":607,"target":600},{"source":1031,"target":66},{"source":1030,"target":964},{"source":705,"target":14},{"source":705,"target":123},{"source":705,"target":707},{"source":705,"target":1032},{"source":707,"target":580},{"source":707,"target":1033},{"source":707,"target":705},{"source":707,"target":699},{"source":1033,"target":580},{"source":1032,"target":123},{"source":15,"target":1034},{"source":15,"target":1035},{"source":15,"target":1036},{"source":15,"target":1037},{"source":15,"target":1038},{"source":15,"target":1039},{"source":15,"target":1040},{"source":15,"target":932},{"source":15,"target":1041},{"source":15,"target":634},{"source":15,"target":1042},{"source":15,"target":1043},{"source":15,"target":1044},{"source":15,"target":81},{"source":15,"target":1045},{"source":15,"target":1046},{"source":15,"target":935},{"source":15,"target":1047},{"source":15,"target":938},{"source":15,"target":1048},{"source":15,"target":1049},{"source":15,"target":1050},{"source":15,"target":84},{"source":15,"target":941},{"source":15,"target":1051},{"source":15,"target":1052},{"source":15,"target":1001},{"source":15,"target":1053},{"source":15,"target":1054},{"source":15,"target":0},{"source":1034,"target":15},{"source":1034,"target":1035},{"source":1034,"target":1055},{"source":1034,"target":1056},{"source":1055,"target":1057},{"source":1055,"target":1034},{"source":1055,"target":1058},{"source":1055,"target":1059},{"source":1058,"target":1060},{"source":1058,"target":1055},{"source":1059,"target":1061},{"source":1059,"target":1055},{"source":1061,"target":1062},{"source":1061,"target":1063},{"source":1056,"target":1035},{"source":1035,"target":15},{"source":1035,"target":1036},{"source":1035,"target":1064},{"source":1035,"target":1065},{"source":1035,"target":1066},{"source":1035,"target":1067},{"source":1064,"target":78},{"source":1064,"target":1068},{"source":1064,"target":1035},{"source":1064,"target":1069},{"source":1068,"target":78},{"source":1065,"target":72},{"source":1065,"target":1070},{"source":1065,"target":1035},{"source":1065,"target":1071},{"source":1070,"target":72},{"source":1066,"target":75},{"source":1066,"target":1072},{"source":1066,"target":1035},{"source":1066,"target":1073},{"source":1072,"target":75},{"source":1067,"target":1036},{"source":1036,"target":15},{"source":1036,"target":123},{"source":1036,"target":1074},{"source":1036,"target":1075},{"source":1036,"target":1076},{"source":1036,"target":1077},{"source":1074,"target":1036},{"source":1074,"target":1078},{"source":1074,"target":1036},{"source":1074,"target":1075},{"source":1078,"target":1036},{"source":1075,"target":1036},{"source":1075,"target":1079},{"source":1075,"target":1036},{"source":1075,"target":1074},{"source":1079,"target":1036},{"source":1076,"target":1037},{"source":1076,"target":1080},{"source":1076,"target":1036},{"source":1076,"target":1081},{"source":1080,"target":1037},{"source":1077,"target":123},{"source":1037,"target":15},{"source":1037,"target":1082},{"source":1037,"target":1083},{"source":1037,"target":1084},{"source":1037,"target":1085},{"source":1037,"target":1086},{"source":1037,"target":1081},{"source":1037,"target":1087},{"source":1082,"target":1088},{"source":1082,"target":1037},{"source":1082,"target":1089},{"source":1082,"target":1090},{"source":1089,"target":1091},{"source":1089,"target":1082},{"source":1090,"target":1092},{"source":1090,"target":1082},{"source":1092,"target":1093},{"source":1092,"target":1094},{"source":1083,"target":1095},{"source":1083,"target":1037},{"source":1083,"target":1096},{"source":1083,"target":1097},{"source":1096,"target":1098},{"source":1096,"target":1083},{"source":1097,"target":1099},{"source":1097,"target":1083},{"source":1099,"target":1100},{"source":1099,"target":1101},{"source":1084,"target":1102},{"source":1084,"target":1037},{"source":1084,"target":1103},{"source":1084,"target":1104},{"source":1103,"target":1105},{"source":1103,"target":1084},{"source":1104,"target":1106},{"source":1104,"target":1084},{"source":1106,"target":1107},{"source":1106,"target":1108},{"source":1085,"target":1038},{"source":1085,"target":1109},{"source":1085,"target":1037},{"source":1085,"target":1110},{"source":1109,"target":1038},{"source":1086,"target":1039},{"source":1086,"target":1111},{"source":1086,"target":1037},{"source":1086,"target":1112},{"source":1111,"target":1039},{"source":1081,"target":1036},{"source":1081,"target":1113},{"source":1081,"target":1037},{"source":1081,"target":1076},{"source":1113,"target":1036},{"source":1038,"target":15},{"source":1038,"target":1035},{"source":1038,"target":1110},{"source":1038,"target":1114},{"source":1110,"target":1037},{"source":1110,"target":1115},{"source":1110,"target":1038},{"source":1110,"target":1085},{"source":1115,"target":1037},{"source":1114,"target":1035},{"source":1039,"target":15},{"source":1039,"target":123},{"source":1039,"target":1116},{"source":1039,"target":1112},{"source":1039,"target":1117},{"source":1116,"target":1040},{"source":1116,"target":1118},{"source":1116,"target":1039},{"source":1116,"target":1119},{"source":1118,"target":1040},{"source":1112,"target":1037},{"source":1112,"target":1120},{"source":1112,"target":1039},{"source":1112,"target":1086},{"source":1120,"target":1037},{"source":1117,"target":123},{"source":1040,"target":15},{"source":1040,"target":1035},{"source":1040,"target":1121},{"source":1040,"target":1122},{"source":1040,"target":1119},{"source":1040,"target":1123},{"source":1121,"target":1124},{"source":1121,"target":1040},{"source":1121,"target":1125},{"source":1121,"target":1126},{"source":1125,"target":1127},{"source":1125,"target":1121},{"source":1126,"target":1128},{"source":1126,"target":1121},{"source":1128,"target":1129},{"source":1128,"target":1130},{"source":1122,"target":1131},{"source":1122,"target":1040},{"source":1122,"target":1132},{"source":1122,"target":1133},{"source":1132,"target":1134},{"source":1132,"target":1122},{"source":1133,"target":1135},{"source":1133,"target":1122},{"source":1135,"target":1136},{"source":1135,"target":1137},{"source":1119,"target":1039},{"source":1119,"target":1138},{"source":1119,"target":1040},{"source":1119,"target":1116},{"source":1138,"target":1039},{"source":1123,"target":1035},{"source":932,"target":15},{"source":932,"target":934},{"source":934,"target":401},{"source":934,"target":1139},{"source":934,"target":932},{"source":934,"target":923},{"source":1139,"target":401},{"source":1041,"target":15},{"source":1041,"target":1035},{"source":1041,"target":1140},{"source":1041,"target":1141},{"source":1140,"target":1142},{"source":1140,"target":1041},{"source":1140,"target":1143},{"source":1140,"target":1144},{"source":1143,"target":1145},{"source":1143,"target":1140},{"source":1144,"target":1146},{"source":1144,"target":1140},{"source":1146,"target":1147},{"source":1146,"target":1148},{"source":1141,"target":1035},{"source":634,"target":15},{"source":634,"target":1149},{"source":634,"target":1150},{"source":634,"target":1151},{"source":634,"target":636},{"source":1149,"target":1152},{"source":1149,"target":634},{"source":1149,"target":1153},{"source":1149,"target":1154},{"source":1153,"target":1155},{"source":1153,"target":1149},{"source":1154,"target":1156},{"source":1154,"target":1149},{"source":1156,"target":1157},{"source":1156,"target":1158},{"source":1150,"target":1159},{"source":1150,"target":634},{"source":1151,"target":584},{"source":1151,"target":1160},{"source":1151,"target":634},{"source":1160,"target":584},{"source":636,"target":576},{"source":636,"target":1161},{"source":636,"target":634},{"source":636,"target":611},{"source":1161,"target":576},{"source":1042,"target":15},{"source":1042,"target":634},{"source":1042,"target":1037},{"source":1042,"target":1162},{"source":1042,"target":1163},{"source":1042,"target":1164},{"source":1042,"target":1165},{"source":1162,"target":1043},{"source":1162,"target":1166},{"source":1162,"target":1042},{"source":1162,"target":1167},{"source":1166,"target":1043},{"source":1164,"target":634},{"source":1165,"target":1037},{"source":1043,"target":15},{"source":1043,"target":1037},{"source":1043,"target":1167},{"source":1043,"target":1168},{"source":1167,"target":1042},{"source":1167,"target":1169},{"source":1167,"target":1043},{"source":1167,"target":1162},{"source":1169,"target":1042},{"source":1168,"target":1037},{"source":1044,"target":15},{"source":1044,"target":1035},{"source":1044,"target":1170},{"source":1044,"target":1171},{"source":1170,"target":66},{"source":1170,"target":1172},{"source":1170,"target":1044},{"source":1172,"target":66},{"source":1171,"target":1035},{"source":81,"target":15},{"source":81,"target":1038},{"source":81,"target":83},{"source":81,"target":1173},{"source":83,"target":34},{"source":83,"target":1174},{"source":83,"target":81},{"source":83,"target":44},{"source":1174,"target":34},{"source":1173,"target":1038},{"source":1045,"target":15},{"source":1045,"target":1035},{"source":1045,"target":1175},{"source":1045,"target":1176},{"source":1045,"target":1177},{"source":1175,"target":1046},{"source":1175,"target":1178},{"source":1175,"target":1045},{"source":1175,"target":1179},{"source":1178,"target":1046},{"source":1176,"target":935},{"source":1176,"target":1180},{"source":1176,"target":1045},{"source":1176,"target":1181},{"source":1180,"target":935},{"source":1177,"target":1035},{"source":1046,"target":15},{"source":1046,"target":1037},{"source":1046,"target":1182},{"source":1046,"target":1179},{"source":1046,"target":1183},{"source":1182,"target":935},{"source":1182,"target":1184},{"source":1182,"target":1046},{"source":1182,"target":1185},{"source":1184,"target":935},{"source":1179,"target":1045},{"source":1179,"target":1186},{"source":1179,"target":1046},{"source":1179,"target":1175},{"source":1186,"target":1045},{"source":1183,"target":1037},{"source":935,"target":15},{"source":935,"target":937},{"source":935,"target":1181},{"source":935,"target":1185},{"source":937,"target":401},{"source":937,"target":1187},{"source":937,"target":935},{"source":937,"target":924},{"source":1187,"target":401},{"source":1181,"target":1045},{"source":1181,"target":1188},{"source":1181,"target":935},{"source":1181,"target":1176},{"source":1188,"target":1045},{"source":1185,"target":1046},{"source":1185,"target":1189},{"source":1185,"target":935},{"source":1185,"target":1182},{"source":1189,"target":1046},{"source":1047,"target":15},{"source":1047,"target":1036},{"source":1047,"target":938},{"source":1047,"target":1190},{"source":1047,"target":1191},{"source":1047,"target":1192},{"source":1047,"target":1193},{"source":1047,"target":1194},{"source":1047,"target":1195},{"source":1047,"target":1196},{"source":1047,"target":1197},{"source":1047,"target":1198},{"source":1191,"target":1199},{"source":1191,"target":1047},{"source":1191,"target":1200},{"source":1191,"target":1201},{"source":1200,"target":1202},{"source":1200,"target":1191},{"source":1201,"target":1203},{"source":1201,"target":1191},{"source":1203,"target":1204},{"source":1203,"target":1205},{"source":1192,"target":1206},{"source":1192,"target":1047},{"source":1192,"target":1207},{"source":1192,"target":1208},{"source":1207,"target":1209},{"source":1207,"target":1192},{"source":1208,"target":1210},{"source":1208,"target":1192},{"source":1210,"target":1211},{"source":1210,"target":1212},{"source":1193,"target":459},{"source":1193,"target":1213},{"source":1193,"target":1047},{"source":1213,"target":459},{"source":1194,"target":302},{"source":1194,"target":1214},{"source":1194,"target":1047},{"source":1214,"target":302},{"source":1195,"target":1215},{"source":1195,"target":1047},{"source":1196,"target":1036},{"source":1197,"target":938},{"source":1198,"target":1190},{"source":938,"target":15},{"source":938,"target":932},{"source":938,"target":940},{"source":938,"target":1216},{"source":940,"target":401},{"source":940,"target":1217},{"source":940,"target":938},{"source":940,"target":925},{"source":1217,"target":401},{"source":1216,"target":932},{"source":1048,"target":15},{"source":1048,"target":1039},{"source":1048,"target":1218},{"source":1048,"target":1219},{"source":1218,"target":1220},{"source":1218,"target":1048},{"source":1219,"target":1039},{"source":1049,"target":15},{"source":1049,"target":1035},{"source":1049,"target":1221},{"source":1049,"target":1222},{"source":1049,"target":1223},{"source":1049,"target":1224},{"source":1049,"target":1225},{"source":1221,"target":1226},{"source":1221,"target":1049},{"source":1221,"target":1227},{"source":1221,"target":1228},{"source":1227,"target":1229},{"source":1227,"target":1221},{"source":1228,"target":1230},{"source":1228,"target":1221},{"source":1230,"target":1231},{"source":1230,"target":1232},{"source":1222,"target":66},{"source":1222,"target":1233},{"source":1222,"target":1049},{"source":1233,"target":66},{"source":1223,"target":1234},{"source":1223,"target":1049},{"source":1224,"target":1235},{"source":1224,"target":1049},{"source":1225,"target":1035},{"source":1050,"target":15},{"source":1050,"target":1038},{"source":1050,"target":1236},{"source":1050,"target":1237},{"source":1236,"target":578},{"source":1236,"target":1238},{"source":1236,"target":1050},{"source":1238,"target":578},{"source":1237,"target":1038},{"source":84,"target":15},{"source":84,"target":1039},{"source":84,"target":86},{"source":84,"target":1239},{"source":86,"target":34},{"source":86,"target":1240},{"source":86,"target":84},{"source":86,"target":45},{"source":1240,"target":34},{"source":1239,"target":1039},{"source":941,"target":15},{"source":941,"target":1035},{"source":941,"target":943},{"source":941,"target":1241},{"source":943,"target":401},{"source":943,"target":1242},{"source":943,"target":941},{"source":943,"target":926},{"source":1242,"target":401},{"source":1241,"target":1035},{"source":1051,"target":15},{"source":1051,"target":932},{"source":1051,"target":1035},{"source":1051,"target":1243},{"source":1051,"target":1244},{"source":1051,"target":1245},{"source":1243,"target":1043},{"source":1243,"target":1246},{"source":1243,"target":1051},{"source":1246,"target":1043},{"source":1244,"target":932},{"source":1245,"target":1035},{"source":1052,"target":15},{"source":1052,"target":1036},{"source":1052,"target":932},{"source":1052,"target":1247},{"source":1052,"target":1248},{"source":1052,"target":1249},{"source":1052,"target":1250},{"source":1247,"target":583},{"source":1247,"target":1251},{"source":1247,"target":1052},{"source":1251,"target":583},{"source":1248,"target":238},{"source":1248,"target":1252},{"source":1248,"target":1052},{"source":1252,"target":238},{"source":1249,"target":1036},{"source":1250,"target":932},{"source":1001,"target":15},{"source":1001,"target":1035},{"source":1001,"target":1253},{"source":1001,"target":1254},{"source":1001,"target":1003},{"source":1001,"target":1255},{"source":1253,"target":1256},{"source":1253,"target":1001},{"source":1253,"target":1257},{"source":1253,"target":1258},{"source":1257,"target":1259},{"source":1257,"target":1253},{"source":1258,"target":1260},{"source":1258,"target":1253},{"source":1260,"target":1261},{"source":1260,"target":1262},{"source":1254,"target":1263},{"source":1254,"target":1001},{"source":1254,"target":1264},{"source":1254,"target":1265},{"source":1264,"target":1266},{"source":1264,"target":1254},{"source":1265,"target":1267},{"source":1265,"target":1254},{"source":1267,"target":1268},{"source":1267,"target":1269},{"source":1003,"target":965},{"source":1003,"target":1270},{"source":1003,"target":1001},{"source":1003,"target":992},{"source":1270,"target":965},{"source":1255,"target":1035},{"source":1053,"target":72},{"source":1053,"target":75},{"source":1053,"target":78},{"source":1053,"target":15},{"source":72,"target":1053},{"source":72,"target":932},{"source":72,"target":1271},{"source":72,"target":1272},{"source":72,"target":1273},{"source":72,"target":1274},{"source":72,"target":74},{"source":72,"target":1071},{"source":72,"target":1275},{"source":72,"target":1276},{"source":1271,"target":1277},{"source":1271,"target":72},{"source":1271,"target":1278},{"source":1271,"target":1279},{"source":1278,"target":1280},{"source":1278,"target":1271},{"source":1279,"target":1281},{"source":1279,"target":1271},{"source":1281,"target":1282},{"source":1281,"target":1283},{"source":1272,"target":1284},{"source":1272,"target":72},{"source":1272,"target":1285},{"source":1272,"target":1286},{"source":1285,"target":1287},{"source":1285,"target":1272},{"source":1286,"target":1288},{"source":1286,"target":1272},{"source":1288,"target":1289},{"source":1288,"target":1290},{"source":1273,"target":1291},{"source":1273,"target":72},{"source":1273,"target":1292},{"source":1273,"target":1293},{"source":1292,"target":1294},{"source":1292,"target":1273},{"source":1293,"target":1295},{"source":1293,"target":1273},{"source":1295,"target":1296},{"source":1295,"target":1297},{"source":1274,"target":586},{"source":1274,"target":1298},{"source":1274,"target":72},{"source":1298,"target":586},{"source":74,"target":34},{"source":74,"target":1299},{"source":74,"target":72},{"source":74,"target":41},{"source":1299,"target":34},{"source":1071,"target":1035},{"source":1071,"target":1300},{"source":1071,"target":72},{"source":1071,"target":1065},{"source":1300,"target":1035},{"source":1275,"target":370},{"source":1275,"target":1301},{"source":1275,"target":72},{"source":1301,"target":370},{"source":1276,"target":932},{"source":75,"target":1053},{"source":75,"target":932},{"source":75,"target":1302},{"source":75,"target":1303},{"source":75,"target":1304},{"source":75,"target":1073},{"source":75,"target":1305},{"source":75,"target":1306},{"source":75,"target":77},{"source":75,"target":1307},{"source":1302,"target":1308},{"source":1302,"target":75},{"source":1302,"target":1309},{"source":1302,"target":1310},{"source":1309,"target":1311},{"source":1309,"target":1302},{"source":1310,"target":1312},{"source":1310,"target":1302},{"source":1312,"target":1313},{"source":1312,"target":1314},{"source":1303,"target":1315},{"source":1303,"target":75},{"source":1303,"target":1316},{"source":1303,"target":1317},{"source":1316,"target":1318},{"source":1316,"target":1303},{"source":1317,"target":1319},{"source":1317,"target":1303},{"source":1319,"target":1320},{"source":1319,"target":1321},{"source":1304,"target":1322},{"source":1304,"target":75},{"source":1304,"target":1323},{"source":1304,"target":1324},{"source":1323,"target":1325},{"source":1323,"target":1304},{"source":1324,"target":1326},{"source":1324,"target":1304},{"source":1326,"target":1327},{"source":1326,"target":1328},{"source":1073,"target":1035},{"source":1073,"target":1329},{"source":1073,"target":75},{"source":1073,"target":1066},{"source":1329,"target":1035},{"source":1305,"target":118},{"source":1305,"target":1330},{"source":1305,"target":75},{"source":1330,"target":118},{"source":1306,"target":691},{"source":1306,"target":1331},{"source":1306,"target":75},{"source":1331,"target":691},{"source":77,"target":34},{"source":77,"target":1332},{"source":77,"target":75},{"source":77,"target":42},{"source":1332,"target":34},{"source":1307,"target":932},{"source":78,"target":1053},{"source":78,"target":1333},{"source":78,"target":80},{"source":78,"target":1334},{"source":78,"target":1069},{"source":1333,"target":1335},{"source":1333,"target":78},{"source":1333,"target":1336},{"source":1333,"target":1337},{"source":1336,"target":1338},{"source":1336,"target":1333},{"source":1337,"target":1339},{"source":1337,"target":1333},{"source":1339,"target":1340},{"source":1339,"target":1341},{"source":80,"target":34},{"source":80,"target":1342},{"source":80,"target":78},{"source":80,"target":43},{"source":1342,"target":34},{"source":1334,"target":879},{"source":1334,"target":1343},{"source":1334,"target":78},{"source":1343,"target":879},{"source":1069,"target":1035},{"source":1069,"target":1344},{"source":1069,"target":78},{"source":1069,"target":1064},{"source":1344,"target":1035},{"source":1054,"target":1345},{"source":1054,"target":1346},{"source":1054,"target":1190},{"source":1054,"target":15},{"source":1345,"target":1054},{"source":1345,"target":1190},{"source":1345,"target":1037},{"source":1345,"target":1347},{"source":1345,"target":1348},{"source":1345,"target":1349},{"source":1345,"target":1350},{"source":1345,"target":1351},{"source":1345,"target":1352},{"source":1345,"target":1353},{"source":1347,"target":1354},{"source":1347,"target":1345},{"source":1347,"target":1355},{"source":1347,"target":1356},{"source":1355,"target":1357},{"source":1355,"target":1347},{"source":1356,"target":1358},{"source":1356,"target":1347},{"source":1358,"target":1359},{"source":1358,"target":1360},{"source":1348,"target":1361},{"source":1348,"target":1345},{"source":1348,"target":1362},{"source":1348,"target":1363},{"source":1362,"target":1364},{"source":1362,"target":1348},{"source":1363,"target":1365},{"source":1363,"target":1348},{"source":1365,"target":1366},{"source":1365,"target":1367},{"source":1349,"target":1368},{"source":1349,"target":1345},{"source":1349,"target":1369},{"source":1349,"target":1370},{"source":1369,"target":1371},{"source":1369,"target":1349},{"source":1370,"target":1372},{"source":1370,"target":1349},{"source":1372,"target":1373},{"source":1372,"target":1374},{"source":1350,"target":1345},{"source":1350,"target":1375},{"source":1350,"target":1345},{"source":1375,"target":1345},{"source":1351,"target":1346},{"source":1351,"target":1376},{"source":1351,"target":1345},{"source":1351,"target":1377},{"source":1376,"target":1346},{"source":1352,"target":1190},{"source":1353,"target":1037},{"source":1346,"target":1054},{"source":1346,"target":1035},{"source":1346,"target":1378},{"source":1346,"target":1379},{"source":1346,"target":1377},{"source":1346,"target":1380},{"source":1378,"target":1381},{"source":1378,"target":1346},{"source":1378,"target":1382},{"source":1378,"target":1383},{"source":1382,"target":1384},{"source":1382,"target":1378},{"source":1383,"target":1385},{"source":1383,"target":1378},{"source":1385,"target":1386},{"source":1385,"target":1387},{"source":1379,"target":1345},{"source":1379,"target":1388},{"source":1379,"target":1346},{"source":1388,"target":1345},{"source":1377,"target":1345},{"source":1377,"target":1389},{"source":1377,"target":1346},{"source":1377,"target":1351},{"source":1389,"target":1345},{"source":1380,"target":1035},{"source":1190,"target":1054},{"source":1190,"target":123},{"source":1190,"target":1390},{"source":1190,"target":1391},{"source":1390,"target":705},{"source":1390,"target":1392},{"source":1390,"target":1190},{"source":1392,"target":705},{"source":1391,"target":123},{"source":16,"target":1393},{"source":16,"target":1394},{"source":16,"target":944},{"source":16,"target":1395},{"source":16,"target":1396},{"source":16,"target":0},{"source":1393,"target":16},{"source":1393,"target":1397},{"source":1393,"target":1398},{"source":1393,"target":1399},{"source":1397,"target":584},{"source":1397,"target":1400},{"source":1397,"target":1393},{"source":1400,"target":584},{"source":1398,"target":124},{"source":1398,"target":1401},{"source":1398,"target":1393},{"source":1401,"target":124},{"source":1399,"target":1394},{"source":1399,"target":1402},{"source":1399,"target":1393},{"source":1399,"target":1403},{"source":1402,"target":1394},{"source":1394,"target":16},{"source":1394,"target":123},{"source":1394,"target":1404},{"source":1394,"target":1405},{"source":1394,"target":1406},{"source":1394,"target":1403},{"source":1394,"target":1407},{"source":1404,"target":1408},{"source":1404,"target":1394},{"source":1404,"target":1409},{"source":1404,"target":1410},{"source":1409,"target":1411},{"source":1409,"target":1404},{"source":1410,"target":1412},{"source":1410,"target":1404},{"source":1412,"target":1413},{"source":1412,"target":1414},{"source":1405,"target":944},{"source":1405,"target":1415},{"source":1405,"target":1394},{"source":1405,"target":1416},{"source":1415,"target":944},{"source":1406,"target":1417},{"source":1406,"target":1418},{"source":1406,"target":1394},{"source":1406,"target":1419},{"source":1418,"target":1417},{"source":1403,"target":1393},{"source":1403,"target":1420},{"source":1403,"target":1394},{"source":1403,"target":1399},{"source":1420,"target":1393},{"source":1407,"target":123},{"source":944,"target":16},{"source":944,"target":1421},{"source":944,"target":1422},{"source":944,"target":946},{"source":944,"target":1416},{"source":1421,"target":584},{"source":1421,"target":1423},{"source":1421,"target":944},{"source":1423,"target":584},{"source":1422,"target":124},{"source":1422,"target":1424},{"source":1422,"target":944},{"source":1424,"target":124},{"source":946,"target":401},{"source":946,"target":1425},{"source":946,"target":944},{"source":946,"target":927},{"source":1425,"target":401},{"source":1416,"target":1394},{"source":1416,"target":1426},{"source":1416,"target":944},{"source":1416,"target":1405},{"source":1426,"target":1394},{"source":1395,"target":1427},{"source":1395,"target":87},{"source":1395,"target":1428},{"source":1395,"target":16},{"source":1427,"target":1395},{"source":1427,"target":87},{"source":1427,"target":1429},{"source":1427,"target":1430},{"source":1429,"target":1431},{"source":1429,"target":1427},{"source":1429,"target":1432},{"source":1429,"target":1433},{"source":1432,"target":1434},{"source":1432,"target":1429},{"source":1433,"target":1435},{"source":1433,"target":1429},{"source":1435,"target":1436},{"source":1435,"target":1437},{"source":1430,"target":87},{"source":87,"target":1395},{"source":87,"target":1393},{"source":87,"target":89},{"source":87,"target":1438},{"source":89,"target":34},{"source":89,"target":1439},{"source":89,"target":87},{"source":89,"target":46},{"source":1439,"target":34},{"source":1438,"target":1393},{"source":1428,"target":1395},{"source":1428,"target":87},{"source":1428,"target":1440},{"source":1428,"target":1441},{"source":1440,"target":186},{"source":1440,"target":1442},{"source":1440,"target":1428},{"source":1442,"target":186},{"source":1441,"target":87},{"source":1396,"target":1026},{"source":1396,"target":16},{"source":1026,"target":1396},{"source":1026,"target":1393},{"source":1026,"target":1443},{"source":1026,"target":1444},{"source":1026,"target":1445},{"source":1026,"target":1028},{"source":1026,"target":1446},{"source":1443,"target":1447},{"source":1443,"target":1026},{"source":1443,"target":1448},{"source":1443,"target":1449},{"source":1448,"target":1450},{"source":1448,"target":1443},{"source":1449,"target":1451},{"source":1449,"target":1443},{"source":1451,"target":1452},{"source":1451,"target":1453},{"source":1444,"target":1454},{"source":1444,"target":1026},{"source":1444,"target":1455},{"source":1444,"target":1456},{"source":1455,"target":1457},{"source":1455,"target":1444},{"source":1456,"target":1458},{"source":1456,"target":1444},{"source":1458,"target":1459},{"source":1458,"target":1460},{"source":1445,"target":1461},{"source":1445,"target":1026},{"source":1445,"target":1462},{"source":1445,"target":1463},{"source":1462,"target":1464},{"source":1462,"target":1445},{"source":1463,"target":1465},{"source":1463,"target":1445},{"source":1465,"target":1466},{"source":1465,"target":1467},{"source":1028,"target":966},{"source":1028,"target":1468},{"source":1028,"target":1026},{"source":1028,"target":1016},{"source":1468,"target":966},{"source":1446,"target":1393},{"source":17,"target":1417},{"source":17,"target":0},{"source":1417,"target":17},{"source":1417,"target":123},{"source":1417,"target":120},{"source":1417,"target":1469},{"source":1417,"target":1419},{"source":1417,"target":1470},{"source":1417,"target":1471},{"source":1469,"target":1472},{"source":1469,"target":1417},{"source":1469,"target":1473},{"source":1469,"target":1474},{"source":1473,"target":1475},{"source":1473,"target":1469},{"source":1474,"target":1476},{"source":1474,"target":1469},{"source":1476,"target":1477},{"source":1476,"target":1478},{"source":1419,"target":1394},{"source":1419,"target":1479},{"source":1419,"target":1417},{"source":1419,"target":1406},{"source":1479,"target":1394},{"source":1470,"target":123},{"source":1471,"target":120},{"source":18,"target":1480},{"source":18,"target":1481},{"source":18,"target":1482},{"source":18,"target":108},{"source":18,"target":105},{"source":18,"target":0},{"source":1480,"target":18},{"source":1480,"target":121},{"source":1480,"target":1483},{"source":1480,"target":1484},{"source":1480,"target":1485},{"source":1483,"target":1481},{"source":1483,"target":1486},{"source":1483,"target":1480},{"source":1483,"target":1487},{"source":1486,"target":1481},{"source":1484,"target":1482},{"source":1484,"target":1488},{"source":1484,"target":1480},{"source":1484,"target":1489},{"source":1488,"target":1482},{"source":1485,"target":121},{"source":1481,"target":18},{"source":1481,"target":123},{"source":1481,"target":1490},{"source":1481,"target":1491},{"source":1481,"target":1487},{"source":1481,"target":1492},{"source":1490,"target":1482},{"source":1490,"target":1493},{"source":1490,"target":1481},{"source":1493,"target":1482},{"source":1491,"target":105},{"source":1491,"target":1494},{"source":1491,"target":1481},{"source":1491,"target":1495},{"source":1494,"target":105},{"source":1487,"target":1480},{"source":1487,"target":1496},{"source":1487,"target":1481},{"source":1487,"target":1483},{"source":1496,"target":1480},{"source":1492,"target":123},{"source":1482,"target":18},{"source":1482,"target":123},{"source":1482,"target":1497},{"source":1482,"target":1489},{"source":1482,"target":1498},{"source":1482,"target":1499},{"source":1482,"target":1500},{"source":1497,"target":108},{"source":1497,"target":1501},{"source":1497,"target":1482},{"source":1497,"target":1502},{"source":1501,"target":108},{"source":1489,"target":1480},{"source":1489,"target":1503},{"source":1489,"target":1482},{"source":1489,"target":1484},{"source":1503,"target":1480},{"source":1498,"target":1482},{"source":1498,"target":1504},{"source":1498,"target":1482},{"source":1498,"target":1499},{"source":1504,"target":1482},{"source":1499,"target":1482},{"source":1499,"target":1505},{"source":1499,"target":1482},{"source":1499,"target":1498},{"source":1505,"target":1482},{"source":1500,"target":123},{"source":108,"target":18},{"source":108,"target":1506},{"source":108,"target":1507},{"source":108,"target":1508},{"source":108,"target":1509},{"source":108,"target":1510},{"source":108,"target":110},{"source":108,"target":1511},{"source":108,"target":1502},{"source":108,"target":1512},{"source":1506,"target":1513},{"source":1506,"target":108},{"source":1507,"target":1514},{"source":1507,"target":108},{"source":1508,"target":1515},{"source":1508,"target":108},{"source":1509,"target":882},{"source":1509,"target":1516},{"source":1509,"target":108},{"source":1516,"target":882},{"source":1510,"target":879},{"source":1510,"target":1517},{"source":1510,"target":108},{"source":1517,"target":879},{"source":110,"target":34},{"source":110,"target":1518},{"source":110,"target":108},{"source":110,"target":53},{"source":1518,"target":34},{"source":1511,"target":1519},{"source":1511,"target":108},{"source":1502,"target":1482},{"source":1502,"target":1520},{"source":1502,"target":108},{"source":1502,"target":1497},{"source":1520,"target":1482},{"source":105,"target":18},{"source":105,"target":1495},{"source":105,"target":1521},{"source":105,"target":1522},{"source":105,"target":112},{"source":105,"target":107},{"source":105,"target":1523},{"source":1495,"target":1481},{"source":1495,"target":1524},{"source":1495,"target":105},{"source":1495,"target":1491},{"source":1524,"target":1481},{"source":1521,"target":1525},{"source":1521,"target":105},{"source":1522,"target":883},{"source":1522,"target":1526},{"source":1522,"target":105},{"source":1526,"target":883},{"source":112,"target":34},{"source":112,"target":1527},{"source":112,"target":105},{"source":112,"target":54},{"source":1527,"target":34},{"source":107,"target":34},{"source":107,"target":1528},{"source":107,"target":105},{"source":107,"target":52},{"source":1528,"target":34},{"source":19,"target":1529},{"source":19,"target":1530},{"source":19,"target":0},{"source":1529,"target":19},{"source":1529,"target":123},{"source":1529,"target":1531},{"source":1529,"target":1532},{"source":1529,"target":1533},{"source":1529,"target":1534},{"source":1529,"target":1535},{"source":1529,"target":1536},{"source":1531,"target":1537},{"source":1531,"target":1529},{"source":1531,"target":1538},{"source":1531,"target":1539},{"source":1538,"target":1540},{"source":1538,"target":1531},{"source":1539,"target":1541},{"source":1539,"target":1531},{"source":1541,"target":1542},{"source":1541,"target":1543},{"source":1532,"target":1482},{"source":1532,"target":1544},{"source":1532,"target":1529},{"source":1544,"target":1482},{"source":1533,"target":186},{"source":1533,"target":1545},{"source":1533,"target":1529},{"source":1545,"target":186},{"source":1534,"target":1530},{"source":1534,"target":1546},{"source":1534,"target":1529},{"source":1534,"target":1547},{"source":1546,"target":1530},{"source":1535,"target":175},{"source":1535,"target":1548},{"source":1535,"target":1529},{"source":1548,"target":175},{"source":1536,"target":123},{"source":1530,"target":19},{"source":1530,"target":123},{"source":1530,"target":1549},{"source":1530,"target":1550},{"source":1530,"target":1551},{"source":1530,"target":1552},{"source":1530,"target":1547},{"source":1530,"target":1553},{"source":1549,"target":1554},{"source":1549,"target":1530},{"source":1549,"target":1555},{"source":1549,"target":1556},{"source":1555,"target":1557},{"source":1555,"target":1549},{"source":1556,"target":1558},{"source":1556,"target":1549},{"source":1558,"target":1559},{"source":1558,"target":1560},{"source":1550,"target":1561},{"source":1550,"target":1530},{"source":1550,"target":1562},{"source":1550,"target":1563},{"source":1562,"target":1564},{"source":1562,"target":1550},{"source":1563,"target":1565},{"source":1563,"target":1550},{"source":1565,"target":1566},{"source":1565,"target":1567},{"source":1551,"target":1480},{"source":1551,"target":1568},{"source":1551,"target":1530},{"source":1568,"target":1480},{"source":1552,"target":1417},{"source":1552,"target":1569},{"source":1552,"target":1530},{"source":1569,"target":1417},{"source":1547,"target":1529},{"source":1547,"target":1570},{"source":1547,"target":1530},{"source":1547,"target":1534},{"source":1570,"target":1529},{"source":1553,"target":123},{"source":20,"target":1571},{"source":20,"target":0},{"source":1571,"target":20},{"source":1571,"target":120},{"source":1571,"target":399},{"source":1571,"target":1572},{"source":1571,"target":1573},{"source":1572,"target":120},{"source":1573,"target":399},{"source":21,"target":1574},{"source":21,"target":1575},{"source":21,"target":1576},{"source":21,"target":1577},{"source":21,"target":0},{"source":1574,"target":21},{"source":1574,"target":120},{"source":1574,"target":577},{"source":1574,"target":1578},{"source":1574,"target":1579},{"source":1578,"target":120},{"source":1579,"target":577},{"source":1575,"target":21},{"source":1575,"target":1580},{"source":1580,"target":1574},{"source":1580,"target":1581},{"source":1580,"target":1575},{"source":1581,"target":1574},{"source":1576,"target":21},{"source":1576,"target":1047},{"source":1576,"target":1582},{"source":1582,"target":1047},{"source":1577,"target":21},{"source":1577,"target":78},{"source":1577,"target":1583},{"source":1577,"target":1584},{"source":1583,"target":883},{"source":1583,"target":1585},{"source":1583,"target":1577},{"source":1585,"target":883},{"source":1584,"target":78}],"multigraph":true}
ecore
visualization
repo-ecore-all/data/antoniogarmendia/Hawk-EMFSplitter_Integration/org.miso.mondo.wt.cs/patterns/RepresentationGraph.ecore
RepresentationGraph Diagram elements EdgeElement source target NodeElement link label IconElement filepath path Circle radius 3 Rectangle width 5 height 7 GraphicElement color blue paletteName palette paletteIconPath iconPath ContainerElement contains Rhombus width 5 height 5
<?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="RepresentationGraph" nsURI="http://mondo.dsl.org/mmPatterns/representationGraph" nsPrefix="repGraph"> <eClassifiers xsi:type="ecore:EClass" name="Diagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//GraphicElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EdgeElement" eSuperTypes="#//GraphicElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//NodeElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//NodeElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NodeElement" abstract="true" eSuperTypes="#//GraphicElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="link" upperBound="-1" eType="#//NodeElement"/> <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="IconElement" eSuperTypes="#//NodeElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filepath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="path"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Circle" eSuperTypes="#//ContainerElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject" defaultValueLiteral="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rectangle" eSuperTypes="#//ContainerElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject" defaultValueLiteral="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphicElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="blue"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paletteName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="palette"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paletteIconPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="iconPath"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainerElement" abstract="true" eSuperTypes="#//NodeElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="#//NodeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rhombus" eSuperTypes="#//ContainerElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject" defaultValueLiteral="5"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject" defaultValueLiteral="5"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"repGraph","nsURI":"http://mondo.dsl.org/mmPatterns/representationGraph","name":"RepresentationGraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgeElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IconElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Circle","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphicElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rhombus","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"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":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"link","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"path","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"path","unsettable":false,"transient":false,"unique":true,"name":"filepath","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":3.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"3","unsettable":false,"transient":false,"unique":true,"name":"radius","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":5.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":7.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"7","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"blue","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"blue","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"palette","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"palette","unsettable":false,"transient":false,"unique":true,"name":"paletteName","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"iconPath","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"iconPath","unsettable":false,"transient":false,"unique":true,"name":"paletteIconPath","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":5.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"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":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":7},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":12,"target":3},{"source":12,"target":15},{"source":12,"target":2},{"source":15,"target":3},{"source":13,"target":3},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":3},{"source":14,"target":7},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":3},{"source":17,"target":20},{"source":17,"target":3},{"source":20,"target":3},{"source":18,"target":21},{"source":18,"target":3},{"source":19,"target":7},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":22},{"source":4,"target":23},{"source":22,"target":24},{"source":22,"target":4},{"source":23,"target":3},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":25},{"source":5,"target":26},{"source":25,"target":27},{"source":25,"target":5},{"source":26,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":28},{"source":6,"target":29},{"source":6,"target":30},{"source":28,"target":31},{"source":28,"target":6},{"source":29,"target":32},{"source":29,"target":6},{"source":30,"target":8},{"source":7,"target":0},{"source":7,"target":33},{"source":7,"target":34},{"source":7,"target":35},{"source":33,"target":36},{"source":33,"target":7},{"source":34,"target":37},{"source":34,"target":7},{"source":35,"target":38},{"source":35,"target":7},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":39},{"source":8,"target":40},{"source":39,"target":3},{"source":39,"target":41},{"source":39,"target":8},{"source":41,"target":3},{"source":40,"target":3},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":42},{"source":9,"target":43},{"source":9,"target":44},{"source":42,"target":45},{"source":42,"target":9},{"source":43,"target":46},{"source":43,"target":9},{"source":44,"target":8}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/estepper/org.eclipse.uml2/plugins/org.eclipse.uml2.uml/model/CMOF20.ecore
cmof Classifier no_cycles_in_generalization diagnostics context specialize_type diagnostics context conformsTo other allFeatures getGenerals parents getInheritedMembers allParents inheritableMembers c hasVisibilityOf n inherit inhs maySpecializeType c feature attribute general inheritedMember Namespace ownedMember members_are_distinguishable diagnostics context getImportedMembers getNamesOfMember element importMembers imps excludeCollisions imps membersAreDistinguishable ownedRule importedMember elementImport packageImport member NamedElement namespace no_name diagnostics context qualified_name diagnostics context visibility_needs_ownership diagnostics context allNamespaces isDistinguishableFrom n ns separator qualifiedName visibility name Element not_own_self diagnostics context has_owner diagnostics context allOwnedElements mustBeOwned getMetaClass container equals otherElement get property set property value isSet property unset property delete invoke op arguments isInstanceOfType type includeSubtypes verify deepVerify ownedElement owner ownedComment Comment body annotatedElement Class inherit inhs isAbstract false ownedAttribute ownedOperation superClass Property isConsistentWith redefinee multiplicity_of_composite diagnostics context subsetting_context diagnostics context navigable_property_redefinition diagnostics context subsetting_rules diagnostics context navigable_readonly diagnostics context derived_union_is_derived diagnostics context getOpposite subsettingContext isNavigable isDerivedUnion false owningAssociation association redefinedProperty subsettedProperty datatype isReadOnly false default isComposite false isDerived false opposite isID class StructuralFeature Feature featuringClassifier RedefinableElement redefinition_context_valid diagnostics context redefinition_consistent diagnostics context isConsistentWith redefinee isRedefinitionContextValid redefinable redefinitionContext redefinedElement TypedElement type Type conformsTo other isInstance object package PackageableElement Package mustBeOwned elements_public_or_private diagnostics context visibleMembers makesVisible el ownedMember packageMerge nestedPackage nestingPackage uRI ownedType PackageMerge mergedPackage receivingPackage DirectedRelationship source target Relationship relatedElement Object java.lang.Object java.lang.Object MultiplicityElement upper_gt_0 diagnostics context lower_ge_0 diagnostics context upper_ge_lower diagnostics context lowerBound upperBound isMultivalued includesCardinality C includesMultiplicity M isOrdered false isUnique true lower 1 upper 1 Association association_ends diagnostics context isDerived false endType memberEnd navigableOwnedEnd ownedEnd DataType inherit inhs ownedOperation ownedAttribute Operation lowerBound upperBound isConsistentWith redefinee ownedParameter isOrdered false isUnique true lower 1 upper 1 type raisedException only_body_for_query diagnostics context at_most_one_return diagnostics context isOrdered isUnique getType returnResult isQuery false redefinedOperation precondition postcondition bodyCondition class datatype BehavioralFeature isDistinguishableFrom n ns ownedParameter raisedException Parameter default direction in operation ParameterDirectionKind in in inout inout out out return return Constraint not_apply_to_self diagnostics context value_specification_boolean diagnostics context context constrainedElement specification namespace ValueSpecification isComputable integerValue booleanValue stringValue unlimitedValue isNull Argument name value ReflectiveCollection java.util.Collection java.util.Collection VisibilityKind public public private private protected protected package package ElementImport visibility_public_or_private diagnostics context imported_element_is_public diagnostics context getName visibility alias importedElement importingNamespace PackageImport public_or_private diagnostics context visibility importedPackage importingNamespace OpaqueExpression body language Expression operand Enumeration ownedLiteral EnumerationLiteral enumeration PrimitiveType ReflectiveSequence java.util.List java.util.List URIExtent org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource Exception objectInError elementInError description Factory createFromString dataType string convertToString dataType object create metaClass createElement aClass arguments createLink association firstElement secondElement package Link equals otherLink delete secondElement firstElement association Extent org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource Tag name value element
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="cmof" nsURI="http://schema.omg.org/spec/MOF/2.0/cmof.xml" nsPrefix="cmof"> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Namespace #//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A classifier is a type. It can specify a generalization hierarchy by referencing its general classifiers. A classifier is also a namespace whose members can include features. Classifier is an abstract metaclass."/> </eAnnotations> <eOperations name="no_cycles_in_generalization" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Generalization hierarchies must be directed and acyclical. A classifier can not be both a transitively general and transitively specific classifier of the same classifier.&#xD;&#xA;not self.allParents()->includes(self)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="specialize_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A classifier may only specialize classifiers of a valid type.&#xD;&#xA;self.parents()->forAll(c | self.maySpecializeType(c))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query conformsTo() gives true for a classifier that defines a type that conforms to another. This is used, for example, in the specification of signature conformance for operations.&#xD;&#xA;result = (self=other) or (self.allParents()->includes(other))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eAnnotations source="redefines" references="#//Type/conformsTo"/> <eParameters name="other" ordered="false" lowerBound="1" eType="#//Classifier"/> </eOperations> <eOperations name="allFeatures" ordered="false" upperBound="-1" eType="#//Feature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allFeatures() gives all of the features in the namespace of the classifier. In general, through mechanisms such as inheritance, this will be a larger set than feature.&#xD;&#xA;result = member->select(oclIsKindOf(Feature))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="getGenerals" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The general classifiers are the classifiers referenced by the generalization relationships.&#xD;&#xA;result = self.parents()"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="parents" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query parents() gives all of the immediate ancestors of a generalized Classifier.&#xD;&#xA;result = generalization.general"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="getInheritedMembers" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The inheritedMember association is derived by inheriting the inheritable members of the parents.&#xD;&#xA;result = self.inherit(self.parents()->collect(p | p.inheritableMembers(self))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="allParents" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allParents() gives all of the direct and indirect ancestors of a generalized Classifier.&#xD;&#xA;result = self.parents()->union(self.parents()->collect(p | p.allParents())"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="inheritableMembers" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query inheritableMembers() gives all of the members of a classifier that may be inherited in one of its descendants, subject to whatever visibility restrictions apply.&#xD;&#xA;c.allParents()->includes(self)&#xD;&#xA;result = member->select(m | c.hasVisibilityOf(m))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/> </eOperations> <eOperations name="hasVisibilityOf" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query hasVisibilityOf() determines whether a named element is visible in the classifier. By default all are visible. It is only called when the argument is something owned by a parent.&#xD;&#xA;self.allParents()->collect(c | c.member)->includes(n)&#xD;&#xA;result = if (self.inheritedMember->includes(n)) then (n.visibility &lt;> #private) else true"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/> </eOperations> <eOperations name="inherit" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xD;&#xA;result = inhs"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/> </eOperations> <eOperations name="maySpecializeType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query maySpecializeType() determines whether this classifier may have a generalization relationship to classifiers of the specified type. By default a classifier may specialize classifiers of the same or a more general type. It is intended to be redefined by classifiers that have different specialization constraints.&#xD;&#xA;result = self.oclIsKindOf(c.oclType)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="c" ordered="false" lowerBound="1" eType="#//Classifier"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false" upperBound="-1" eType="#//Feature" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Feature/featuringClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding association in Abstractions. Subsets Namespace::member and is a derived union. Note that there may be members of the Classifier that are of the type Feature but are not included in this association, e.g. inherited features."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/member"/> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false" upperBound="-1" eType="#//Property" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Refers to all of the Properties that are direct (i.e. not inherited or imported) attributes of the classifier. Subsets Classifier::feature and is a derived union."/> </eAnnotations> <eAnnotations source="subsets" references="#//Classifier/feature"/> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="general" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the general classifier in the Generalization relationship. Subsets DirectedRelationship::target."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" ordered="false" upperBound="-1" eType="#//NamedElement" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies all elements inherited by this classifier from the general classifiers. Subsets Namespace::member. This is derived."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A namespace has the ability to import either individial members or all members of a package, thereby making it possible to refer to those named elements without qualification in the importing namespace. In the case of conflicts, it is necessary to use qualified names or aliases to disambiguate the referenced elements."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="ownedMember" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//NamedElement/%duplicates%/namespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property of Abstractions::Namespaces::Namespace."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/member #//Element/ownedElement"/> <eAnnotations source="union"/> </contents> </eAnnotations> <eOperations name="members_are_distinguishable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All the members of a Namespace are distinguishable within it.&#xD;&#xA;membersAreDistinguishable()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <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="getImportedMembers" ordered="false" upperBound="-1" eType="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The importedMember property is derived from the ElementImports and the PackageImports. References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports.&#xD;&#xA;result = self.importMembers(self.elementImport.importedElement.asSet()->union(self.packageImport.importedPackage->collect(p | p.visibleMembers())))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="getNamesOfMember" ordered="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query getNamesOfMember() is overridden to take account of importing. It gives back the set of names that an element would have in an importing namespace, either because it is owned, or if not owned then imported individually, or if not individually then from a package.&#xD;&#xA;result = if self.ownedMember->includes(element)&#xA;then Set{}->include(element.name)&#xA;else let elementImports: ElementImport = self.elementImport->select(ei | ei.importedElement = element) in&#xA; if elementImports->notEmpty()&#xA; then elementImports->collect(el | el.getName())&#xA; else self.packageImport->select(pi | pi.importedPackage.visibleMembers()->includes(element))->collect(pi | pi.importedPackage.getNamesOfMember(element))&#xA; endif&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="element" ordered="false" lowerBound="1" eType="#//NamedElement"/> </eOperations> <eOperations name="importMembers" ordered="false" upperBound="-1" eType="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query importMembers() defines which of a set of PackageableElements are actually imported into the namespace. This excludes hidden ones, i.e., those which have names that conflict with names of owned members, and also excludes elements which would have the same name when imported.&#xD;&#xA;result = self.excludeCollisions(imps)->select(imp | self.ownedMember->forAll(mem | mem.imp.isDistinguishableFrom(mem, self)))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="imps" ordered="false" upperBound="-1" eType="#//PackageableElement"/> </eOperations> <eOperations name="excludeCollisions" ordered="false" upperBound="-1" eType="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query excludeCollisions() excludes from a set of PackageableElements any that would not be distinguishable from each other in this namespace.&#xD;&#xA;result = imps->reject(imp1 | imps.exists(imp2 | not imp1.isDistinguishableFrom(imp2, self)))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="imps" ordered="false" upperBound="-1" eType="#//PackageableElement"/> </eOperations> <eOperations name="membersAreDistinguishable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Boolean query membersAreDistinguishable() determines whether all of the namespace's members are distinguishable within it.&#xD;&#xA;result = self.member->forAll( memb |&#xA;&#x9;self.member->excluding(memb)->forAll(other |&#xA;&#x9;&#x9;memb.isDistinguishableFrom(other, self)))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRule" ordered="false" upperBound="-1" eType="#//Constraint" containment="true" eOpposite="#//Constraint/namespace"> <eAnnotations source="subsets" references="#//Namespace/%duplicates%/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importedMember" ordered="false" upperBound="-1" eType="#//PackageableElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the PackageableElements that are members of this Namespace as a result of either PackageImports or ElementImports. Subsets Namespace::member."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elementImport" ordered="false" upperBound="-1" eType="#//ElementImport" containment="true" eOpposite="#//ElementImport/importingNamespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the ElementImports owned by the Namespace. Subsets Element::ownedElement."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="packageImport" ordered="false" upperBound="-1" eType="#//PackageImport" containment="true" eOpposite="#//PackageImport/importingNamespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the PackageImports owned by the Namespace. Subsets Element::ownedElement."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" upperBound="-1" eType="#//NamedElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property of Abstractions::Namespaces::Namespace."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="NamedElement has a visibility attribute.&#xD;&#xA;A named element represents elements with names."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EReference" name="namespace" ordered="false" eType="#//Namespace" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Namespace/%duplicates%/ownedMember"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the namespace that owns the NamedElement. Subsets Element::owner. This is a derived union."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/owner"/> <eAnnotations source="union"/> </contents> </eAnnotations> <eOperations name="no_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If there is no name, or one of the containing namespaces has no name, there is no qualified name.&#xD;&#xA;(self.name->isEmpty() or self.allNamespaces()->select(ns | ns.name->isEmpty())->notEmpty())&#xA;&#xA; implies self.qualifiedName->isEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="qualified_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.&#xD;&#xA;(self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()) implies&#xA; self.qualifiedName = self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="visibility_needs_ownership" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If a NamedElement is not owned by a Namespace, it does not have a visibility.&#xD;&#xA;namespace->isEmpty() implies visibility->isEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="allNamespaces" upperBound="-1" eType="#//Namespace"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allNamespaces() gives the sequence of namespaces in which the NamedElement is nested, working outwards.&#xD;&#xA;result = if self.namespace->isEmpty()&#xA;then Sequence{}&#xA;else self.namespace.allNamespaces()->prepend(self.namespace)&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="isDistinguishableFrom" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isDistinguishableFrom() determines whether two NamedElements may logically co-exist within a Namespace. By default, two named elements are distinguishable if (a) they have unrelated types or (b) they have related types but different names.&#xD;&#xA;result = if self.oclIsKindOf(n.oclType) or n.oclIsKindOf(self.oclType)&#xA;then ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->isEmpty()&#xA;else true&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eParameters name="ns" ordered="false" lowerBound="1" eType="#//Namespace"/> </eOperations> <eOperations name="separator" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query separator() gives the string that is used to separate names when constructing a qualified name.&#xD;&#xA;result = '::'"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="qualifiedName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="When there is a name, and all of the containing namespaces have a name, the qualified name is constructed from the names of the containing namespaces.&#xD;&#xA;result = if self.name->notEmpty() and self.allNamespaces()->select(ns | ns.name->isEmpty())->isEmpty()&#xA;then &#xA; self.allNamespaces()->iterate( ns : Namespace; result: String = self.name | ns.name->union(self.separator())->union(result))&#xA;else&#xA; Set{}&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" eType="#//VisibilityKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determines the visibility of the NamedElement within different Namespaces within the overall model."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the NamedElement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An element can own comments.&#xD;&#xA;Element is an abstract metaclass with no superclass. It is used as the common superclass for all metaclasses in the infrastructure library."/> </eAnnotations> <eOperations name="not_own_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An element may not directly or indirectly own itself.&#xD;&#xA;not self.allOwnedElements()->includes(self)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="has_owner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Elements that must be owned must have an owner.&#xD;&#xA;self.mustBeOwned() implies owner->notEmpty()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="allOwnedElements" ordered="false" upperBound="-1" eType="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query allOwnedElements() gives all of the direct and indirect owned elements of an element.&#xD;&#xA;result = ownedElement->union(ownedElement->collect(e | e.allOwnedElements()))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="mustBeOwned" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query mustBeOwned() indicates whether elements of this type must have an owner. Subclasses of Element that do not require an owner must override this operation.&#xD;&#xA;result = true"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="getMetaClass" ordered="false" lowerBound="1" eType="#//Class"/> <eOperations name="container" ordered="false" lowerBound="1" eType="#//Element"/> <eOperations name="equals" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="otherElement" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> <eOperations name="get" ordered="false" lowerBound="1" eType="#//Object"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="set" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> <eParameters name="value" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> <eOperations name="isSet" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="unset" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"> <eParameters name="property" ordered="false" lowerBound="1" eType="#//Property"/> </eOperations> <eOperations name="delete" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eOperations name="invoke" ordered="false" lowerBound="1" eType="#//Object"> <eParameters name="op" ordered="false" lowerBound="1" eType="#//Operation"/> <eParameters name="arguments" ordered="false" lowerBound="1" eType="#//Argument"/> </eOperations> <eOperations name="isInstanceOfType" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="type" ordered="false" lowerBound="1" eType="#//Class"/> <eParameters name="includeSubtypes" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="verify" ordered="false" lowerBound="1" eType="#//ReflectiveCollection"> <eParameters name="deepVerify" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" ordered="false" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Element/owner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Elements owned by this element."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Element/ownedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Element that owns this element."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" ordered="false" upperBound="-1" eType="#//Comment" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Comments owned by this element. Subsets Element::ownedElement.&#xD;&#xA;The Comments owned by this element."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A comment is a textual annotation that can be attached to a set of elements.&#xD;&#xA;A comment gives the ability to attach various remarks to elements. A comment carries no semantic force, but may contain information that is useful to a modeler. A comment may be owned by any element."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a string that is the comment."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" ordered="false" upperBound="-1" eType="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Element(s) being commented."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Class is a kind of classifier whose features are attributes and operations. Attributes of a class are represented by instances of Property that are owned by the class. Some of these attributes may represent the navigable ends of binary associations.&#xD;&#xA;A class is a type that has objects as its instances."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="inherit" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xD;&#xA;result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eAnnotations source="redefines" references="#//Classifier/inherit"/> <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="True when a class is abstract. The default value is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The attributes (i.e. the properties) owned by the class. This is an ordered association. Subsets Classifier::attribute and Namespace::ownedMember.&#xD;&#xA;The attributes owned by a class. These do not include the inherited attributes. Attributes are represented by instances of Property."/> </eAnnotations> <eAnnotations source="subsets" references="#//Classifier/attribute #//Namespace/%duplicates%/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The operations owned by the class. This is an ordered association. Subsets Classifier::feature and Namespace::ownedMember.&#xD;&#xA;The operations owned by a class. These do not include the inherited operations."/> </eAnnotations> <eAnnotations source="subsets" references="#//Classifier/feature #//Namespace/%duplicates%/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false" upperBound="-1" eType="#//Class"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This gives the superclasses of a class. It redefines Classifier::general.&#xD;&#xA;The immediate superclasses of a class, from which the class inherits."/> </eAnnotations> <eAnnotations source="redefines" references="#//Classifier/general"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//MultiplicityElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Property represents a declared state of one or more instances in terms of a named relationship to a value or values. When a property is an attribute of a classifier, the value or values are related to the instance of the classifier by being held in slots of the instance. When a property is an association end, the value or values are related to the instance or instances at the other end(s) of the association.&#xA;&#xA;&#xA;&#xA;Property is indirectly a subclass of Constructs::TypedElement. The range of valid values represented by the property can be controlled by setting the property's type.&#xD;&#xA;A property is a typed element that represents an attribute of a class."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="isConsistentWith" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isConsistentWith() specifies, for any two Properties in a context in which redefinition is possible, whether redefinition would be logically consistent. A redefining property is consistent with a redefined property if the type of the redefining property conforms to the type of the redefined property, the multiplicity of the redefining property (if.specified) is contained in the multiplicity of the redefined property, and the redefining property is derived if the redefined property is derived.&#xD;&#xA;redefinee.isRedefinitionContextValid(self)&#xD;&#xA;result = (redefinee.oclIsKindOf(Property) and &#xA; let prop: Property = redefinee.oclAsType(Property) in&#xA; type.conformsTo(prop.type) and&#xA; (lowerBound()->notEmpty and prop.lowerBound()->notEmpty() implies lowerBound() >= prop.lowerBound())&#xA; and&#xA; (upperBound()->notEmpty and prop.upperBound()->notEmpty() implies upperBound() &lt;= prop.upperBound())&#xA; and&#xA; (prop.isDerived implies isDerived))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eAnnotations source="redefines" references="#//RedefinableElement/isConsistentWith"/> <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/> </contents> </eAnnotations> <eOperations name="multiplicity_of_composite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A multiplicity of a composite aggregation must not have an upper bound greater than 1.&#xD;&#xA;isComposite implies (upperBound()->isEmpty() or upperBound() &lt;= 1)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="subsetting_context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Subsetting may only occur when the context of the subsetting property conforms to the context of the subsetted property.&#xD;&#xA;self.subsettedProperty->notEmpty() implies&#xA; (self.subsettingContext()->notEmpty() and self.subsettingContext()->forAll (sc |&#xA; self.subsettedProperty->forAll(sp |&#xA; sp.subsettingContext()->exists(c | sc.conformsTo(c)))))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="navigable_property_redefinition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A navigable property can only be redefined or subsetted by a navigable property.&#xD;&#xA;(self.subsettedProperty->exists(sp | sp.isNavigable()) implies self.isNavigable())&#xA; and (self.redefinedProperty->exists(rp | rp.isNavigable()) implies self.isNavigable())"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="subsetting_rules" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A subsetting property may strengthen the type of the subsetted property, and its upper bound may be less.&#xD;&#xA;self.subsettedProperty->forAll(sp |&#xA; self.type.conformsTo(sp.type) and&#xA; ((self.upperBound()->notEmpty() and sp.upperBound()->notEmpty()) implies&#xA; self.upperBound()&lt;=sp.upperBound() ))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="navigable_readonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only a navigable property can be marked as readOnly.&#xD;&#xA;isReadOnly implies isNavigable()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <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="derived_union_is_derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A derived union is derived.&#xD;&#xA;isDerivedUnion implies isDerived"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <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="getOpposite" ordered="false" lowerBound="1" eType="#//Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this property is owned by a class, associated with a binary association, and the other end of the association is also owned by a class, then opposite gives the other end.&#xD;&#xA;result = if owningAssociation->notEmpty() and association.memberEnd->size() = 2 then &#xA;&#x9;&#x9;let otherEnd = (association.memberEnd - self)->any() in &#xA;&#x9;&#x9;&#x9;if otherEnd.owningAssociation->notEmpty then otherEnd else Set{} endif&#xA;&#x9;else Set {}&#xA;&#x9;endif"/> <details key="suppressedVisibility" value="true"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="subsettingContext" ordered="false" upperBound="-1" eType="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query subsettingContext() gives the context for subsetting a property. It consists, in the case of an attribute, of the corresponding classifier, and in the case of an association end, all of the classifiers at the other ends.&#xD;&#xA;result = if association->notEmpty()&#xA;then association.endType-type &#xA;else if classifier->notEmpty then Set{classifier} else Set{} endif&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="isNavigable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isNavigable indicates whether it is possible to navigate across the property.&#xD;&#xA;result = not classifier->isEmpty() or&#xA;association.owningAssociation.navigableOwnedEnd->includes(self)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerivedUnion" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether the property is derived as the union of all of the properties that are constrained to subset it. The default value is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" ordered="false" eType="#//Association" transient="true" eOpposite="#//Association/ownedEnd"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the owning association of this property, if any. Subsets Property::association, NamedElement::namespace, and Feature::featuringClassifier."/> </eAnnotations> <eAnnotations source="subsets" references="#//Property/association #//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false" eType="#//Association" eOpposite="#//Association/memberEnd"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the association of which this property is a member, if any."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedProperty" ordered="false" upperBound="-1" eType="#//Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the properties that are redefined by this property. Subsets RedefinableElement::redefinedElement."/> </eAnnotations> <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" ordered="false" upperBound="-1" eType="#//Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the properties of which this property is constrained to be a subset."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false" eType="#//DataType" transient="true" eOpposite="#//DataType/ownedAttribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The DataType that owns this Operation. Subsets NamedElement::namespace, Feature::featuringClassifier, and RedefinableElement::redefinitionContext."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This redefines the corresponding attribute in Basic::Property and Abstractions::StructuralFeature. The default value is false.&#xD;&#xA;If isReadOnly is true, the attribute may not be written to after initialization. The default value is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a String that represents a value to be used when no argument is supplied for the Property.&#xD;&#xA;A string that is evaluated to give a default value for the attribute when an object of the owning class is instantiated."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If isComposite is true, the object containing the attribute is a container for the object or value contained in the attribute. The default value is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If isDerived is true, the value of the attribute is derived from information elsewhere. The default value is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" ordered="false" eType="#//Property" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="In the case where the property is one navigable end of a binary association with both ends navigable, this gives the other end.&#xD;&#xA;Two attributes attr1 and attr2 of two objects o1 and o2 (which may be the same object) may be paired with each other so that o1.attr1 refers to o2 if and only if o2.attr2 refers to o1. In such a case attr1 is the opposite of attr2 and attr2 is the opposite of attr1."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" eType="#//Class" transient="true" eOpposite="#//Class/ownedAttribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class that owns the property, and of which the property is an attribute."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//MultiplicityElement #//TypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A structural feature is a typed feature of a classifier that specifies the structure of instances of the classifier. Structural feature is an abstract metaclass."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//RedefinableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A feature declares a behavioral or structural characteristic of instances of classifiers. Feature is an abstract metaclass."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" ordered="false" upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true" eOpposite="#//Classifier/feature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding association in Abstractions. This is a derived union."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A redefinable element is an element that, when defined in the context of a classifier, can be redefined more specifically or differently in the context of another classifier that specializes (directly or indirectly) the context classifier. "/> </eAnnotations> <eOperations name="redefinition_context_valid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="At least one of the redefinition contexts of the redefining element must be a specialization of at least one of the redefinition contexts for each redefined element.&#xD;&#xA;self.redefinedElement->forAll(e | self.isRedefinitionContextValid(e))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="redefinition_consistent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A redefining element must be consistent with each redefined element.&#xD;&#xA;self.redefinedElement->forAll(re | re.isConsistentWith(self))"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <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="isConsistentWith" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isConsistentWith() specifies, for any two RedefinableElements in a context in which redefinition is possible, whether redefinition would be logically consistent. By default, this is false; this operation must be overridden for subclasses of RedefinableElement to define the consistency conditions.&#xD;&#xA;result = false"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/> </eOperations> <eOperations name="isRedefinitionContextValid" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isRedefinitionContextValid() specifies whether the redefinition contexts of this RedefinableElement are properly related to the redefinition contexts of the specified RedefinableElement to allow this element to redefine the other. By default at least one of the redefinition contexts of this element must be a specialization of at least one of the redefinition contexts of the specified element.&#xD;&#xA;result = self.redefinitionContext->exists(c | redefinable.redefinitionContext->exists(r | c.allParents()->includes(r)))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="redefinable" ordered="false" lowerBound="1" eType="#//RedefinableElement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitionContext" ordered="false" upperBound="-1" eType="#//Classifier" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the contexts that this element may be redefined from. This is a derived union."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedElement" ordered="false" upperBound="-1" eType="#//RedefinableElement" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The redefinable element that is being redefined by this element. This is a derived union."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A typed element is an element that has a type that serves as a constraint on the range of values the element can represent. Typed element is an abstract metaclass.&#xD;&#xA;A typed element is a kind of named element that represents elements with types."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation.&#xD;&#xA;The type of the TypedElement."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type serves as a constraint on the range of values represented by a typed element. Type is an abstract metaclass.&#xD;&#xA;A type is a named element that is used as the type for a typed element. A type can be contained in a package."/> </eAnnotations> <eOperations name="conformsTo" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query conformsTo() gives true for a type that conforms to another. By default, two types do not conform to each other. This query is intended to be redefined for specific conformance situations.&#xD;&#xA;result = false"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="other" ordered="false" lowerBound="1" eType="#//Type"/> </eOperations> <eOperations name="isInstance" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/ownedType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the owning package of a package. Subsets NamedElement::namespace and redefines Basic::Package::nestingPackage.&#xD;&#xA;Specifies the owning package of this classifier, if any."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A packageable element indicates a named element that may be owned directly by a package."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package is a namespace for its members, and may contain other packages. Only packageable elements can be owned members of a package. By virtue of being a namespace, a package can import either individual members of other packages, or all the members of other packages. In addition a package can be merged with other packages.&#xD;&#xA;A package is a container for types and other packages."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="mustBeOwned" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query mustBeOwned() indicates whether elements of this type must have an owner.&#xD;&#xA;result = false"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eAnnotations source="redefines" references="#//Element/mustBeOwned"/> </contents> </eAnnotations> <eOperations name="elements_public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If an element that is owned by a package has visibility, it is public or private.&#xD;&#xA;self.ownedElements->forAll(e | e.visibility->notEmpty() implies e.visbility = #public or e.visibility = #private)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <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="visibleMembers" ordered="false" upperBound="-1" eType="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query visibleMembers() defines which members of a Package can be accessed outside it.&#xD;&#xA;result = member->select( m | self.makesVisible(m))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="makesVisible" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query makesVisible() defines whether a Package makes an element visible outside itself. Elements with no visibility and elements with public visibility are made visible.&#xD;&#xA;self.member->includes(el)&#xD;&#xA;result = (ownedMember->includes(el)) or&#xA; (elementImport->&#xA; select(ei|ei.visibility = #public)->&#xA; collect(ei|ei.importedElement)->includes(el)) or&#xA; (packageImport->&#xA; select(pi|pi.visibility = #public)->&#xA; collect(pi|&#xA; pi.importedPackage.member->includes(el))->notEmpty())"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="el" ordered="false" lowerBound="1" eType="#//NamedElement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMember" ordered="false" upperBound="-1" eType="#//PackageableElement" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the members that are owned by this Package. Redefines Namespace::ownedMember."/> </eAnnotations> <eAnnotations source="redefines" references="#//Namespace/%duplicates%/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="packageMerge" ordered="false" upperBound="-1" eType="#//PackageMerge" containment="true" eOpposite="#//PackageMerge/receivingPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the PackageMerges that are owned by this Package. Subsets Element::ownedElement."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" ordered="false" upperBound="-1" eType="#//Package" volatile="true" transient="true" derived="true" resolveProxies="false" eOpposite="#//Package/nestingPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the owned members that are Packages. Subsets Package::ownedMember and redefines Basic::Package::nestedPackage.&#xD;&#xA;The set of contained packages."/> </eAnnotations> <eAnnotations source="subsets" references="#//Package/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" ordered="false" eType="#//Package" volatile="true" transient="true" derived="true" eOpposite="#//Package/nestedPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the owning package of a package. Subsets NamedElement::namespace and redefines Basic::Package::nestingPackage.&#xD;&#xA;The containing package."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uRI" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="uri"/> <details key="kind" value="attribute"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedType" ordered="false" upperBound="-1" eType="#//Type" volatile="true" transient="true" derived="true" resolveProxies="false" eOpposite="#//Type/package"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the owned members that are Types. Subsets Package::ownedMember and redefines Basic::Package::ownedType.&#xD;&#xA;The set of contained types."/> </eAnnotations> <eAnnotations source="subsets" references="#//Package/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectedRelationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package merge is a directed relationship between two packages, that indicates that the contents of the two packages are to be combined. It is very similar to Generalization in the sense that the source element conceptually adds the characteristics of the target element to its own characteristics resulting in an element that combines the characteristics of both.&#xA;&#xA;&#xA;&#xA;This mechanism should be used when elements defined in different packages have the same name and are intended to represent the same concept. Most often it is used to provide different definitions of a given concept for different purposes, starting from a common base definition. A given base concept is extended in increments, with each increment defined in a separate merged package. By selecting which increments to merge, it is possible to obtain a custom definition of a concept for a specific end. Package merge is particularly useful in meta-modeling and is extensively used in the definition of the UML metamodel.&#xA;&#xA;&#xA;&#xA;Conceptually, a package merge can be viewed as an operation that takes the contents of two packages and produces a new package that combines the contents of the packages involved in the merge. In terms of model semantics, there is no difference between a model with explicit package merges, and a model in which all the merges have been performed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="mergedPackage" ordered="false" lowerBound="1" eType="#//Package"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Package that is to be merged with the receiving package of the Package-Merge. Subsets DirectedRelationship::target."/> </eAnnotations> <eAnnotations source="subsets" references="#//DirectedRelationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="receivingPackage" ordered="false" lowerBound="1" eType="#//Package" transient="true" eOpposite="#//Package/packageMerge"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Package that is being extended with the contents of the merged package of the PackageMerge. Subsets Element::owner and DirectedRelationship::source."/> </eAnnotations> <eAnnotations source="subsets" references="#//DirectedRelationship/source #//Element/owner"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" abstract="true" eSuperTypes="#//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A directed relationship references one or more source elements and one or more target elements. DirectedRelationship is an abstract metaclass."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the sources of the DirectedRelationship. Subsets Relationship::relatedElement. This is a derived union."/> </eAnnotations> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the targets of the DirectedRelationship. Subsets Relationship::relatedElement. This is a derived union."/> </eAnnotations> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A relationship references one or more related elements. Relationship is an abstract metaclass."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedElement" ordered="false" lowerBound="1" upperBound="-1" eType="#//Element" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the elements related by the Relationship. This is a derived union."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true" eSuperTypes="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A MultiplicityElement is an abstract metaclass which includes optional attributes for defining the bounds of a multiplicity. A MultiplicityElement also includes specifications of whether the values in an instantiation of this element must be unique or ordered."/> </eAnnotations> <eOperations name="upper_gt_0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A multiplicity must define at least one valid cardinality that is greater than zero.&#xD;&#xA;upperBound()->notEmpty() implies upperBound() > 0"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="lower_ge_0" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The lower bound must be a non-negative integer literal.&#xD;&#xA;lowerBound()->notEmpty() implies lowerBound() >= 0"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="upper_ge_lower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The upper bound must be greater than or equal to the lower bound.&#xD;&#xA;(upperBound()->notEmpty() and lowerBound()->notEmpty()) implies upperBound() >= lowerBound()"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="lowerBound" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query lowerBound() returns the lower bound of the multiplicity as an integer.&#xD;&#xA;result = if lower->notEmpty() then lower else 1 endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="upperBound" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query upperBound() returns the upper bound of the multiplicity for a bounded multiplicity as an unlimited natural.&#xD;&#xA;result = if upper->notEmpty() then upper else 1 endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="isMultivalued" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isMultivalued() checks whether this multiplicity has an upper bound greater than one.&#xD;&#xA;upperBound()->notEmpty()&#xD;&#xA;result = upperBound() > 1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="includesCardinality" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query includesCardinality() checks whether the specified cardinality is valid for this multiplicity.&#xD;&#xA;upperBound()->notEmpty() and lowerBound()->notEmpty()&#xD;&#xA;result = (lowerBound() &lt;= C) and (upperBound() >= C)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="C" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="includesMultiplicity" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query includesMultiplicity() checks whether this multiplicity includes all the cardinalities allowed by the specified multiplicity.&#xD;&#xA;self.upperBound()->notEmpty() and self.lowerBound()->notEmpty() and M.upperBound()->notEmpty() and M.lowerBound()->notEmpty()&#xD;&#xA;result = (self.lowerBound() &lt;= M.lowerBound()) and (self.upperBound() >= M.upperBound())"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eParameters name="M" ordered="false" lowerBound="1" eType="#//MultiplicityElement"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="For a multivalued multiplicity, this attribute specifies whether the values in an instantiation of this element are sequentially ordered. Default is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="For a multivalued multiplicity, this attributes specifies whether the values in an instantiation of this element are unique. Default is true."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the lower bound of the multiplicity interval. Default is one."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the upper bound of the multiplicity interval. Default is one."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An association specifies a semantic relationship that can occur between typed instances. It has at least two ends represented by properties, each of which is connected to the type of the end. More than one end of an association may have the same type.&#xA;&#xA;&#xA;&#xA;An end property of an association that is owned by an end class or that is a navigable owned end of the association indicates that the association is navigable from the opposite ends, otherwise the association is not navigable from the opposite ends."/> </eAnnotations> <eOperations name="association_ends" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Association ends of associations with more than two ends must be owned by the association.&#xD;&#xA;if memberEnd->size() > 2 then ownedEnd->includesAll(memberEnd)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether the association is derived from other model elements such as other associations or constraints. The default value is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endType" ordered="false" lowerBound="1" upperBound="-1" eType="#//Type" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the classifiers that are used as types of the ends of the association."/> </eAnnotations> <eAnnotations source="subsets" references="#//Relationship/relatedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="#//Property" eOpposite="#//Property/association"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Each end represents participation of instances of the classifier connected to the end in links of the association. This is an ordered association."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/member"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="navigableOwnedEnd" ordered="false" upperBound="-1" eType="#//Property" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The navigable ends that are owned by the association itself."/> </eAnnotations> <eAnnotations source="subsets" references="#//Association/ownedEnd"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/owningAssociation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ends that are owned by the association itself. This is an ordered association."/> </eAnnotations> <eAnnotations source="subsets" references="#//Association/memberEnd #//Classifier/feature #//Namespace/%duplicates%/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A data type is a type whose instances are identified only by their value. A DataType may contain attributes to support the modeling of structured data types.&#xA;&#xA;&#xA;&#xA;A typical use of data types would be to represent programming language primitive types or CORBA basic types. For example, integer and string types are often treated as data types.&#xD;&#xA;DataType is an abstract class that acts as a common superclass for different kinds of data types."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="inherit" ordered="false" upperBound="-1" eType="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The inherit operation is overridden to exclude redefined properties.&#xD;&#xA;result = inhs->excluding(inh | ownedMember->select(oclIsKindOf(RedefinableElement))->select(redefinedElement->includes(inh)))"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eAnnotations source="redefines" references="#//Classifier/inherit"/> <eParameters name="inhs" ordered="false" upperBound="-1" eType="#//NamedElement"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//Operation" containment="true" eOpposite="#//Operation/datatype"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Operations owned by the DataType. Subsets Classifier::feature and Element::ownedMember."/> </eAnnotations> <eAnnotations source="subsets" references="#//Classifier/feature #//Namespace/%duplicates%/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//Property" containment="true" eOpposite="#//Property/datatype"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Attributes owned by the DataType. Subsets Classifier::attribute and Element::ownedMember."/> </eAnnotations> <eAnnotations source="subsets" references="#//Classifier/attribute #//Namespace/%duplicates%/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//MultiplicityElement #//TypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An operation is owned by a class and may be invoked in the context of objects that are instances of that class. It is a typed element and a multiplicity element."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="lowerBound" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this operation has a return parameter, lower equals the value of lower for that parameter. Otherwise lower is not defined.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().lower else Set{} endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eAnnotations source="redefines" references="#//MultiplicityElement/lowerBound"/> </contents> <contents xsi:type="ecore:EOperation" name="upperBound" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this operation has a return parameter, upper equals the value of upper for that parameter. Otherwise upper is not defined.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().upper else Set{} endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eAnnotations source="redefines" references="#//MultiplicityElement/upperBound"/> </contents> <contents xsi:type="ecore:EOperation" name="isConsistentWith" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isConsistentWith() specifies, for any two Operations in a context in which redefinition is possible, whether redefinition would be consistent in the sense of maintaining type covariance. Other senses of consistency may be required, for example to determine consistency in the sense of contravariance. Users may define alternative queries under names different from 'isConsistentWith()', as for example, users may define a query named 'isContravariantWith()'.&#xD;&#xA;redefinee.isRedefinitionContextValid(self)&#xD;&#xA;result = (redefinee.oclIsKindOf(Operation) and&#xA; let op: Operation = redefinee.oclAsType(Operation) in&#xA; self.formalParameter.size() = op.formalParameter.size() and&#xA; self.returnResult.size() = op.returnResult.size() and&#xA; forAll(i | op.formalParameter[i].type.conformsTo(self.formalParameter[i].type)) and&#xA; forAll(i | op.returnResult[i].type.conformsTo(self.returnResult[i].type))&#xA;)"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eAnnotations source="redefines" references="#//RedefinableElement/isConsistentWith"/> <eParameters name="redefinee" ordered="false" lowerBound="1" eType="#//RedefinableElement"/> </contents> <contents xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the ordered set of formal parameters of this BehavioralFeature. Subsets Namespace::ownedMember.&#xD;&#xA;The parameters to the operation."/> </eAnnotations> <eAnnotations source="redefines" references="#//BehavioralFeature/ownedParameter"/> </contents> <contents xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" defaultValueLiteral="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/> </eAnnotations> <eAnnotations source="redefines" references="#//MultiplicityElement/isOrdered"/> </contents> <contents xsi:type="ecore:EAttribute" name="isUnique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" defaultValueLiteral="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/> </eAnnotations> <eAnnotations source="redefines" references="#//MultiplicityElement/isUnique"/> </contents> <contents xsi:type="ecore:EAttribute" name="lower" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" volatile="true" transient="true" defaultValueLiteral="1" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/> </eAnnotations> <eAnnotations source="redefines" references="#//MultiplicityElement/lower"/> </contents> <contents xsi:type="ecore:EAttribute" name="upper" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" volatile="true" transient="true" defaultValueLiteral="1" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/> </eAnnotations> <eAnnotations source="redefines" references="#//MultiplicityElement/upper"/> </contents> <contents xsi:type="ecore:EReference" name="type" ordered="false" eType="#//Type" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Redefines the corresponding property from Basic to derive this information from the return result for this Operation."/> </eAnnotations> <eAnnotations source="redefines" references="#//TypedElement/type"/> </contents> <contents xsi:type="ecore:EReference" name="raisedException" ordered="false" upperBound="-1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Types representing exceptions that may be raised during an invocation of this operation. Redefines Basic::Operation.raisedException and BehavioralFeature.raisedException.&#xD;&#xA;The exceptions that are declared as possible during an invocation of the operation."/> </eAnnotations> <eAnnotations source="redefines" references="#//BehavioralFeature/raisedException"/> </contents> </eAnnotations> <eOperations name="only_body_for_query" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A bodyCondition can only be specified for a query operation.&#xD;&#xA;bodyCondition->notEmpty() implies isQuery"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="at_most_one_return" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An operation can have at most one return parameter; i.e., an owned parameter with the direction set to 'return'&#xD;&#xA;self.ownedParameter->select(par | par.direction = #return)->size() &lt;= 1"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this operation has a return parameter, isOrdered equals the value of isOrdered for that parameter. Otherwise isOrdered is false.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().isOrdered else false endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="isUnique" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this operation has a return parameter, isUnique equals the value of isUnique for that parameter. Otherwise isUnique is true.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().isUnique else true endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="getType" ordered="false" lowerBound="1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If this operation has a return parameter, type equals the value of type for that parameter. Otherwise type is not defined.&#xD;&#xA;result = if returnResult->size() = 1 then returnResult->any().type else Set{} endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="returnResult" ordered="false" upperBound="-1" eType="#//Parameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="result = ownedParameter->select (par | par.direction = #return)"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies whether an execution of the BehavioralFeature leaves the state of the system unchanged (isQuery=true) or whether side effects may occur (isQuery=false). The default value is false."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedOperation" ordered="false" upperBound="-1" eType="#//Operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Operations that are redefined by this Operation. Subsets RedefinableElement.redefinedElement."/> </eAnnotations> <eAnnotations source="subsets" references="#//RedefinableElement/redefinedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="precondition" ordered="false" upperBound="-1" eType="#//Constraint" resolveProxies="false"> <eAnnotations source="subsets" references="#//Namespace/ownedRule"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="postcondition" ordered="false" upperBound="-1" eType="#//Constraint" resolveProxies="false"> <eAnnotations source="subsets" references="#//Namespace/ownedRule"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyCondition" ordered="false" upperBound="-1" eType="#//Constraint" resolveProxies="false"> <eAnnotations source="subsets" references="#//Namespace/ownedRule"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="class" ordered="false" eType="#//Class" transient="true" eOpposite="#//Class/ownedOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class that owns the operation. Subsets RedefinableElement::redefinitionContext and NamedElement::namespace and Feature::featuringClassifier.&#xD;&#xA;The class that owns the operation."/> </eAnnotations> <eAnnotations source="subsets" references="#//RedefinableElement/redefinitionContext #//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="datatype" ordered="false" eType="#//DataType" transient="true" eOpposite="#//DataType/ownedOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The DataType that owns this Operation. Subsets NamedElement::namespace, Feature::featuringClassifier, and RedefinableElement::redefinitionContext."/> </eAnnotations> <eAnnotations source="subsets" references="#//RedefinableElement/redefinitionContext #//NamedElement/%duplicates%/namespace #//Feature/featuringClassifier"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Namespace #//Feature"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A behavioral feature is a feature of a classifier that specifies an aspect of the behavior of its instances. BehavioralFeature is an abstract metaclass specializing Feature and Namespace. Kinds of behavioral aspects are modeled by subclasses of BehavioralFeature."/> </eAnnotations> <eAnnotations source="duplicates"> <contents xsi:type="ecore:EOperation" name="isDistinguishableFrom" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isDistinguishableFrom() determines whether two BehavioralFeatures may coexist in the same Namespace. It specifies that they have to have different signatures.&#xD;&#xA;result = if n.oclIsKindOf(BehavioralFeature)&#xA;then&#xA; if ns.getNamesOfMember(self)->intersection(ns.getNamesOfMember(n))->notEmpty()&#xA; then Set{}->include(self)->include(n)->isUnique( bf | bf.parameter->collect(type))&#xA; else true&#xA; endif&#xA;else true&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> <eAnnotations source="redefines" references="#//NamedElement/isDistinguishableFrom"/> <eParameters name="n" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eParameters name="ns" ordered="false" lowerBound="1" eType="#//Namespace"/> </contents> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//Parameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the ordered set of formal parameters of this BehavioralFeature."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/%duplicates%/ownedMember"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" ordered="false" upperBound="-1" eType="#//Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Types representing exceptions that may be raised during an invocation of this feature."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//MultiplicityElement #//TypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A parameter is a kind of typed element in order to allow the specification of an optional multiplicity on parameters. In addition, it supports the specification of an optional default value.&#xD;&#xA;A parameter is a typed element that represents a parameter of an operation."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a String that represents a value to be used when no argument is supplied for the Parameter."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" ordered="false" lowerBound="1" eType="#//ParameterDirectionKind" defaultValueLiteral="in"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates whether a parameter is being sent into or out of a behavioral element. The default value is in."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false" eType="#//Operation" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="References the Operation for which this is a formal parameter. Subsets NamedElement::namespace and redefines Basic::Parameter::operation.&#xD;&#xA;The operation that owns the parameter."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ParameterDirectionKind is an enumeration of the following literal values:&#xA;&#xA; - in Indicates that parameter values are passed into the behavioral element by the caller.&#xA;&#xA; - inout Indicates that parameter values are passed into a behavioral element by the caller and then back out to the caller from the behavioral element.&#xA;&#xA; - out Indicates that parameter values are passed from a behavioral element out to the caller.&#xA;&#xA; - return Indicates that parameter values are passed as return values from a behavioral element back to the caller.&#xA;&#xA;"/> </eAnnotations> <eLiterals name="in"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed into the behavioral element by the caller."/> </eAnnotations> </eLiterals> <eLiterals name="inout" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed into a behavioral element by the caller and then back out to the caller from the behavioral element."/> </eAnnotations> </eLiterals> <eLiterals name="out" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed from a behavioral element out to the caller."/> </eAnnotations> </eLiterals> <eLiterals name="return" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Indicates that parameter values are passed as return values from a behavioral element back to the caller."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Constraint contains a ValueSpecification that specifies additional semantics for one or more elements. Certain kinds of constraints (such as an association &quot;xor&quot; constraint) are predefined in UML, others may be user-defined. A user-defined Constraint is described using a specified language, whose syntax and interpretation is a tool responsibility. One predefined language for writing constraints is OCL. In some situations, a programming language such as Java may be appropriate for expressing a constraint. In other situations natural language may be used.&#xA;&#xA;&#xA;&#xA;Constraint is a condition (a Boolean expression) that restricts the extension of the associated element beyond what is imposed by the other language constructs applied to the element. Constraint contains an optional name, although they are commonly unnamed."/> </eAnnotations> <eOperations name="not_apply_to_self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A constraint cannot be applied to itself.&#xD;&#xA;not constrainedElement->includes(self)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="value_specification_boolean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The value specification for a constraint must evaluate to a boolean value.&#xD;&#xA;self.specification().booleanValue().isOclKindOf(Boolean)"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <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="context" ordered="false" eType="#//Namespace" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the Namespace that is the context for evaluating this constraint. This is a derived union."/> </eAnnotations> <eAnnotations source="union"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1" eType="#//Element"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ordered set of Elements referenced by this Constraint."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="specification" ordered="false" lowerBound="1" eType="#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A condition that must be true when evaluated in order for the constraint to be satisfied. Subsets Element::ownedElement.&#xA;&#xA;"/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="namespace" ordered="false" eType="#//Namespace" transient="true" eOpposite="#//Namespace/ownedRule"> <eAnnotations source="subsets" references="#//Constraint/context"/> <eAnnotations source="redefines" references="#//NamedElement/%duplicates%/namespace"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" abstract="true" eSuperTypes="#//TypedElement #//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="ValueSpecification is an abstract metaclass used to identify a value or values in a model. It may reference an instance or it may be an expression denoting an instance or instances when evaluated. It adds a specialization to Constructs::TypedElement."/> </eAnnotations> <eOperations name="isComputable" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isComputable() determines whether a value specification can be computed in a model. This operation cannot be fully defined in OCL. A conforming implementation is expected to deliver true for this operation for all value specifications that it can compute, and to compute all of those for which the operation is true. A conforming implementation is expected to be able to compute the value of all literals.&#xD;&#xA;result = false"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="integerValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query integerValue() gives a single Integer value when one can be computed.&#xD;&#xA;result = Set{}"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="booleanValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query booleanValue() gives a single Boolean value when one can be computed.&#xD;&#xA;result = Set{}"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="stringValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query stringValue() gives a single String value when one can be computed.&#xD;&#xA;result = Set{}"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="unlimitedValue" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query unlimitedValue() gives a single UnlimitedNatural value when one can be computed.&#xD;&#xA;result = Set{}"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eOperations name="isNull" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query isNull() returns true when it can be computed that the value is null.&#xD;&#xA;result = false"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Argument"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="#//Object"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ReflectiveCollection" instanceClassName="java.util.Collection"/> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="VisibilityKind is an enumeration of the following literal values:&#xA;&#xA; - public&#xA;&#xA; - private&#xA;&#xA; - protected&#xA;&#xA; - package"/> </eAnnotations> <eLiterals name="public"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A public element is visible to all elements that can access the contents of the namespace that owns it."/> </eAnnotations> </eLiterals> <eLiterals name="private" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A private element is only visible inside the namespace that owns it."/> </eAnnotations> </eLiterals> <eLiterals name="protected" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A protected element is visible to elements that have a generalization relationship to the namespace that owns it."/> </eAnnotations> </eLiterals> <eLiterals name="package" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package element is owned by a namespace that is not a package, and is visible to elements that are in the same package as its owning namespace. Only named elements that are not owned by packages can be marked as having package visibility. Any element marked as having package visibility is visible to all elements within the nearest enclosing package (given that other owning elements have proper visibility). Outside the nearest enclosing package, an element marked as having package visibility is not visible."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectedRelationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An element import is defined as a directed relationship between an importing namespace and a packageable element. The name of the packageable element or its alias is to be added to the namespace of the importing namespace. It is also possible to control whether the imported element can be further imported."/> </eAnnotations> <eOperations name="visibility_public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The visibility of an ElementImport is either public or private.&#xD;&#xA;self.visibility = #public or self.visibility = #private"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="imported_element_is_public" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An importedElement has either public visibility or no visibility at all.&#xD;&#xA;self.importedElement.visibility.notEmpty() implies self.importedElement.visibility = #public"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="getName" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The query getName() returns the name under which the imported PackageableElement will be known in the importing namespace.&#xD;&#xA;result = if self.alias->notEmpty() then &#xA; self.alias&#xA;else&#xA; self.importedElement.name&#xA;endif"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="spec"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" lowerBound="1" eType="#//VisibilityKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the visibility of the imported PackageableElement within the importing Package. The default visibility is the same as that of the imported element. If the imported element does not have a visibility, it is possible to add visibility to the element import."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the name that should be added to the namespace of the importing Package in lieu of the name of the imported PackagableElement. The aliased name must not clash with any other member name in the importing Package. By default, no alias is used."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false" lowerBound="1" eType="#//PackageableElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the PackageableElement whose name is to be added to a Namespace. Subsets DirectedRelationship::target."/> </eAnnotations> <eAnnotations source="subsets" references="#//DirectedRelationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false" lowerBound="1" eType="#//Namespace" transient="true" eOpposite="#//Namespace/elementImport"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the Namespace that imports a PackageableElement from another Package. Subsets DirectedRelationship::source and Element::owner."/> </eAnnotations> <eAnnotations source="subsets" references="#//DirectedRelationship/source #//Element/owner"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectedRelationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A package import is defined as a directed relationship that identifies a package whose members are to be imported by a namespace."/> </eAnnotations> <eOperations name="public_or_private" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The visibility of a PackageImport is either public or private.&#xD;&#xA;self.visibility = #public or self.visibility = #private"/> </eAnnotations> <eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" lowerBound="1" eType="#//VisibilityKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the visibility of the imported PackageableElements within the importing Namespace, i.e., whether imported elements will in turn be visible to other packages that use that importingPackage as an importedPackage. If the PackageImport is public, the imported elements will be visible outside the package, while if it is private they will not. By default, the value of visibility is public."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" ordered="false" lowerBound="1" eType="#//Package"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the Package whose members are imported into a Namespace. Subsets DirectedRelationship::target."/> </eAnnotations> <eAnnotations source="subsets" references="#//DirectedRelationship/target"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" ordered="false" lowerBound="1" eType="#//Namespace" transient="true" eOpposite="#//Namespace/packageImport"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the Namespace that imports the members from a Package. Subsets DirectedRelationship::source and Element::owner."/> </eAnnotations> <eAnnotations source="subsets" references="#//DirectedRelationship/source #//Element/owner"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An opaque expression contains language-specific text strings used to describe a value or values, and an optional specification of the languages."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The text of the expression, possibly in multiple languages."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies the languages in which the expression is stated. The interpretation of the expression body depends on the language. If languages are unspecified, it might be implicit from the expression body or the context. Languages are matched to body strings by order."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//ValueSpecification"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression is a structured tree of symbols that denotes a (possibly empty) set of values when evaluated in a context."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" upperBound="-1" eType="#//ValueSpecification" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Specifies a sequence of operands."/> </eAnnotations> <eAnnotations source="subsets" references="#//Element/ownedElement"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Enumeration is a kind of data type, whose instances may be any of a number of predefined enumeration literals.&#xA;&#xA;It is possible to extend the set of applicable enumeration literals in other packages or profiles.&#xA;&#xA;&#xD;&#xA;An enumeration defines a set of literals that can be used as its values."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ordered collection of literals for the enumeration. Subsets Element::ownedMember.&#xD;&#xA;The ordered set of literals for this Enumeration."/> </eAnnotations> <eAnnotations source="subsets" references="#//Namespace/%duplicates%/ownedMember"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An enumeration literal is a value of an enumeration."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" ordered="false" eType="#//Enumeration" transient="true" eOpposite="#//Enumeration/ownedLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The enumeration that this literal belongs to. Subsets NamedElement::namespace.&#xD;&#xA;The Enumeration that this EnumerationLiteral is a member of."/> </eAnnotations> <eAnnotations source="subsets" references="#//NamedElement/%duplicates%/namespace"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The PrimitiveTypes subpackage within the Core package defines the different types of primitive values that are used to define the Core metamodel. It is also intended that every metamodel based on Core will reuse the following primitive types.&#xA;&#xA;In Core and the UML metamodel, these primitive types are predefined and available to the Core and UML extensions at all time. These predefined value types are independent of any object model and part of the definition of the Core.&#xA;&#xA;&#xD;&#xA;A primitive type is a data type implemented by the underlying infrastructure and made available for modeling."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ReflectiveSequence" instanceClassName="java.util.List"/> <eClassifiers xsi:type="ecore:EDataType" name="URIExtent" instanceClassName="org.eclipse.emf.ecore.resource.Resource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Objects may be identified by URIs which are provided by a URIExtent. Use a URIExtent to lookup an Object given a URI, or get the URI of an object in that extent.&#xA;&#xA;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exception"> <eStructuralFeatures xsi:type="ecore:EReference" name="objectInError" ordered="false" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementInError" ordered="false" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Factory" eSuperTypes="#//Element"> <eOperations name="createFromString" ordered="false" lowerBound="1" eType="#//Object"> <eParameters name="dataType" ordered="false" lowerBound="1" eType="#//DataType"/> <eParameters name="string" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="convertToString" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="dataType" ordered="false" lowerBound="1" eType="#//DataType"/> <eParameters name="object" ordered="false" lowerBound="1" eType="#//Object"/> </eOperations> <eOperations name="create" ordered="false" lowerBound="1" eType="#//Element"> <eParameters name="metaClass" ordered="false" lowerBound="1" eType="#//Class"/> </eOperations> <eOperations name="createElement" ordered="false" lowerBound="1" eType="#//Element"> <eParameters name="aClass" ordered="false" lowerBound="1" eType="#//Class"/> <eParameters name="arguments" ordered="false" lowerBound="1" eType="#//Argument"/> </eOperations> <eOperations name="createLink" ordered="false" lowerBound="1" eType="#//Link"> <eParameters name="association" ordered="false" lowerBound="1" eType="#//Association"/> <eParameters name="firstElement" ordered="false" lowerBound="1" eType="#//Element"/> <eParameters name="secondElement" ordered="false" lowerBound="1" eType="#//Element"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link"> <eOperations name="equals" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="otherLink" ordered="false" lowerBound="1" eType="#//Link"/> </eOperations> <eOperations name="delete" ordered="false" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="secondElement" ordered="false" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstElement" ordered="false" lowerBound="1" eType="#//Element"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false" lowerBound="1" eType="#//Association"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Extent" instanceClassName="org.eclipse.emf.ecore.resource.Resource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An Extent refers to a set of Objects. An object may be in more than one extent. An Extent is not an Object, it is part of the MOF facility."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" upperBound="-1" eType="#//Element"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"cmof","nsURI":"http://schema.omg.org/spec/MOF/2.0/cmof.xml","name":"cmof","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"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":"Comment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","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":"StructuralFeature","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMerge","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Collection","defaultValue":null,"instanceClassName":"java.util.Collection","name":"ReflectiveCollection","instanceClass":"java.util.Collection","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.List","defaultValue":null,"instanceClassName":"java.util.List","name":"ReflectiveSequence","instanceClass":"java.util.List","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"URIExtent","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exception","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Factory","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"Extent","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":43,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"no_cycles_in_generalization","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"specialize_type","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"conformsTo","lowerBound":1,"id":47,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allFeatures","lowerBound":0,"id":48,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getGenerals","lowerBound":0,"id":49,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"parents","lowerBound":0,"id":50,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getInheritedMembers","lowerBound":0,"id":51,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allParents","lowerBound":0,"id":52,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inheritableMembers","lowerBound":0,"id":53,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"hasVisibilityOf","lowerBound":1,"id":54,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inherit","lowerBound":0,"id":55,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"maySpecializeType","lowerBound":1,"id":56,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"feature","changeable":false,"resolveProxies":true,"lowerBound":0,"id":57,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"attribute","changeable":false,"resolveProxies":true,"lowerBound":0,"id":58,"derived":true},{"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":"general","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"inheritedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":true},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"other","lowerBound":1,"id":78,"many":false,"required":true,"eClass":"EParameter"},{"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":false,"upperBound":1,"unique":true,"name":"c","lowerBound":1,"id":86,"many":false,"required":true,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"n","lowerBound":1,"id":89,"many":false,"required":true,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inhs","lowerBound":0,"id":92,"many":true,"required":false,"eClass":"EParameter"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"c","lowerBound":1,"id":95,"many":false,"required":true,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"featuringClassifier","changeable":false,"resolveProxies":true,"lowerBound":0,"id":98,"derived":true},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"members_are_distinguishable","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getImportedMembers","lowerBound":0,"id":103,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getNamesOfMember","lowerBound":0,"id":104,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"importMembers","lowerBound":0,"id":105,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"excludeCollisions","lowerBound":0,"id":106,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"membersAreDistinguishable","lowerBound":1,"id":107,"many":false,"required":true,"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":"ownedRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"importedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":109,"derived":true},{"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":"elementImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"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":"packageImport","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"member","changeable":false,"resolveProxies":true,"lowerBound":0,"id":112,"derived":true},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedMember","changeable":false,"resolveProxies":true,"lowerBound":0,"id":114,"derived":true},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"namespace","changeable":false,"resolveProxies":true,"lowerBound":0,"id":116,"derived":true},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EParameter"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"element","lowerBound":1,"id":126,"many":false,"required":true,"eClass":"EParameter"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"imps","lowerBound":0,"id":129,"many":true,"required":false,"eClass":"EParameter"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"imps","lowerBound":0,"id":132,"many":true,"required":false,"eClass":"EParameter"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"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":true,"unique":true,"name":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"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":true,"unique":true,"name":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"id":140,"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":true,"unique":true,"name":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"no_name","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"qualified_name","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"visibility_needs_ownership","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"allNamespaces","lowerBound":0,"id":146,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isDistinguishableFrom","lowerBound":1,"id":147,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"separator","lowerBound":1,"id":148,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"qualifiedName","lowerBound":1,"id":149,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"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":150,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":155,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EParameter"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EParameter"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"n","lowerBound":1,"id":177,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ns","lowerBound":1,"id":178,"many":false,"required":true,"eClass":"EParameter"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"not_own_self","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"has_owner","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"allOwnedElements","lowerBound":0,"id":187,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"mustBeOwned","lowerBound":1,"id":188,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getMetaClass","lowerBound":1,"id":189,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"container","lowerBound":1,"id":190,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"equals","lowerBound":1,"id":191,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"get","lowerBound":1,"id":192,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"set","lowerBound":1,"id":193,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isSet","lowerBound":1,"id":194,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"unset","lowerBound":1,"id":195,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"delete","lowerBound":1,"id":196,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"invoke","lowerBound":1,"id":197,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isInstanceOfType","lowerBound":1,"id":198,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"verify","lowerBound":1,"id":199,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":200,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"owner","changeable":false,"resolveProxies":true,"lowerBound":0,"id":201,"derived":true},{"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":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EParameter"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":false,"upperBound":1,"unique":true,"name":"otherElement","lowerBound":1,"id":222,"many":false,"required":true,"eClass":"EParameter"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":225,"many":false,"required":true,"eClass":"EParameter"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":228,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"value","lowerBound":1,"id":229,"many":false,"required":true,"eClass":"EParameter"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":233,"many":false,"required":true,"eClass":"EParameter"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"property","lowerBound":1,"id":236,"many":false,"required":true,"eClass":"EParameter"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"op","lowerBound":1,"id":240,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"arguments","lowerBound":1,"id":241,"many":false,"required":true,"eClass":"EParameter"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":245,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"includeSubtypes","lowerBound":1,"id":246,"many":false,"required":true,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"deepVerify","lowerBound":1,"id":250,"many":false,"required":true,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"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":"body","changeable":true,"lowerBound":1,"iD":false,"id":255,"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":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":false,"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":260,"derived":false},{"container":false,"ordered":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":261,"derived":false},{"container":false,"ordered":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":262,"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inherit","lowerBound":0,"id":265,"many":true,"required":false,"eClass":"EOperation"},{"id":266,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inhs","lowerBound":0,"id":267,"many":true,"required":false,"eClass":"EParameter"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"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":true,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"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":true,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"multiplicity_of_composite","lowerBound":0,"id":275,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"subsetting_context","lowerBound":0,"id":276,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"navigable_property_redefinition","lowerBound":0,"id":277,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"subsetting_rules","lowerBound":0,"id":278,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"navigable_readonly","lowerBound":0,"id":279,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"derived_union_is_derived","lowerBound":0,"id":280,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getOpposite","lowerBound":1,"id":281,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"subsettingContext","lowerBound":0,"id":282,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isNavigable","lowerBound":1,"id":283,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerivedUnion","changeable":true,"lowerBound":1,"iD":false,"id":284,"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":true,"unique":true,"name":"owningAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"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":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"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":"redefinedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"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":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"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":true,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":1,"iD":false,"id":290,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":1,"iD":false,"id":292,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":293,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":true},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isID","changeable":true,"lowerBound":1,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isConsistentWith","lowerBound":1,"id":298,"many":false,"required":true,"eClass":"EOperation"},{"id":299,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"redefinee","lowerBound":1,"id":300,"many":false,"required":true,"eClass":"EParameter"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":304,"many":false,"required":false,"eClass":"EParameter"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EParameter"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EParameter"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":324,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":325,"many":false,"required":false,"eClass":"EParameter"},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":331,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":338,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":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":349,"derived":false},{"id":350,"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":2,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"redefinition_context_valid","lowerBound":0,"id":368,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"redefinition_consistent","lowerBound":0,"id":369,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isConsistentWith","lowerBound":1,"id":370,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isRedefinitionContextValid","lowerBound":1,"id":371,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"redefinitionContext","changeable":false,"resolveProxies":true,"lowerBound":0,"id":372,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"redefinedElement","changeable":false,"resolveProxies":true,"lowerBound":0,"id":373,"derived":true},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":376,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":377,"many":false,"required":false,"eClass":"EParameter"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":383,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":384,"many":false,"required":false,"eClass":"EParameter"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"redefinee","lowerBound":1,"id":390,"many":false,"required":true,"eClass":"EParameter"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"redefinable","lowerBound":1,"id":393,"many":false,"required":true,"eClass":"EParameter"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"conformsTo","lowerBound":1,"id":400,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":1,"id":401,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":true},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"other","lowerBound":1,"id":405,"many":false,"required":true,"eClass":"EParameter"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":408,"many":false,"required":true,"eClass":"EParameter"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"ownedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":411,"derived":true},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"elements_public_or_private","lowerBound":0,"id":413,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"visibleMembers","lowerBound":0,"id":414,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"makesVisible","lowerBound":1,"id":415,"many":false,"required":true,"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":"ownedMember","changeable":true,"resolveProxies":true,"lowerBound":0,"id":416,"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":"packageMerge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":418,"derived":true},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":true},{"ordered":false,"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":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"mustBeOwned","lowerBound":1,"id":423,"many":false,"required":true,"eClass":"EOperation"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":426,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":427,"many":false,"required":false,"eClass":"EParameter"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"el","lowerBound":1,"id":434,"many":false,"required":true,"eClass":"EParameter"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"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":true,"unique":true,"name":"receivingPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"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":"mergedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"source","changeable":false,"resolveProxies":true,"lowerBound":1,"id":447,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"target","changeable":false,"resolveProxies":true,"lowerBound":1,"id":448,"derived":true},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"relatedElement","changeable":false,"resolveProxies":true,"lowerBound":1,"id":452,"derived":true},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"upper_gt_0","lowerBound":0,"id":455,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"lower_ge_0","lowerBound":0,"id":456,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"upper_ge_lower","lowerBound":0,"id":457,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"lowerBound","lowerBound":1,"id":458,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"upperBound","lowerBound":1,"id":459,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isMultivalued","lowerBound":1,"id":460,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"includesCardinality","lowerBound":1,"id":461,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"includesMultiplicity","lowerBound":1,"id":462,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":463,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":464,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":465,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":470,"many":false,"required":false,"eClass":"EParameter"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EParameter"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":483,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":484,"many":false,"required":false,"eClass":"EParameter"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"C","lowerBound":1,"id":493,"many":false,"required":true,"eClass":"EParameter"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"M","lowerBound":1,"id":496,"many":false,"required":true,"eClass":"EParameter"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"association_ends","lowerBound":0,"id":502,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":503,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"endType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":504,"derived":true},{"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":"navigableOwnedEnd","changeable":true,"resolveProxies":false,"lowerBound":0,"id":505,"derived":false},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":509,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":510,"many":false,"required":false,"eClass":"EParameter"},{"id":511,"eClass":"EGenericType"},{"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"},{"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":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inherit","lowerBound":0,"id":522,"many":true,"required":false,"eClass":"EOperation"},{"id":523,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"inhs","lowerBound":0,"id":524,"many":true,"required":false,"eClass":"EParameter"},{"id":525,"eClass":"EGenericType"},{"id":526,"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":true,"unique":true,"name":"datatype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"only_body_for_query","lowerBound":0,"id":529,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"at_most_one_return","lowerBound":0,"id":530,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isOrdered","lowerBound":1,"id":531,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isUnique","lowerBound":1,"id":532,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getType","lowerBound":1,"id":533,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"returnResult","lowerBound":0,"id":534,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isQuery","changeable":true,"lowerBound":1,"iD":false,"id":535,"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":"redefinedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"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":"precondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":537,"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":"postcondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":538,"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":"bodyCondition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"lowerBound","lowerBound":1,"id":543,"many":false,"required":true,"eClass":"EOperation"},{"id":544,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"upperBound","lowerBound":1,"id":545,"many":false,"required":true,"eClass":"EOperation"},{"id":546,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isConsistentWith","lowerBound":1,"id":547,"many":false,"required":true,"eClass":"EOperation"},{"id":548,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"redefinee","lowerBound":1,"id":549,"many":false,"required":true,"eClass":"EParameter"},{"id":550,"eClass":"EGenericType"},{"container":false,"ordered":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":551,"derived":false},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"operation","changeable":false,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":554,"derived":true},{"id":555,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":true,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":true,"unique":true,"name":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":556,"derived":true},{"id":557,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":true,"unique":true,"name":"lower","changeable":true,"lowerBound":0,"iD":false,"id":558,"derived":true},{"id":559,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":1,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":true,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":560,"derived":true},{"id":561,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":562,"derived":true},{"id":563,"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":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":567,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":568,"many":false,"required":false,"eClass":"EParameter"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":574,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":575,"many":false,"required":false,"eClass":"EParameter"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"container":false,"ordered":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":591,"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":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":592,"derived":false},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isDistinguishableFrom","lowerBound":1,"id":595,"many":false,"required":true,"eClass":"EOperation"},{"id":596,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"n","lowerBound":1,"id":597,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"ns","lowerBound":1,"id":598,"many":false,"required":true,"eClass":"EParameter"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":603,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"in","unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"name":"in","id":610,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":611,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":612,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"return","id":613,"value":3,"literal":"return","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"not_apply_to_self","lowerBound":0,"id":614,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"value_specification_boolean","lowerBound":0,"id":615,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"context","changeable":false,"resolveProxies":true,"lowerBound":0,"id":616,"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":"constrainedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":617,"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":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":618,"derived":false},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":621,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":622,"many":false,"required":false,"eClass":"EParameter"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":628,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":629,"many":false,"required":false,"eClass":"EParameter"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"isComputable","lowerBound":1,"id":638,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"integerValue","lowerBound":1,"id":639,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"booleanValue","lowerBound":1,"id":640,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"stringValue","lowerBound":1,"id":641,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"unlimitedValue","lowerBound":1,"id":642,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"isNull","lowerBound":1,"id":643,"many":false,"required":true,"eClass":"EOperation"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"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":652,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":653,"derived":false},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"name":"public","id":656,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":657,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":658,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"package","id":659,"value":3,"literal":"package","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"visibility_public_or_private","lowerBound":0,"id":660,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"imported_element_is_public","lowerBound":0,"id":661,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"getName","lowerBound":1,"id":662,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"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":663,"derived":false},{"ordered":false,"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":664,"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":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":665,"derived":false},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":668,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":669,"many":false,"required":false,"eClass":"EParameter"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":675,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":676,"many":false,"required":false,"eClass":"EParameter"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"public_or_private","lowerBound":0,"id":686,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"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":687,"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":"importedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":691,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":692,"many":false,"required":false,"eClass":"EParameter"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":1,"iD":false,"id":700,"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":"language","changeable":true,"lowerBound":0,"iD":false,"id":701,"derived":false},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":705,"derived":false},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"container":false,"ordered":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":708,"derived":false},{"id":709,"eClass":"EGenericType"},{"id":710,"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":true,"unique":true,"name":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objectInError","changeable":true,"resolveProxies":true,"lowerBound":1,"id":715,"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":"elementInError","changeable":true,"resolveProxies":true,"lowerBound":1,"id":716,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":1,"iD":false,"id":717,"derived":false},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":1,"id":721,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":1,"id":722,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"create","lowerBound":1,"id":723,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createElement","lowerBound":1,"id":724,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"createLink","lowerBound":1,"id":725,"many":false,"required":true,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":726,"derived":false},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"dataType","lowerBound":1,"id":729,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"string","lowerBound":1,"id":730,"many":false,"required":true,"eClass":"EParameter"},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"dataType","lowerBound":1,"id":734,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":735,"many":false,"required":true,"eClass":"EParameter"},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"metaClass","lowerBound":1,"id":739,"many":false,"required":true,"eClass":"EParameter"},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"aClass","lowerBound":1,"id":742,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"arguments","lowerBound":1,"id":743,"many":false,"required":true,"eClass":"EParameter"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"association","lowerBound":1,"id":747,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"firstElement","lowerBound":1,"id":748,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":1,"unique":true,"name":"secondElement","lowerBound":1,"id":749,"many":false,"required":true,"eClass":"EParameter"},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"equals","lowerBound":1,"id":754,"many":false,"required":true,"eClass":"EOperation"},{"ordered":false,"upperBound":1,"unique":true,"name":"delete","lowerBound":1,"id":755,"many":false,"required":true,"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":"secondElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":756,"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":"firstElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":757,"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":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":758,"derived":false},{"id":759,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":true,"name":"otherLink","lowerBound":1,"id":760,"many":false,"required":true,"eClass":"EParameter"},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"id":765,"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":766,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":767,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":768,"derived":false},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"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":1,"target":0},{"source":1,"target":2},{"source":1,"target":12},{"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":45,"target":63},{"source":45,"target":1},{"source":45,"target":64},{"source":45,"target":65},{"source":64,"target":66},{"source":64,"target":45},{"source":65,"target":67},{"source":65,"target":45},{"source":67,"target":68},{"source":67,"target":69},{"source":46,"target":70},{"source":46,"target":1},{"source":46,"target":71},{"source":46,"target":72},{"source":71,"target":73},{"source":71,"target":46},{"source":72,"target":74},{"source":72,"target":46},{"source":74,"target":75},{"source":74,"target":76},{"source":47,"target":77},{"source":47,"target":1},{"source":47,"target":78},{"source":78,"target":1},{"source":78,"target":79},{"source":78,"target":47},{"source":79,"target":1},{"source":48,"target":9},{"source":48,"target":80},{"source":48,"target":1},{"source":80,"target":9},{"source":49,"target":1},{"source":49,"target":81},{"source":49,"target":1},{"source":81,"target":1},{"source":50,"target":1},{"source":50,"target":82},{"source":50,"target":1},{"source":82,"target":1},{"source":51,"target":3},{"source":51,"target":83},{"source":51,"target":1},{"source":83,"target":3},{"source":52,"target":1},{"source":52,"target":84},{"source":52,"target":1},{"source":84,"target":1},{"source":53,"target":3},{"source":53,"target":85},{"source":53,"target":1},{"source":53,"target":86},{"source":85,"target":3},{"source":86,"target":1},{"source":86,"target":87},{"source":86,"target":53},{"source":87,"target":1},{"source":54,"target":88},{"source":54,"target":1},{"source":54,"target":89},{"source":89,"target":3},{"source":89,"target":90},{"source":89,"target":54},{"source":90,"target":3},{"source":55,"target":3},{"source":55,"target":91},{"source":55,"target":1},{"source":55,"target":92},{"source":91,"target":3},{"source":92,"target":3},{"source":92,"target":93},{"source":92,"target":55},{"source":93,"target":3},{"source":56,"target":94},{"source":56,"target":1},{"source":56,"target":95},{"source":95,"target":1},{"source":95,"target":96},{"source":95,"target":56},{"source":96,"target":1},{"source":57,"target":9},{"source":57,"target":97},{"source":57,"target":1},{"source":57,"target":98},{"source":97,"target":9},{"source":58,"target":7},{"source":58,"target":99},{"source":58,"target":1},{"source":99,"target":7},{"source":59,"target":1},{"source":59,"target":100},{"source":59,"target":1},{"source":100,"target":1},{"source":60,"target":3},{"source":60,"target":101},{"source":60,"target":1},{"source":101,"target":3},{"source":61,"target":2},{"source":62,"target":12},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":102},{"source":2,"target":103},{"source":2,"target":104},{"source":2,"target":105},{"source":2,"target":106},{"source":2,"target":107},{"source":2,"target":108},{"source":2,"target":109},{"source":2,"target":110},{"source":2,"target":111},{"source":2,"target":112},{"source":2,"target":113},{"source":114,"target":3},{"source":114,"target":115},{"source":114,"target":116},{"source":115,"target":3},{"source":102,"target":117},{"source":102,"target":2},{"source":102,"target":118},{"source":102,"target":119},{"source":118,"target":120},{"source":118,"target":102},{"source":119,"target":121},{"source":119,"target":102},{"source":121,"target":122},{"source":121,"target":123},{"source":103,"target":13},{"source":103,"target":124},{"source":103,"target":2},{"source":124,"target":13},{"source":104,"target":125},{"source":104,"target":2},{"source":104,"target":126},{"source":126,"target":3},{"source":126,"target":127},{"source":126,"target":104},{"source":127,"target":3},{"source":105,"target":13},{"source":105,"target":128},{"source":105,"target":2},{"source":105,"target":129},{"source":128,"target":13},{"source":129,"target":13},{"source":129,"target":130},{"source":129,"target":105},{"source":130,"target":13},{"source":106,"target":13},{"source":106,"target":131},{"source":106,"target":2},{"source":106,"target":132},{"source":131,"target":13},{"source":132,"target":13},{"source":132,"target":133},{"source":132,"target":106},{"source":133,"target":13},{"source":107,"target":134},{"source":107,"target":2},{"source":108,"target":26},{"source":108,"target":135},{"source":108,"target":2},{"source":108,"target":136},{"source":135,"target":26},{"source":109,"target":13},{"source":109,"target":137},{"source":109,"target":2},{"source":137,"target":13},{"source":110,"target":31},{"source":110,"target":138},{"source":110,"target":2},{"source":110,"target":139},{"source":138,"target":31},{"source":111,"target":32},{"source":111,"target":140},{"source":111,"target":2},{"source":111,"target":141},{"source":140,"target":32},{"source":112,"target":3},{"source":112,"target":142},{"source":112,"target":2},{"source":142,"target":3},{"source":113,"target":3},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":143},{"source":3,"target":144},{"source":3,"target":145},{"source":3,"target":146},{"source":3,"target":147},{"source":3,"target":148},{"source":3,"target":149},{"source":3,"target":150},{"source":3,"target":151},{"source":3,"target":152},{"source":116,"target":2},{"source":116,"target":153},{"source":116,"target":114},{"source":153,"target":2},{"source":143,"target":154},{"source":143,"target":3},{"source":143,"target":155},{"source":143,"target":156},{"source":155,"target":157},{"source":155,"target":143},{"source":156,"target":158},{"source":156,"target":143},{"source":158,"target":159},{"source":158,"target":160},{"source":144,"target":161},{"source":144,"target":3},{"source":144,"target":162},{"source":144,"target":163},{"source":162,"target":164},{"source":162,"target":144},{"source":163,"target":165},{"source":163,"target":144},{"source":165,"target":166},{"source":165,"target":167},{"source":145,"target":168},{"source":145,"target":3},{"source":145,"target":169},{"source":145,"target":170},{"source":169,"target":171},{"source":169,"target":145},{"source":170,"target":172},{"source":170,"target":145},{"source":172,"target":173},{"source":172,"target":174},{"source":146,"target":2},{"source":146,"target":175},{"source":146,"target":3},{"source":175,"target":2},{"source":147,"target":176},{"source":147,"target":3},{"source":147,"target":177},{"source":147,"target":178},{"source":177,"target":3},{"source":177,"target":179},{"source":177,"target":147},{"source":179,"target":3},{"source":178,"target":2},{"source":178,"target":180},{"source":178,"target":147},{"source":180,"target":2},{"source":148,"target":181},{"source":148,"target":3},{"source":149,"target":182},{"source":149,"target":3},{"source":150,"target":30},{"source":150,"target":183},{"source":150,"target":3},{"source":183,"target":30},{"source":151,"target":184},{"source":151,"target":3},{"source":152,"target":4},{"source":4,"target":0},{"source":4,"target":185},{"source":4,"target":186},{"source":4,"target":187},{"source":4,"target":188},{"source":4,"target":189},{"source":4,"target":190},{"source":4,"target":191},{"source":4,"target":192},{"source":4,"target":193},{"source":4,"target":194},{"source":4,"target":195},{"source":4,"target":196},{"source":4,"target":197},{"source":4,"target":198},{"source":4,"target":199},{"source":4,"target":200},{"source":4,"target":201},{"source":4,"target":202},{"source":185,"target":203},{"source":185,"target":4},{"source":185,"target":204},{"source":185,"target":205},{"source":204,"target":206},{"source":204,"target":185},{"source":205,"target":207},{"source":205,"target":185},{"source":207,"target":208},{"source":207,"target":209},{"source":186,"target":210},{"source":186,"target":4},{"source":186,"target":211},{"source":186,"target":212},{"source":211,"target":213},{"source":211,"target":186},{"source":212,"target":214},{"source":212,"target":186},{"source":214,"target":215},{"source":214,"target":216},{"source":187,"target":4},{"source":187,"target":217},{"source":187,"target":4},{"source":217,"target":4},{"source":188,"target":218},{"source":188,"target":4},{"source":189,"target":6},{"source":189,"target":219},{"source":189,"target":4},{"source":219,"target":6},{"source":190,"target":4},{"source":190,"target":220},{"source":190,"target":4},{"source":220,"target":4},{"source":191,"target":221},{"source":191,"target":4},{"source":191,"target":222},{"source":222,"target":18},{"source":222,"target":223},{"source":222,"target":191},{"source":223,"target":18},{"source":192,"target":18},{"source":192,"target":224},{"source":192,"target":4},{"source":192,"target":225},{"source":224,"target":18},{"source":225,"target":7},{"source":225,"target":226},{"source":225,"target":192},{"source":226,"target":7},{"source":193,"target":227},{"source":193,"target":4},{"source":193,"target":228},{"source":193,"target":229},{"source":228,"target":7},{"source":228,"target":230},{"source":228,"target":193},{"source":230,"target":7},{"source":229,"target":18},{"source":229,"target":231},{"source":229,"target":193},{"source":231,"target":18},{"source":194,"target":232},{"source":194,"target":4},{"source":194,"target":233},{"source":233,"target":7},{"source":233,"target":234},{"source":233,"target":194},{"source":234,"target":7},{"source":195,"target":235},{"source":195,"target":4},{"source":195,"target":236},{"source":236,"target":7},{"source":236,"target":237},{"source":236,"target":195},{"source":237,"target":7},{"source":196,"target":238},{"source":196,"target":4},{"source":197,"target":18},{"source":197,"target":239},{"source":197,"target":4},{"source":197,"target":240},{"source":197,"target":241},{"source":239,"target":18},{"source":240,"target":22},{"source":240,"target":242},{"source":240,"target":197},{"source":242,"target":22},{"source":241,"target":28},{"source":241,"target":243},{"source":241,"target":197},{"source":243,"target":28},{"source":198,"target":244},{"source":198,"target":4},{"source":198,"target":245},{"source":198,"target":246},{"source":245,"target":6},{"source":245,"target":247},{"source":245,"target":198},{"source":247,"target":6},{"source":246,"target":248},{"source":246,"target":198},{"source":199,"target":29},{"source":199,"target":249},{"source":199,"target":4},{"source":199,"target":250},{"source":249,"target":29},{"source":250,"target":251},{"source":250,"target":199},{"source":200,"target":4},{"source":200,"target":252},{"source":200,"target":4},{"source":200,"target":201},{"source":252,"target":4},{"source":201,"target":4},{"source":201,"target":253},{"source":201,"target":4},{"source":201,"target":200},{"source":253,"target":4},{"source":202,"target":5},{"source":202,"target":254},{"source":202,"target":4},{"source":254,"target":5},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":255},{"source":5,"target":256},{"source":5,"target":257},{"source":255,"target":258},{"source":255,"target":5},{"source":256,"target":4},{"source":256,"target":259},{"source":256,"target":5},{"source":259,"target":4},{"source":257,"target":4},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":260},{"source":6,"target":261},{"source":6,"target":262},{"source":6,"target":263},{"source":6,"target":264},{"source":265,"target":3},{"source":265,"target":266},{"source":265,"target":267},{"source":266,"target":3},{"source":267,"target":3},{"source":267,"target":268},{"source":267,"target":265},{"source":268,"target":3},{"source":260,"target":269},{"source":260,"target":6},{"source":261,"target":7},{"source":261,"target":270},{"source":261,"target":6},{"source":261,"target":271},{"source":270,"target":7},{"source":262,"target":22},{"source":262,"target":272},{"source":262,"target":6},{"source":262,"target":273},{"source":272,"target":22},{"source":263,"target":6},{"source":263,"target":274},{"source":263,"target":6},{"source":274,"target":6},{"source":264,"target":1},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":19},{"source":7,"target":275},{"source":7,"target":276},{"source":7,"target":277},{"source":7,"target":278},{"source":7,"target":279},{"source":7,"target":280},{"source":7,"target":281},{"source":7,"target":282},{"source":7,"target":283},{"source":7,"target":284},{"source":7,"target":285},{"source":7,"target":286},{"source":7,"target":287},{"source":7,"target":288},{"source":7,"target":289},{"source":7,"target":290},{"source":7,"target":291},{"source":7,"target":292},{"source":7,"target":293},{"source":7,"target":294},{"source":7,"target":295},{"source":7,"target":271},{"source":7,"target":296},{"source":7,"target":297},{"source":298,"target":299},{"source":298,"target":300},{"source":300,"target":10},{"source":300,"target":301},{"source":300,"target":298},{"source":301,"target":10},{"source":275,"target":302},{"source":275,"target":7},{"source":275,"target":303},{"source":275,"target":304},{"source":303,"target":305},{"source":303,"target":275},{"source":304,"target":306},{"source":304,"target":275},{"source":306,"target":307},{"source":306,"target":308},{"source":276,"target":309},{"source":276,"target":7},{"source":276,"target":310},{"source":276,"target":311},{"source":310,"target":312},{"source":310,"target":276},{"source":311,"target":313},{"source":311,"target":276},{"source":313,"target":314},{"source":313,"target":315},{"source":277,"target":316},{"source":277,"target":7},{"source":277,"target":317},{"source":277,"target":318},{"source":317,"target":319},{"source":317,"target":277},{"source":318,"target":320},{"source":318,"target":277},{"source":320,"target":321},{"source":320,"target":322},{"source":278,"target":323},{"source":278,"target":7},{"source":278,"target":324},{"source":278,"target":325},{"source":324,"target":326},{"source":324,"target":278},{"source":325,"target":327},{"source":325,"target":278},{"source":327,"target":328},{"source":327,"target":329},{"source":279,"target":330},{"source":279,"target":7},{"source":279,"target":331},{"source":279,"target":332},{"source":331,"target":333},{"source":331,"target":279},{"source":332,"target":334},{"source":332,"target":279},{"source":334,"target":335},{"source":334,"target":336},{"source":280,"target":337},{"source":280,"target":7},{"source":280,"target":338},{"source":280,"target":339},{"source":338,"target":340},{"source":338,"target":280},{"source":339,"target":341},{"source":339,"target":280},{"source":341,"target":342},{"source":341,"target":343},{"source":281,"target":7},{"source":281,"target":344},{"source":281,"target":7},{"source":344,"target":7},{"source":282,"target":1},{"source":282,"target":345},{"source":282,"target":7},{"source":345,"target":1},{"source":283,"target":346},{"source":283,"target":7},{"source":284,"target":347},{"source":284,"target":7},{"source":285,"target":20},{"source":285,"target":348},{"source":285,"target":7},{"source":285,"target":349},{"source":348,"target":20},{"source":286,"target":20},{"source":286,"target":350},{"source":286,"target":7},{"source":286,"target":351},{"source":350,"target":20},{"source":287,"target":7},{"source":287,"target":352},{"source":287,"target":7},{"source":352,"target":7},{"source":288,"target":7},{"source":288,"target":353},{"source":288,"target":7},{"source":353,"target":7},{"source":289,"target":21},{"source":289,"target":354},{"source":289,"target":7},{"source":289,"target":355},{"source":354,"target":21},{"source":290,"target":356},{"source":290,"target":7},{"source":291,"target":357},{"source":291,"target":7},{"source":292,"target":358},{"source":292,"target":7},{"source":293,"target":359},{"source":293,"target":7},{"source":294,"target":7},{"source":294,"target":360},{"source":294,"target":7},{"source":360,"target":7},{"source":295,"target":361},{"source":295,"target":7},{"source":271,"target":6},{"source":271,"target":362},{"source":271,"target":7},{"source":271,"target":261},{"source":362,"target":6},{"source":296,"target":8},{"source":297,"target":19},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":19},{"source":8,"target":11},{"source":8,"target":363},{"source":8,"target":364},{"source":8,"target":365},{"source":363,"target":9},{"source":364,"target":19},{"source":365,"target":11},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":98},{"source":9,"target":366},{"source":98,"target":1},{"source":98,"target":367},{"source":98,"target":9},{"source":98,"target":57},{"source":367,"target":1},{"source":366,"target":10},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":368},{"source":10,"target":369},{"source":10,"target":370},{"source":10,"target":371},{"source":10,"target":372},{"source":10,"target":373},{"source":10,"target":374},{"source":368,"target":375},{"source":368,"target":10},{"source":368,"target":376},{"source":368,"target":377},{"source":376,"target":378},{"source":376,"target":368},{"source":377,"target":379},{"source":377,"target":368},{"source":379,"target":380},{"source":379,"target":381},{"source":369,"target":382},{"source":369,"target":10},{"source":369,"target":383},{"source":369,"target":384},{"source":383,"target":385},{"source":383,"target":369},{"source":384,"target":386},{"source":384,"target":369},{"source":386,"target":387},{"source":386,"target":388},{"source":370,"target":389},{"source":370,"target":10},{"source":370,"target":390},{"source":390,"target":10},{"source":390,"target":391},{"source":390,"target":370},{"source":391,"target":10},{"source":371,"target":392},{"source":371,"target":10},{"source":371,"target":393},{"source":393,"target":10},{"source":393,"target":394},{"source":393,"target":371},{"source":394,"target":10},{"source":372,"target":1},{"source":372,"target":395},{"source":372,"target":10},{"source":395,"target":1},{"source":373,"target":10},{"source":373,"target":396},{"source":373,"target":10},{"source":396,"target":10},{"source":374,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":397},{"source":11,"target":398},{"source":397,"target":12},{"source":397,"target":399},{"source":397,"target":11},{"source":399,"target":12},{"source":398,"target":3},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":400},{"source":12,"target":401},{"source":12,"target":402},{"source":12,"target":403},{"source":400,"target":404},{"source":400,"target":12},{"source":400,"target":405},{"source":405,"target":12},{"source":405,"target":406},{"source":405,"target":400},{"source":406,"target":12},{"source":401,"target":407},{"source":401,"target":12},{"source":401,"target":408},{"source":408,"target":18},{"source":408,"target":409},{"source":408,"target":401},{"source":409,"target":18},{"source":402,"target":14},{"source":402,"target":410},{"source":402,"target":12},{"source":402,"target":411},{"source":410,"target":14},{"source":403,"target":13},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":412},{"source":412,"target":3},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":13},{"source":14,"target":413},{"source":14,"target":414},{"source":14,"target":415},{"source":14,"target":416},{"source":14,"target":417},{"source":14,"target":418},{"source":14,"target":419},{"source":14,"target":420},{"source":14,"target":411},{"source":14,"target":421},{"source":14,"target":422},{"source":423,"target":424},{"source":413,"target":425},{"source":413,"target":14},{"source":413,"target":426},{"source":413,"target":427},{"source":426,"target":428},{"source":426,"target":413},{"source":427,"target":429},{"source":427,"target":413},{"source":429,"target":430},{"source":429,"target":431},{"source":414,"target":13},{"source":414,"target":432},{"source":414,"target":14},{"source":432,"target":13},{"source":415,"target":433},{"source":415,"target":14},{"source":415,"target":434},{"source":434,"target":3},{"source":434,"target":435},{"source":434,"target":415},{"source":435,"target":3},{"source":416,"target":13},{"source":416,"target":436},{"source":416,"target":14},{"source":436,"target":13},{"source":417,"target":15},{"source":417,"target":437},{"source":417,"target":14},{"source":417,"target":438},{"source":437,"target":15},{"source":418,"target":14},{"source":418,"target":439},{"source":418,"target":14},{"source":418,"target":419},{"source":439,"target":14},{"source":419,"target":14},{"source":419,"target":440},{"source":419,"target":14},{"source":419,"target":418},{"source":440,"target":14},{"source":420,"target":441},{"source":420,"target":14},{"source":411,"target":12},{"source":411,"target":442},{"source":411,"target":14},{"source":411,"target":402},{"source":442,"target":12},{"source":421,"target":2},{"source":422,"target":13},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":443},{"source":15,"target":438},{"source":15,"target":444},{"source":443,"target":14},{"source":443,"target":445},{"source":443,"target":15},{"source":445,"target":14},{"source":438,"target":14},{"source":438,"target":446},{"source":438,"target":15},{"source":438,"target":417},{"source":446,"target":14},{"source":444,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":447},{"source":16,"target":448},{"source":16,"target":449},{"source":447,"target":4},{"source":447,"target":450},{"source":447,"target":16},{"source":450,"target":4},{"source":448,"target":4},{"source":448,"target":451},{"source":448,"target":16},{"source":451,"target":4},{"source":449,"target":17},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":452},{"source":17,"target":453},{"source":452,"target":4},{"source":452,"target":454},{"source":452,"target":17},{"source":454,"target":4},{"source":453,"target":4},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":455},{"source":19,"target":456},{"source":19,"target":457},{"source":19,"target":458},{"source":19,"target":459},{"source":19,"target":460},{"source":19,"target":461},{"source":19,"target":462},{"source":19,"target":463},{"source":19,"target":464},{"source":19,"target":465},{"source":19,"target":466},{"source":19,"target":467},{"source":455,"target":468},{"source":455,"target":19},{"source":455,"target":469},{"source":455,"target":470},{"source":469,"target":471},{"source":469,"target":455},{"source":470,"target":472},{"source":470,"target":455},{"source":472,"target":473},{"source":472,"target":474},{"source":456,"target":475},{"source":456,"target":19},{"source":456,"target":476},{"source":456,"target":477},{"source":476,"target":478},{"source":476,"target":456},{"source":477,"target":479},{"source":477,"target":456},{"source":479,"target":480},{"source":479,"target":481},{"source":457,"target":482},{"source":457,"target":19},{"source":457,"target":483},{"source":457,"target":484},{"source":483,"target":485},{"source":483,"target":457},{"source":484,"target":486},{"source":484,"target":457},{"source":486,"target":487},{"source":486,"target":488},{"source":458,"target":489},{"source":458,"target":19},{"source":459,"target":490},{"source":459,"target":19},{"source":460,"target":491},{"source":460,"target":19},{"source":461,"target":492},{"source":461,"target":19},{"source":461,"target":493},{"source":493,"target":494},{"source":493,"target":461},{"source":462,"target":495},{"source":462,"target":19},{"source":462,"target":496},{"source":496,"target":19},{"source":496,"target":497},{"source":496,"target":462},{"source":497,"target":19},{"source":463,"target":498},{"source":463,"target":19},{"source":464,"target":499},{"source":464,"target":19},{"source":465,"target":500},{"source":465,"target":19},{"source":466,"target":501},{"source":466,"target":19},{"source":467,"target":4},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":17},{"source":20,"target":502},{"source":20,"target":503},{"source":20,"target":504},{"source":20,"target":351},{"source":20,"target":505},{"source":20,"target":349},{"source":20,"target":506},{"source":20,"target":507},{"source":502,"target":508},{"source":502,"target":20},{"source":502,"target":509},{"source":502,"target":510},{"source":509,"target":511},{"source":509,"target":502},{"source":510,"target":512},{"source":510,"target":502},{"source":512,"target":513},{"source":512,"target":514},{"source":503,"target":515},{"source":503,"target":20},{"source":504,"target":12},{"source":504,"target":516},{"source":504,"target":20},{"source":516,"target":12},{"source":351,"target":7},{"source":351,"target":517},{"source":351,"target":20},{"source":351,"target":286},{"source":517,"target":7},{"source":505,"target":7},{"source":505,"target":518},{"source":505,"target":20},{"source":518,"target":7},{"source":349,"target":7},{"source":349,"target":519},{"source":349,"target":20},{"source":349,"target":285},{"source":519,"target":7},{"source":506,"target":1},{"source":507,"target":17},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":520},{"source":21,"target":355},{"source":21,"target":521},{"source":522,"target":3},{"source":522,"target":523},{"source":522,"target":524},{"source":523,"target":3},{"source":524,"target":3},{"source":524,"target":525},{"source":524,"target":522},{"source":525,"target":3},{"source":520,"target":22},{"source":520,"target":526},{"source":520,"target":21},{"source":520,"target":527},{"source":526,"target":22},{"source":355,"target":7},{"source":355,"target":528},{"source":355,"target":21},{"source":355,"target":289},{"source":528,"target":7},{"source":521,"target":1},{"source":22,"target":0},{"source":22,"target":23},{"source":22,"target":19},{"source":22,"target":11},{"source":22,"target":529},{"source":22,"target":530},{"source":22,"target":531},{"source":22,"target":532},{"source":22,"target":533},{"source":22,"target":534},{"source":22,"target":535},{"source":22,"target":536},{"source":22,"target":537},{"source":22,"target":538},{"source":22,"target":539},{"source":22,"target":273},{"source":22,"target":527},{"source":22,"target":540},{"source":22,"target":541},{"source":22,"target":542},{"source":543,"target":544},{"source":545,"target":546},{"source":547,"target":548},{"source":547,"target":549},{"source":549,"target":10},{"source":549,"target":550},{"source":549,"target":547},{"source":550,"target":10},{"source":551,"target":24},{"source":551,"target":552},{"source":551,"target":553},{"source":552,"target":24},{"source":554,"target":555},{"source":556,"target":557},{"source":558,"target":559},{"source":560,"target":561},{"source":562,"target":12},{"source":562,"target":563},{"source":563,"target":12},{"source":564,"target":12},{"source":564,"target":565},{"source":565,"target":12},{"source":529,"target":566},{"source":529,"target":22},{"source":529,"target":567},{"source":529,"target":568},{"source":567,"target":569},{"source":567,"target":529},{"source":568,"target":570},{"source":568,"target":529},{"source":570,"target":571},{"source":570,"target":572},{"source":530,"target":573},{"source":530,"target":22},{"source":530,"target":574},{"source":530,"target":575},{"source":574,"target":576},{"source":574,"target":530},{"source":575,"target":577},{"source":575,"target":530},{"source":577,"target":578},{"source":577,"target":579},{"source":531,"target":580},{"source":531,"target":22},{"source":532,"target":581},{"source":532,"target":22},{"source":533,"target":12},{"source":533,"target":582},{"source":533,"target":22},{"source":582,"target":12},{"source":534,"target":24},{"source":534,"target":583},{"source":534,"target":22},{"source":583,"target":24},{"source":535,"target":584},{"source":535,"target":22},{"source":536,"target":22},{"source":536,"target":585},{"source":536,"target":22},{"source":585,"target":22},{"source":537,"target":26},{"source":537,"target":586},{"source":537,"target":22},{"source":586,"target":26},{"source":538,"target":26},{"source":538,"target":587},{"source":538,"target":22},{"source":587,"target":26},{"source":539,"target":26},{"source":539,"target":588},{"source":539,"target":22},{"source":588,"target":26},{"source":273,"target":6},{"source":273,"target":589},{"source":273,"target":22},{"source":273,"target":262},{"source":589,"target":6},{"source":527,"target":21},{"source":527,"target":590},{"source":527,"target":22},{"source":527,"target":520},{"source":590,"target":21},{"source":540,"target":23},{"source":541,"target":19},{"source":542,"target":11},{"source":23,"target":0},{"source":23,"target":2},{"source":23,"target":9},{"source":23,"target":591},{"source":23,"target":592},{"source":23,"target":593},{"source":23,"target":594},{"source":595,"target":596},{"source":595,"target":597},{"source":595,"target":598},{"source":597,"target":3},{"source":597,"target":599},{"source":597,"target":595},{"source":599,"target":3},{"source":598,"target":2},{"source":598,"target":600},{"source":598,"target":595},{"source":600,"target":2},{"source":591,"target":24},{"source":591,"target":601},{"source":591,"target":23},{"source":601,"target":24},{"source":592,"target":12},{"source":592,"target":602},{"source":592,"target":23},{"source":602,"target":12},{"source":593,"target":2},{"source":594,"target":9},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":11},{"source":24,"target":603},{"source":24,"target":604},{"source":24,"target":553},{"source":24,"target":605},{"source":24,"target":606},{"source":603,"target":607},{"source":603,"target":24},{"source":604,"target":25},{"source":604,"target":608},{"source":604,"target":24},{"source":608,"target":25},{"source":553,"target":22},{"source":553,"target":609},{"source":553,"target":24},{"source":609,"target":22},{"source":605,"target":19},{"source":606,"target":11},{"source":25,"target":0},{"source":25,"target":610},{"source":25,"target":611},{"source":25,"target":612},{"source":25,"target":613},{"source":610,"target":25},{"source":611,"target":25},{"source":612,"target":25},{"source":613,"target":25},{"source":26,"target":0},{"source":26,"target":13},{"source":26,"target":614},{"source":26,"target":615},{"source":26,"target":616},{"source":26,"target":617},{"source":26,"target":618},{"source":26,"target":136},{"source":26,"target":619},{"source":614,"target":620},{"source":614,"target":26},{"source":614,"target":621},{"source":614,"target":622},{"source":621,"target":623},{"source":621,"target":614},{"source":622,"target":624},{"source":622,"target":614},{"source":624,"target":625},{"source":624,"target":626},{"source":615,"target":627},{"source":615,"target":26},{"source":615,"target":628},{"source":615,"target":629},{"source":628,"target":630},{"source":628,"target":615},{"source":629,"target":631},{"source":629,"target":615},{"source":631,"target":632},{"source":631,"target":633},{"source":616,"target":2},{"source":616,"target":634},{"source":616,"target":26},{"source":634,"target":2},{"source":617,"target":4},{"source":617,"target":635},{"source":617,"target":26},{"source":635,"target":4},{"source":618,"target":27},{"source":618,"target":636},{"source":618,"target":26},{"source":636,"target":27},{"source":136,"target":2},{"source":136,"target":637},{"source":136,"target":26},{"source":136,"target":108},{"source":637,"target":2},{"source":619,"target":13},{"source":27,"target":0},{"source":27,"target":11},{"source":27,"target":13},{"source":27,"target":638},{"source":27,"target":639},{"source":27,"target":640},{"source":27,"target":641},{"source":27,"target":642},{"source":27,"target":643},{"source":27,"target":644},{"source":27,"target":645},{"source":638,"target":646},{"source":638,"target":27},{"source":639,"target":647},{"source":639,"target":27},{"source":640,"target":648},{"source":640,"target":27},{"source":641,"target":649},{"source":641,"target":27},{"source":642,"target":650},{"source":642,"target":27},{"source":643,"target":651},{"source":643,"target":27},{"source":644,"target":11},{"source":645,"target":13},{"source":28,"target":0},{"source":28,"target":652},{"source":28,"target":653},{"source":652,"target":654},{"source":652,"target":28},{"source":653,"target":18},{"source":653,"target":655},{"source":653,"target":28},{"source":655,"target":18},{"source":29,"target":0},{"source":30,"target":0},{"source":30,"target":656},{"source":30,"target":657},{"source":30,"target":658},{"source":30,"target":659},{"source":656,"target":30},{"source":657,"target":30},{"source":658,"target":30},{"source":659,"target":30},{"source":31,"target":0},{"source":31,"target":16},{"source":31,"target":660},{"source":31,"target":661},{"source":31,"target":662},{"source":31,"target":663},{"source":31,"target":664},{"source":31,"target":665},{"source":31,"target":139},{"source":31,"target":666},{"source":660,"target":667},{"source":660,"target":31},{"source":660,"target":668},{"source":660,"target":669},{"source":668,"target":670},{"source":668,"target":660},{"source":669,"target":671},{"source":669,"target":660},{"source":671,"target":672},{"source":671,"target":673},{"source":661,"target":674},{"source":661,"target":31},{"source":661,"target":675},{"source":661,"target":676},{"source":675,"target":677},{"source":675,"target":661},{"source":676,"target":678},{"source":676,"target":661},{"source":678,"target":679},{"source":678,"target":680},{"source":662,"target":681},{"source":662,"target":31},{"source":663,"target":30},{"source":663,"target":682},{"source":663,"target":31},{"source":682,"target":30},{"source":664,"target":683},{"source":664,"target":31},{"source":665,"target":13},{"source":665,"target":684},{"source":665,"target":31},{"source":684,"target":13},{"source":139,"target":2},{"source":139,"target":685},{"source":139,"target":31},{"source":139,"target":110},{"source":685,"target":2},{"source":666,"target":16},{"source":32,"target":0},{"source":32,"target":16},{"source":32,"target":686},{"source":32,"target":687},{"source":32,"target":688},{"source":32,"target":141},{"source":32,"target":689},{"source":686,"target":690},{"source":686,"target":32},{"source":686,"target":691},{"source":686,"target":692},{"source":691,"target":693},{"source":691,"target":686},{"source":692,"target":694},{"source":692,"target":686},{"source":694,"target":695},{"source":694,"target":696},{"source":687,"target":30},{"source":687,"target":697},{"source":687,"target":32},{"source":697,"target":30},{"source":688,"target":14},{"source":688,"target":698},{"source":688,"target":32},{"source":698,"target":14},{"source":141,"target":2},{"source":141,"target":699},{"source":141,"target":32},{"source":141,"target":111},{"source":699,"target":2},{"source":689,"target":16},{"source":33,"target":0},{"source":33,"target":27},{"source":33,"target":700},{"source":33,"target":701},{"source":33,"target":702},{"source":700,"target":703},{"source":700,"target":33},{"source":701,"target":704},{"source":701,"target":33},{"source":702,"target":27},{"source":34,"target":0},{"source":34,"target":27},{"source":34,"target":705},{"source":34,"target":706},{"source":705,"target":27},{"source":705,"target":707},{"source":705,"target":34},{"source":707,"target":27},{"source":706,"target":27},{"source":35,"target":0},{"source":35,"target":21},{"source":35,"target":708},{"source":35,"target":709},{"source":708,"target":36},{"source":708,"target":710},{"source":708,"target":35},{"source":708,"target":711},{"source":710,"target":36},{"source":709,"target":21},{"source":36,"target":0},{"source":36,"target":3},{"source":36,"target":711},{"source":36,"target":712},{"source":711,"target":35},{"source":711,"target":713},{"source":711,"target":36},{"source":711,"target":708},{"source":713,"target":35},{"source":712,"target":3},{"source":37,"target":0},{"source":37,"target":21},{"source":37,"target":714},{"source":714,"target":21},{"source":38,"target":0},{"source":39,"target":0},{"source":40,"target":0},{"source":40,"target":715},{"source":40,"target":716},{"source":40,"target":717},{"source":715,"target":4},{"source":715,"target":718},{"source":715,"target":40},{"source":718,"target":4},{"source":716,"target":4},{"source":716,"target":719},{"source":716,"target":40},{"source":719,"target":4},{"source":717,"target":720},{"source":717,"target":40},{"source":41,"target":0},{"source":41,"target":4},{"source":41,"target":721},{"source":41,"target":722},{"source":41,"target":723},{"source":41,"target":724},{"source":41,"target":725},{"source":41,"target":726},{"source":41,"target":727},{"source":721,"target":18},{"source":721,"target":728},{"source":721,"target":41},{"source":721,"target":729},{"source":721,"target":730},{"source":728,"target":18},{"source":729,"target":21},{"source":729,"target":731},{"source":729,"target":721},{"source":731,"target":21},{"source":730,"target":732},{"source":730,"target":721},{"source":722,"target":733},{"source":722,"target":41},{"source":722,"target":734},{"source":722,"target":735},{"source":734,"target":21},{"source":734,"target":736},{"source":734,"target":722},{"source":736,"target":21},{"source":735,"target":18},{"source":735,"target":737},{"source":735,"target":722},{"source":737,"target":18},{"source":723,"target":4},{"source":723,"target":738},{"source":723,"target":41},{"source":723,"target":739},{"source":738,"target":4},{"source":739,"target":6},{"source":739,"target":740},{"source":739,"target":723},{"source":740,"target":6},{"source":724,"target":4},{"source":724,"target":741},{"source":724,"target":41},{"source":724,"target":742},{"source":724,"target":743},{"source":741,"target":4},{"source":742,"target":6},{"source":742,"target":744},{"source":742,"target":724},{"source":744,"target":6},{"source":743,"target":28},{"source":743,"target":745},{"source":743,"target":724},{"source":745,"target":28},{"source":725,"target":42},{"source":725,"target":746},{"source":725,"target":41},{"source":725,"target":747},{"source":725,"target":748},{"source":725,"target":749},{"source":746,"target":42},{"source":747,"target":20},{"source":747,"target":750},{"source":747,"target":725},{"source":750,"target":20},{"source":748,"target":4},{"source":748,"target":751},{"source":748,"target":725},{"source":751,"target":4},{"source":749,"target":4},{"source":749,"target":752},{"source":749,"target":725},{"source":752,"target":4},{"source":726,"target":14},{"source":726,"target":753},{"source":726,"target":41},{"source":753,"target":14},{"source":727,"target":4},{"source":42,"target":0},{"source":42,"target":754},{"source":42,"target":755},{"source":42,"target":756},{"source":42,"target":757},{"source":42,"target":758},{"source":754,"target":759},{"source":754,"target":42},{"source":754,"target":760},{"source":760,"target":42},{"source":760,"target":761},{"source":760,"target":754},{"source":761,"target":42},{"source":755,"target":762},{"source":755,"target":42},{"source":756,"target":4},{"source":756,"target":763},{"source":756,"target":42},{"source":763,"target":4},{"source":757,"target":4},{"source":757,"target":764},{"source":757,"target":42},{"source":764,"target":4},{"source":758,"target":20},{"source":758,"target":765},{"source":758,"target":42},{"source":765,"target":20},{"source":43,"target":0},{"source":44,"target":0},{"source":44,"target":4},{"source":44,"target":766},{"source":44,"target":767},{"source":44,"target":768},{"source":44,"target":769},{"source":766,"target":770},{"source":766,"target":44},{"source":767,"target":771},{"source":767,"target":44},{"source":768,"target":4},{"source":768,"target":772},{"source":768,"target":44},{"source":772,"target":4},{"source":769,"target":4}],"multigraph":true}
ecore
relational
repo-ecore-all/data/gssi/Edelta_bad_smells/model/SimpleRDBMS/BS3/SimpleRDBMS.ecore
SimpleRDBMS Table name fkeys pkey cols id Column name type id FKey references cols
<?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="SimpleRDBMS" nsURI="http://cs.gssi.it/simpleRDBMS" nsPrefix="simpleRDBMS"> <eClassifiers xsi:type="ecore:EClass" name="Table"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fkeys" ordered="false" upperBound="-1" eType="#//FKey" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pkey" ordered="false" upperBound="-1" eType="#//Column"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cols" ordered="false" upperBound="-1" eType="#//Column" containment="true"/> <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="Column"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FKey"> <eStructuralFeatures xsi:type="ecore:EReference" name="references" ordered="false" lowerBound="1" eType="#//Table"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cols" ordered="false" upperBound="-1" eType="#//Column"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"simpleRDBMS","nsURI":"http://cs.gssi.it/simpleRDBMS","name":"SimpleRDBMS","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FKey","instanceClass":null,"abstract":false,"id":3,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":4,"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":"fkeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"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":"pkey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"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":"cols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"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":14,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"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":"references","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"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":"cols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"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":1,"target":8},{"source":4,"target":9},{"source":4,"target":1},{"source":5,"target":3},{"source":5,"target":10},{"source":5,"target":1},{"source":10,"target":3},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":11,"target":2},{"source":7,"target":2},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":2},{"source":8,"target":13},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":18},{"source":15,"target":2},{"source":16,"target":19},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":20,"target":1},{"source":20,"target":22},{"source":20,"target":3},{"source":22,"target":1},{"source":21,"target":2},{"source":21,"target":23},{"source":21,"target":3},{"source":23,"target":2}],"multigraph":true}
ecore
testing
repo-ecore-all/data/atischenko/atgen/plugins/org.eclipse.atischenko.generator.tests/model/TestModel.ecore
test Root children ttt TestElement getRoot policies testClassDelegate TestPolicy NamedElement Name TestElementWrapper element TTT java.lang.Object Object TestClassDelegate
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="test" nsURI="http://atischenko.generator.test" nsPrefix="org.eclipse.atischenko.generator"> <eClassifiers xsi:type="ecore:EClass" name="Root"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//TestElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ttt" upperBound="-1" eType="#//TTT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestElement" eSuperTypes="#//NamedElement"> <eOperations name="getRoot" eType="#//Root"/> <eStructuralFeatures xsi:type="ecore:EReference" name="policies" upperBound="-1" eType="#//TestPolicy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="testClassDelegate" eType="#//TestClassDelegate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestPolicy" eSuperTypes="#//NamedElement"/> <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="TestElementWrapper" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//TestElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TTT" instanceTypeName="Object"/> <eClassifiers xsi:type="ecore:EClass" name="TestClassDelegate" eSuperTypes="#//NamedElement"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.atischenko.generator","nsURI":"http://atischenko.generator.test","name":"test","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":"TestElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestPolicy","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestElementWrapper","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"TTT","instanceClass":"java.lang.Object","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestClassDelegate","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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ttt","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRoot","lowerBound":0,"id":12,"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":"policies","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":true,"unsettable":false,"transient":false,"unique":true,"name":"testClassDelegate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"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":8,"target":2},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":2},{"source":9,"target":6},{"source":9,"target":11},{"source":9,"target":1},{"source":11,"target":6},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":12,"target":1},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":1},{"source":13,"target":3},{"source":13,"target":17},{"source":13,"target":2},{"source":17,"target":3},{"source":14,"target":7},{"source":14,"target":18},{"source":14,"target":2},{"source":18,"target":7},{"source":15,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":19},{"source":19,"target":4},{"source":4,"target":0},{"source":4,"target":20},{"source":20,"target":21},{"source":20,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":22},{"source":5,"target":23},{"source":22,"target":2},{"source":22,"target":24},{"source":22,"target":5},{"source":24,"target":2},{"source":23,"target":4},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":25},{"source":25,"target":4}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/merlin-pl/merlin/examples/StateMachines/StateMachinePL.ecore
statemachine FSM states transitions current State time nested Initial Final Transition src tar
<?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="statemachine" nsURI="http://StateMachine.org/PL" nsPrefix="smpl"> <eAnnotations source="features"> <details key="file" value="model.xml"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" ordered="false" lowerBound="1" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" ordered="false" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="current" lowerBound="1" eType="#//State"> <eAnnotations source="presence"> <details key="condition" value="Executable"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"> <eAnnotations source="presence"> <details key="condition" value="Timed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nested" ordered="false" upperBound="-1" eType="#//State" containment="true"> <eAnnotations source="presence"> <details key="condition" value="Hierarchical"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initial" eSuperTypes="#//State"> <eAnnotations source="presence"> <details key="condition" value="Executable"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//State"> <eAnnotations source="presence"> <details key="condition" value="Executable"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tar" lowerBound="1" eType="#//State"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"smpl","nsURI":"http://StateMachine.org/PL","name":"statemachine","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","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":"Initial","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":"Transition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"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":"states","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"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":"current","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":12,"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":"nested","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"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":"tar","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"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":2},{"source":6,"target":9},{"source":6,"target":1},{"source":9,"target":2},{"source":7,"target":5},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":5},{"source":8,"target":2},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":14},{"source":12,"target":2},{"source":13,"target":2},{"source":13,"target":15},{"source":13,"target":2},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":16},{"source":16,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":17},{"source":17,"target":2},{"source":5,"target":0},{"source":5,"target":18},{"source":5,"target":19},{"source":18,"target":2},{"source":18,"target":20},{"source":18,"target":5},{"source":20,"target":2},{"source":19,"target":2},{"source":19,"target":21},{"source":19,"target":5},{"source":21,"target":2}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/testdata/GWPNV1.ecore
PetriNet Place net src dst Transition net src dst Net place transition
<?xml version="1.0" encoding="ISO-8859-1"?> <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="PetriNetV1" nsPrefix="PetriNet"> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1" eType="#//Net" eOpposite="#//Net/place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/src"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1" eType="#//Net" eOpposite="#//Net/transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" upperBound="-1" eType="#//Place" eOpposite="#//Place/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" lowerBound="1" upperBound="-1" eType="#//Place" eOpposite="#//Place/src"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Net"> <eStructuralFeatures xsi:type="ecore:EReference" name="place" lowerBound="1" upperBound="-1" eType="#//Place" containment="true" eOpposite="#//Place/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" lowerBound="1" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/net"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"PetriNet","nsURI":"PetriNetV1","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"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":4,"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":"src","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"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":"dst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"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":"place","changeable":true,"resolveProxies":true,"lowerBound":1,"id":8,"derived":false},{"id":9,"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":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"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":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"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":"transition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"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":4,"target":3},{"source":4,"target":7},{"source":4,"target":1},{"source":4,"target":8},{"source":7,"target":3},{"source":5,"target":2},{"source":5,"target":9},{"source":5,"target":1},{"source":5,"target":10},{"source":9,"target":2},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":6,"target":12},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":12},{"source":2,"target":10},{"source":13,"target":3},{"source":13,"target":14},{"source":13,"target":2},{"source":13,"target":15},{"source":14,"target":3},{"source":12,"target":1},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":6},{"source":16,"target":1},{"source":10,"target":1},{"source":10,"target":17},{"source":10,"target":2},{"source":10,"target":5},{"source":17,"target":1},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":15},{"source":8,"target":1},{"source":8,"target":18},{"source":8,"target":3},{"source":8,"target":4},{"source":18,"target":1},{"source":15,"target":2},{"source":15,"target":19},{"source":15,"target":3},{"source":15,"target":13},{"source":19,"target":2}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/arnobl/comlanDocywood/docywood/docywood.core/src/main/resources/robot/logo.ecore
logo ProgramUnit commands Command Move distance Turn angle WhileNoObstacle commands distance
<?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="logo" nsURI="http://logo" nsPrefix="logo"> <eClassifiers xsi:type="ecore:EClass" name="ProgramUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A ProgramUnit contains the commands for controlling a robot. It is the main class of the language."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1" eType="#//Command" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A program contains a set of commands to be executed to control the robot."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Command" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It defines the abstract concept of a command for controlling the robot."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Move" eSuperTypes="#//Command"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It defines a command for moving forward the robot."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The robot moves foward for a given distance in centimeter."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Turn" eSuperTypes="#//Command"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It defines a command for rotating the robot."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="angle" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The robot rotates following a given rotation angle in degree."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileNoObstacle" eSuperTypes="#//Command"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This command is a special loop. The contained commands are executed while no obstacle is present in front of the robot."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1" eType="#//Command" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The loop contains a set of commands to execute."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="It defines the detection distance that the robot will use to stop the loop."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"logo","nsURI":"http://logo","name":"logo","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramUnit","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Move","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Turn","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileNoObstacle","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":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distance","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"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":6,"target":2},{"source":6,"target":7},{"source":6,"target":1},{"source":7,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":8},{"source":3,"target":9},{"source":8,"target":10},{"source":8,"target":3},{"source":9,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":11},{"source":4,"target":12},{"source":11,"target":13},{"source":11,"target":4},{"source":12,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":14},{"source":5,"target":15},{"source":5,"target":16},{"source":14,"target":2},{"source":14,"target":17},{"source":14,"target":5},{"source":17,"target":2},{"source":15,"target":18},{"source":15,"target":5},{"source":16,"target":2}],"multigraph":true}
ecore
features
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/Features.ecore
features Model features Feature abstract name isA isOfType short contains uses
<?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="features" nsURI="http://www.protos.de/myFeatures/core/Features" nsPrefix="features"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" 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="isA" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isOfType" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="short" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" unique="false" upperBound="-1" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" unique="false" upperBound="-1" eType="#//Feature"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"features","nsURI":"http://www.protos.de/myFeatures/core/Features","name":"features","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":"Feature","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"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":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isA","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"isOfType","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":"short","changeable":true,"lowerBound":0,"iD":false,"id":9,"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":"contains","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":false,"unsettable":false,"transient":false,"unique":false,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":6},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":5,"target":12},{"source":5,"target":2},{"source":6,"target":13},{"source":6,"target":2},{"source":7,"target":2},{"source":7,"target":14},{"source":7,"target":2},{"source":14,"target":2},{"source":8,"target":2},{"source":8,"target":15},{"source":8,"target":2},{"source":15,"target":2},{"source":9,"target":16},{"source":9,"target":2},{"source":10,"target":2},{"source":10,"target":17},{"source":10,"target":2},{"source":17,"target":2},{"source":11,"target":2},{"source":11,"target":18},{"source":11,"target":2},{"source":18,"target":2}],"multigraph":true}
ecore
library
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/eclipse/ocl/tests/org.eclipse.ocl.examples.xtext.tests/model/OCLinEcoreTutorialForPivot.ecore
tutorial Library name books loans members Book isAvailable name copies library loans Member name library loans books Loan book member date
<?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="tutorial" nsURI="http://www.eclipse.org/mdt/ocl/oclinecore/tutorial" nsPrefix="tut"> <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="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" ordered="false" upperBound="-1" eType="#//Book" containment="true" eOpposite="#//Book/library"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loans" ordered="false" upperBound="-1" eType="#//Loan" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" ordered="false" upperBound="-1" eType="#//Member" containment="true" eOpposite="#//Member/library"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="SufficientCopies"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="SufficientCopies" value="library.loans->select((book = self))->size() &lt;= copies"/> </eAnnotations> <eOperations name="isAvailable" ordered="false" 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="loans->size() &lt; copies"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copies" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="#//Library" eOpposite="#//Library/books"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loans" ordered="false" upperBound="-1" eType="#//Loan" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="library.loans->select(book = self)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="AtMostTwoLoans UniqueLoans"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="AtMostTwoLoans" value="loans->size() &lt;= 2"/> <details key="UniqueLoans" value="loans->isUnique(book)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false" eType="#//Library" eOpposite="#//Library/members"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loans" ordered="false" upperBound="-1" eType="#//Loan" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="library.loans->select(member = self)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="books" ordered="false" unique="false" upperBound="-1" eType="#//Book" volatile="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="loans->collect(book)"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loan"> <eStructuralFeatures xsi:type="ecore:EReference" name="book" ordered="false" lowerBound="1" eType="#//Book"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" lowerBound="1" eType="#//Member"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" ordered="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"tut","nsURI":"http://www.eclipse.org/mdt/ocl/oclinecore/tutorial","name":"tutorial","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loan","instanceClass":null,"abstract":false,"id":4,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":5,"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":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"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":"loans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"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":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"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":14,"derived":false},{"ordered":false,"upperBound":1,"unique":true,"name":"isAvailable","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"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":16,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"copies","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":true},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"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":24,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loans","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":true},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":true},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"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":"book","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"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":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"ordered":false,"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":33,"derived":false},{"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":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":9},{"source":5,"target":1},{"source":6,"target":2},{"source":6,"target":10},{"source":6,"target":1},{"source":6,"target":11},{"source":10,"target":2},{"source":7,"target":4},{"source":7,"target":12},{"source":7,"target":1},{"source":12,"target":4},{"source":8,"target":3},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":3},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":11},{"source":2,"target":18},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":21},{"source":17,"target":2},{"source":11,"target":1},{"source":11,"target":22},{"source":11,"target":2},{"source":11,"target":6},{"source":22,"target":1},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":2},{"source":23,"target":4},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":14},{"source":3,"target":25},{"source":3,"target":26},{"source":24,"target":27},{"source":24,"target":3},{"source":14,"target":1},{"source":14,"target":28},{"source":14,"target":3},{"source":14,"target":8},{"source":28,"target":1},{"source":25,"target":4},{"source":25,"target":29},{"source":25,"target":3},{"source":29,"target":4},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":3},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":2},{"source":32,"target":3},{"source":32,"target":35},{"source":32,"target":4},{"source":35,"target":3},{"source":33,"target":36},{"source":33,"target":4}],"multigraph":true}
ecore
robots
repo-ecore-all/data/idobrusin/RocLang/RocLang/robotcontrol.parent/robotcontrol/model/generated/Roc.ecore
roc Program movements Movement motions Motion action duration durationUnit speed Action actionHolder intensity Intensity C pronounced A trace of B slightly D severe E maximum CompleteAction actionName SingleAction actionName DirectedAction actionName direction LeftRightDirectedAction tiltHead LeftRightDirection left right FullDirectedAction turnHead turnEyes Direction UP DOWN LEFT RIGHT Speed SLOWEST SLOW NORMAL FAST FULL DurationUnit MILLISECONDS milliseconds SECONDS seconds MINUTES minutes
<?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="roc" nsURI="http://www.Roc.robotcontrol" nsPrefix="roc"> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="movements" upperBound="-1" eType="#//Movement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Movement"> <eStructuralFeatures xsi:type="ecore:EReference" name="motions" upperBound="-1" eType="#//Motion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Motion"> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="durationUnit" eType="#//DurationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="speed" eType="#//Speed" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="actionHolder" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intensity" eType="#//Intensity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Intensity"> <eLiterals name="C" literal="pronounced"/> <eLiterals name="A" value="1" literal="trace of"/> <eLiterals name="B" value="2" literal="slightly"/> <eLiterals name="D" value="3" literal="severe"/> <eLiterals name="E" value="4" literal="maximum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompleteAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actionName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DirectedAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="actionName" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="direction" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeftRightDirectedAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tiltHead" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeftRightDirection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FullDirectedAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="turnHead" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="turnEyes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Direction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="UP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DOWN" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="LEFT" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RIGHT" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Speed"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SLOWEST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SLOW" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="NORMAL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FAST" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FULL" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DurationUnit"> <eLiterals name="MILLISECONDS" literal="milliseconds"/> <eLiterals name="SECONDS" value="1" literal="seconds"/> <eLiterals name="MINUTES" value="2" literal="minutes"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"roc","nsURI":"http://www.Roc.robotcontrol","name":"roc","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":"Movement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Motion","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Intensity","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftRightDirectedAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftRightDirection","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FullDirectedAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Speed","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DurationUnit","instanceClass":null,"id":14,"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":"movements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"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":"motions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"duration","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"durationUnit","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":"speed","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actionHolder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intensity","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"name":"C","id":31,"value":0,"literal":"pronounced","eClass":"EEnumLiteral"},{"name":"A","id":32,"value":1,"literal":"trace of","eClass":"EEnumLiteral"},{"name":"B","id":33,"value":2,"literal":"slightly","eClass":"EEnumLiteral"},{"name":"D","id":34,"value":3,"literal":"severe","eClass":"EEnumLiteral"},{"name":"E","id":35,"value":4,"literal":"maximum","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":"actionName","changeable":true,"lowerBound":0,"iD":false,"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":"actionName","changeable":true,"lowerBound":0,"iD":false,"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":"actionName","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":"direction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tiltHead","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"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":"left","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"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":"turnHead","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":"turnEyes","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":"UP","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":"DOWN","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":"LEFT","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":"RIGHT","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"SLOWEST","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":"SLOW","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":"NORMAL","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":"FAST","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":"FULL","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"name":"MILLISECONDS","id":72,"value":0,"literal":"milliseconds","eClass":"EEnumLiteral"},{"name":"SECONDS","id":73,"value":1,"literal":"seconds","eClass":"EEnumLiteral"},{"name":"MINUTES","id":74,"value":2,"literal":"minutes","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":15,"target":2},{"source":15,"target":16},{"source":15,"target":1},{"source":16,"target":2},{"source":2,"target":0},{"source":2,"target":17},{"source":17,"target":3},{"source":17,"target":18},{"source":17,"target":2},{"source":18,"target":3},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":19,"target":4},{"source":19,"target":23},{"source":19,"target":3},{"source":23,"target":4},{"source":20,"target":24},{"source":20,"target":3},{"source":21,"target":14},{"source":21,"target":25},{"source":21,"target":3},{"source":25,"target":14},{"source":22,"target":13},{"source":22,"target":26},{"source":22,"target":3},{"source":26,"target":13},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":27,"target":29},{"source":27,"target":4},{"source":28,"target":5},{"source":28,"target":30},{"source":28,"target":4},{"source":30,"target":5},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":35},{"source":31,"target":5},{"source":32,"target":5},{"source":33,"target":5},{"source":34,"target":5},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":36},{"source":36,"target":37},{"source":36,"target":6},{"source":7,"target":0},{"source":7,"target":38},{"source":38,"target":39},{"source":38,"target":7},{"source":8,"target":0},{"source":8,"target":40},{"source":8,"target":41},{"source":40,"target":42},{"source":40,"target":8},{"source":41,"target":43},{"source":41,"target":8},{"source":9,"target":0},{"source":9,"target":44},{"source":44,"target":45},{"source":44,"target":9},{"source":10,"target":0},{"source":10,"target":46},{"source":10,"target":47},{"source":46,"target":48},{"source":46,"target":10},{"source":47,"target":49},{"source":47,"target":10},{"source":11,"target":0},{"source":11,"target":50},{"source":11,"target":51},{"source":50,"target":52},{"source":50,"target":11},{"source":51,"target":53},{"source":51,"target":11},{"source":12,"target":0},{"source":12,"target":54},{"source":12,"target":55},{"source":12,"target":56},{"source":12,"target":57},{"source":54,"target":58},{"source":54,"target":12},{"source":55,"target":59},{"source":55,"target":12},{"source":56,"target":60},{"source":56,"target":12},{"source":57,"target":61},{"source":57,"target":12},{"source":13,"target":0},{"source":13,"target":62},{"source":13,"target":63},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":62,"target":67},{"source":62,"target":13},{"source":63,"target":68},{"source":63,"target":13},{"source":64,"target":69},{"source":64,"target":13},{"source":65,"target":70},{"source":65,"target":13},{"source":66,"target":71},{"source":66,"target":13},{"source":14,"target":0},{"source":14,"target":72},{"source":14,"target":73},{"source":14,"target":74},{"source":72,"target":14},{"source":73,"target":14},{"source":74,"target":14}],"multigraph":true}
ecore
iot
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/damenac/puzzle/examples/empirical-study/puzzle.empirical.study/temp/arduino.ecore
arduino Sketch name hardware devices handlers interrupts pollings tasks loop defineSystem systemDefinition SystemDefinition mydata messages operation AbstractDevice name pin LoopItem task precondition Interrupt name interruptKind sensor eventKind handler Handler name Poll sensor type l h handler Task name external PortProtocol PortTCP supportType info PortConnectionData host port Precondition pre1 op pre Precondition1 pre EmptyPrecondition name SensorValuePrecondition sensor cond value Actuator Sensor analog pullup IODevice analog pullup Message OutOnlyMessage OutInMessage name Dispatch name Request Invitation HighLevelOperation OutOperation sender InOperation InAcquireOperation receiver support DemandRequest demand receiver ForwardDispatch forward receiver AskInvitation ask receiver GrantRequest grant ServeDispatch serve AcceptInvitation accept SupportSpecification supportType Serial TCP info SupportData ExplicitSupportData host port CommunicationParams type mac ip dns gateway subnet baudrate IP value
<?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://www.unibo.it/Arduino" nsPrefix="arduino"> <eClassifiers xsi:type="ecore:EClass" name="Sketch"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hardware" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="devices" upperBound="-1" eType="#//AbstractDevice" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="handlers" upperBound="-1" eType="#//Handler" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interrupts" upperBound="-1" eType="#//Interrupt" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pollings" upperBound="-1" eType="#//Poll" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1" eType="#//Task" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loop" upperBound="-1" eType="#//LoopItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defineSystem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemDefinition" eType="#//SystemDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="mydata" upperBound="-1" eType="#//CommunicationParams" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="messages" upperBound="-1" eType="#//Message" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" upperBound="-1" eType="#//HighLevelOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractDevice"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precondition" eType="#//Precondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interrupt"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interruptKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensor" eType="#//Sensor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="handler" eType="#//Handler"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Handler"> <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="Poll"> <eStructuralFeatures xsi:type="ecore:EReference" name="sensor" eType="#//Sensor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="l" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="h" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="handler" eType="#//Handler"/> </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:EAttribute" name="external" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortProtocol"/> <eClassifiers xsi:type="ecore:EClass" name="PortTCP" eSuperTypes="#//PortProtocol"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="supportType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="info" eType="#//PortConnectionData" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PortConnectionData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="host" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Precondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="pre1" eType="#//Precondition1" 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="pre" eType="#//Precondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Precondition1"> <eStructuralFeatures xsi:type="ecore:EReference" name="pre" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyPrecondition"> <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="SensorValuePrecondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="sensor" eType="#//Sensor"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cond" 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="Actuator" eSuperTypes="#//AbstractDevice"/> <eClassifiers xsi:type="ecore:EClass" name="Sensor" eSuperTypes="#//AbstractDevice"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="analog" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pullup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IODevice" eSuperTypes="#//AbstractDevice"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="analog" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pullup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Message"/> <eClassifiers xsi:type="ecore:EClass" name="OutOnlyMessage" eSuperTypes="#//Message"/> <eClassifiers xsi:type="ecore:EClass" name="OutInMessage" eSuperTypes="#//Message"> <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="Dispatch" eSuperTypes="#//OutOnlyMessage"> <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="Request" eSuperTypes="#//OutInMessage"/> <eClassifiers xsi:type="ecore:EClass" name="Invitation" eSuperTypes="#//OutInMessage"/> <eClassifiers xsi:type="ecore:EClass" name="HighLevelOperation"/> <eClassifiers xsi:type="ecore:EClass" name="OutOperation" eSuperTypes="#//HighLevelOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="sender" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InOperation" eSuperTypes="#//HighLevelOperation"/> <eClassifiers xsi:type="ecore:EClass" name="InAcquireOperation" eSuperTypes="#//InOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Task"/> <eStructuralFeatures xsi:type="ecore:EReference" name="support" eType="#//SupportSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DemandRequest" eSuperTypes="#//OutOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="demand" eType="#//Request"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" unique="false" upperBound="-1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForwardDispatch" eSuperTypes="#//OutOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="forward" eType="#//Dispatch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AskInvitation" eSuperTypes="#//OutOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="ask" eType="#//Invitation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" unique="false" upperBound="-1" eType="#//Task"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GrantRequest" eSuperTypes="#//InAcquireOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="grant" eType="#//Request"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServeDispatch" eSuperTypes="#//InAcquireOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="serve" eType="#//Dispatch"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AcceptInvitation" eSuperTypes="#//InAcquireOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="accept" eType="#//Invitation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SupportSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="supportType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Serial" eSuperTypes="#//SupportSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TCP" eSuperTypes="#//SupportSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="info" eType="#//SupportData" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SupportData"/> <eClassifiers xsi:type="ecore:EClass" name="ExplicitSupportData" eSuperTypes="#//SupportData"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="host" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommunicationParams"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mac" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ip" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gateway" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subnet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baudrate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IP"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"arduino","nsURI":"http://www.unibo.it/Arduino","name":"arduino","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sketch","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemDefinition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractDevice","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopItem","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interrupt","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Handler","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Poll","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortProtocol","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortTCP","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortConnectionData","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Precondition","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Precondition1","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyPrecondition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorValuePrecondition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuator","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IODevice","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutOnlyMessage","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutInMessage","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dispatch","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Request","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invitation","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HighLevelOperation","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutOperation","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InOperation","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InAcquireOperation","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DemandRequest","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForwardDispatch","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AskInvitation","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GrantRequest","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServeDispatch","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptInvitation","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportSpecification","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Serial","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TCP","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SupportData","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExplicitSupportData","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationParams","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IP","instanceClass":null,"abstract":false,"id":41,"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":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":"hardware","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":"devices","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":"handlers","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":"interrupts","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":"pollings","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":"tasks","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":"loop","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"defineSystem","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"systemDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mydata","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":"messages","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":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pin","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"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":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":"precondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"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":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":"interruptKind","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":false,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"eventKind","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"handler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"l","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":"h","changeable":true,"lowerBound":0,"iD":false,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"handler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"external","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"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":"supportType","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"info","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":"host","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"port","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pre1","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pre","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"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":"pre","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sensor","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"cond","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"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":"analog","changeable":true,"lowerBound":0,"iD":false,"id":128,"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":"pullup","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"analog","changeable":true,"lowerBound":0,"iD":false,"id":133,"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":"pullup","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"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},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"sender","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"support","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"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":"demand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"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":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"forward","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"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":"ask","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":false,"unsettable":false,"transient":false,"unique":false,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"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":"grant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"serve","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"accept","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"supportType","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"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":"info","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"host","changeable":true,"lowerBound":0,"iD":false,"id":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":"port","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"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":"type","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":"mac","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":"ip","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dns","changeable":true,"lowerBound":0,"iD":false,"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":"gateway","changeable":true,"lowerBound":0,"iD":false,"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":"subnet","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"baudrate","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"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"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":1,"target":0},{"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":42,"target":52},{"source":42,"target":1},{"source":43,"target":53},{"source":43,"target":1},{"source":44,"target":3},{"source":44,"target":54},{"source":44,"target":1},{"source":54,"target":3},{"source":45,"target":6},{"source":45,"target":55},{"source":45,"target":1},{"source":55,"target":6},{"source":46,"target":5},{"source":46,"target":56},{"source":46,"target":1},{"source":56,"target":5},{"source":47,"target":7},{"source":47,"target":57},{"source":47,"target":1},{"source":57,"target":7},{"source":48,"target":8},{"source":48,"target":58},{"source":48,"target":1},{"source":58,"target":8},{"source":49,"target":4},{"source":49,"target":59},{"source":49,"target":1},{"source":59,"target":4},{"source":50,"target":60},{"source":50,"target":1},{"source":51,"target":2},{"source":51,"target":61},{"source":51,"target":1},{"source":61,"target":2},{"source":2,"target":0},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":62,"target":40},{"source":62,"target":65},{"source":62,"target":2},{"source":65,"target":40},{"source":63,"target":19},{"source":63,"target":66},{"source":63,"target":2},{"source":66,"target":19},{"source":64,"target":25},{"source":64,"target":67},{"source":64,"target":2},{"source":67,"target":25},{"source":3,"target":0},{"source":3,"target":68},{"source":3,"target":69},{"source":68,"target":70},{"source":68,"target":3},{"source":69,"target":71},{"source":69,"target":3},{"source":4,"target":0},{"source":4,"target":72},{"source":4,"target":73},{"source":72,"target":8},{"source":72,"target":74},{"source":72,"target":4},{"source":74,"target":8},{"source":73,"target":12},{"source":73,"target":75},{"source":73,"target":4},{"source":75,"target":12},{"source":5,"target":0},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":76,"target":81},{"source":76,"target":5},{"source":77,"target":82},{"source":77,"target":5},{"source":78,"target":17},{"source":78,"target":83},{"source":78,"target":5},{"source":83,"target":17},{"source":79,"target":84},{"source":79,"target":5},{"source":80,"target":6},{"source":80,"target":85},{"source":80,"target":5},{"source":85,"target":6},{"source":6,"target":0},{"source":6,"target":86},{"source":86,"target":87},{"source":86,"target":6},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":88,"target":17},{"source":88,"target":93},{"source":88,"target":7},{"source":93,"target":17},{"source":89,"target":94},{"source":89,"target":7},{"source":90,"target":95},{"source":90,"target":7},{"source":91,"target":96},{"source":91,"target":7},{"source":92,"target":6},{"source":92,"target":97},{"source":92,"target":7},{"source":97,"target":6},{"source":8,"target":0},{"source":8,"target":98},{"source":8,"target":99},{"source":98,"target":100},{"source":98,"target":8},{"source":99,"target":101},{"source":99,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":102},{"source":10,"target":103},{"source":10,"target":104},{"source":102,"target":105},{"source":102,"target":10},{"source":103,"target":11},{"source":103,"target":106},{"source":103,"target":10},{"source":106,"target":11},{"source":104,"target":9},{"source":11,"target":0},{"source":11,"target":107},{"source":11,"target":108},{"source":107,"target":109},{"source":107,"target":11},{"source":108,"target":110},{"source":108,"target":11},{"source":12,"target":0},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":111,"target":13},{"source":111,"target":114},{"source":111,"target":12},{"source":114,"target":13},{"source":112,"target":115},{"source":112,"target":12},{"source":113,"target":12},{"source":113,"target":116},{"source":113,"target":12},{"source":116,"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":119,"target":120},{"source":119,"target":14},{"source":15,"target":0},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":121,"target":17},{"source":121,"target":124},{"source":121,"target":15},{"source":124,"target":17},{"source":122,"target":125},{"source":122,"target":15},{"source":123,"target":126},{"source":123,"target":15},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":127},{"source":127,"target":3},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":128},{"source":17,"target":129},{"source":17,"target":130},{"source":128,"target":131},{"source":128,"target":17},{"source":129,"target":132},{"source":129,"target":17},{"source":130,"target":3},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":133},{"source":18,"target":134},{"source":18,"target":135},{"source":133,"target":136},{"source":133,"target":18},{"source":134,"target":137},{"source":134,"target":18},{"source":135,"target":3},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":138},{"source":138,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":139},{"source":21,"target":140},{"source":139,"target":141},{"source":139,"target":21},{"source":140,"target":19},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":142},{"source":22,"target":143},{"source":142,"target":144},{"source":142,"target":22},{"source":143,"target":20},{"source":23,"target":0},{"source":23,"target":21},{"source":23,"target":145},{"source":145,"target":21},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":146},{"source":146,"target":21},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":147},{"source":26,"target":148},{"source":147,"target":8},{"source":147,"target":149},{"source":147,"target":26},{"source":149,"target":8},{"source":148,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":150},{"source":150,"target":25},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":151},{"source":28,"target":152},{"source":28,"target":153},{"source":151,"target":8},{"source":151,"target":154},{"source":151,"target":28},{"source":154,"target":8},{"source":152,"target":35},{"source":152,"target":155},{"source":152,"target":28},{"source":155,"target":35},{"source":153,"target":27},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":156},{"source":29,"target":157},{"source":29,"target":158},{"source":156,"target":23},{"source":156,"target":159},{"source":156,"target":29},{"source":159,"target":23},{"source":157,"target":8},{"source":157,"target":160},{"source":157,"target":29},{"source":160,"target":8},{"source":158,"target":26},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":161},{"source":30,"target":162},{"source":30,"target":163},{"source":161,"target":22},{"source":161,"target":164},{"source":161,"target":30},{"source":164,"target":22},{"source":162,"target":8},{"source":162,"target":165},{"source":162,"target":30},{"source":165,"target":8},{"source":163,"target":26},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":166},{"source":31,"target":167},{"source":31,"target":168},{"source":166,"target":24},{"source":166,"target":169},{"source":166,"target":31},{"source":169,"target":24},{"source":167,"target":8},{"source":167,"target":170},{"source":167,"target":31},{"source":170,"target":8},{"source":168,"target":26},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":171},{"source":32,"target":172},{"source":171,"target":23},{"source":171,"target":173},{"source":171,"target":32},{"source":173,"target":23},{"source":172,"target":28},{"source":33,"target":0},{"source":33,"target":28},{"source":33,"target":174},{"source":33,"target":175},{"source":174,"target":22},{"source":174,"target":176},{"source":174,"target":33},{"source":176,"target":22},{"source":175,"target":28},{"source":34,"target":0},{"source":34,"target":28},{"source":34,"target":177},{"source":34,"target":178},{"source":177,"target":24},{"source":177,"target":179},{"source":177,"target":34},{"source":179,"target":24},{"source":178,"target":28},{"source":35,"target":0},{"source":35,"target":180},{"source":180,"target":181},{"source":180,"target":35},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":182},{"source":182,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":183},{"source":37,"target":184},{"source":183,"target":38},{"source":183,"target":185},{"source":183,"target":37},{"source":185,"target":38},{"source":184,"target":35},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":38},{"source":39,"target":186},{"source":39,"target":187},{"source":39,"target":188},{"source":186,"target":189},{"source":186,"target":39},{"source":187,"target":190},{"source":187,"target":39},{"source":188,"target":38},{"source":40,"target":0},{"source":40,"target":191},{"source":40,"target":192},{"source":40,"target":193},{"source":40,"target":194},{"source":40,"target":195},{"source":40,"target":196},{"source":40,"target":197},{"source":191,"target":198},{"source":191,"target":40},{"source":192,"target":199},{"source":192,"target":40},{"source":193,"target":200},{"source":193,"target":40},{"source":194,"target":201},{"source":194,"target":40},{"source":195,"target":202},{"source":195,"target":40},{"source":196,"target":203},{"source":196,"target":40},{"source":197,"target":204},{"source":197,"target":40},{"source":41,"target":0},{"source":41,"target":205},{"source":205,"target":206},{"source":205,"target":41}],"multigraph":true}
ecore
relationships
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/test-repository-bundle/simpleworld.ecore
simpleworld World things Thing id relations NamedElement name RelatedTo fromThing toThing since
<?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="simpleworld" nsURI="http://opendsml.org/master/basic/simpleworld.v0" nsPrefix="odsml_simpleworld"> <eClassifiers xsi:type="ecore:EClass" name="World"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="things" upperBound="-1" eType="#//Thing" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thing" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> </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="relations" upperBound="-1" eType="#//RelatedTo" containment="true" eOpposite="#//RelatedTo/fromThing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="diagraph"> <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="RelatedTo" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Thing.relations"/> <details key="lsrc=fromThing"/> <details key="ltrg=toThing"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="fromThing" eType="#//Thing" eOpposite="#//Thing/relations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toThing" eType="#//Thing"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"odsml_simpleworld","nsURI":"http://opendsml.org/master/basic/simpleworld.v0","name":"simpleworld","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"World","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatedTo","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"things","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"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":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":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"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":"fromThing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"id":14,"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":"toThing","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"since","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":5,"target":2},{"source":5,"target":6},{"source":5,"target":1},{"source":6,"target":2},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":7},{"source":2,"target":8},{"source":2,"target":9},{"source":7,"target":10},{"source":7,"target":2},{"source":8,"target":4},{"source":8,"target":11},{"source":8,"target":2},{"source":8,"target":12},{"source":11,"target":4},{"source":9,"target":3},{"source":3,"target":0},{"source":3,"target":13},{"source":13,"target":14},{"source":13,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":12},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":12,"target":2},{"source":12,"target":18},{"source":12,"target":4},{"source":12,"target":8},{"source":18,"target":2},{"source":15,"target":2},{"source":15,"target":19},{"source":15,"target":4},{"source":19,"target":2},{"source":16,"target":20},{"source":16,"target":4},{"source":17,"target":3}],"multigraph":true}
ecore
automata
repo-ecore-all/data/hegyibalint/BScThesisCode/hu.bme.mit.inf.qea.model/model/EventAutomatonModel.ecore
EventAutomatonModel Automaton states tokens initialState symbolicTokenParameters name timers trapState TokenParameterBinding boundTo ResetTimerAction SymbolicInputEvent name SymbolicTimer timeoutEvent name SymbolicTokenParameter ComplexEventProcessor automata symbolicEvents SymbolicEvent symbolicParameters Parameter type State tokens acceptor id incomingTransitions outgoingTransitions ConstantBinding boundTo SymbolicEventParameter FreeParameter excludedValues SetTimerAction toValue 100 SymbolicTimeoutEvent timer Binding binds FixParameter value TimerAction timer EpsilonTransition Action SymbolicParameter name Event type parameters Token on parameters Transition eventguard EventGuard bindings type AbstractTransition to from actions
<?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="EventAutomatonModel" nsURI="http://www.example.org/EventAutomatonModel" nsPrefix="EventAutomatonModel"> <eClassifiers xsi:type="ecore:EClass" name="Automaton"> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="#//Token"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolicTokenParameters" upperBound="-1" eType="#//SymbolicParameter" 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="timers" upperBound="-1" eType="#//SymbolicTimer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trapState" lowerBound="1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TokenParameterBinding" eSuperTypes="#//Binding"> <eStructuralFeatures xsi:type="ecore:EReference" name="boundTo" lowerBound="1" eType="#//SymbolicTokenParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResetTimerAction" eSuperTypes="#//TimerAction"/> <eClassifiers xsi:type="ecore:EClass" name="SymbolicInputEvent" eSuperTypes="#//SymbolicEvent"> <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="SymbolicTimer"> <eStructuralFeatures xsi:type="ecore:EReference" name="timeoutEvent" lowerBound="1" eType="#//SymbolicTimeoutEvent" containment="true" eOpposite="#//SymbolicTimeoutEvent/timer"/> <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="SymbolicTokenParameter" eSuperTypes="#//SymbolicParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ComplexEventProcessor"> <eStructuralFeatures xsi:type="ecore:EReference" name="automata" upperBound="-1" eType="#//Automaton" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolicEvents" upperBound="-1" eType="#//SymbolicInputEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolicEvent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="symbolicParameters" upperBound="-1" eType="#//SymbolicParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//SymbolicParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="#//Token" containment="true" eOpposite="#//Token/on"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="acceptor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="#//AbstractTransition" eOpposite="#//AbstractTransition/to"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransitions" upperBound="-1" eType="#//AbstractTransition" containment="true" eOpposite="#//AbstractTransition/from"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantBinding" eSuperTypes="#//Binding"> <eStructuralFeatures xsi:type="ecore:EReference" name="boundTo" lowerBound="1" eType="#//FixParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolicEventParameter" eSuperTypes="#//SymbolicParameter"/> <eClassifiers xsi:type="ecore:EClass" name="FreeParameter" eSuperTypes="#//Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="excludedValues" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetTimerAction" eSuperTypes="#//TimerAction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SymbolicTimeoutEvent" eSuperTypes="#//SymbolicEvent"> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" lowerBound="1" eType="#//SymbolicTimer" eOpposite="#//SymbolicTimer/timeoutEvent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="binds" lowerBound="1" eType="#//SymbolicEventParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FixParameter" eSuperTypes="#//Parameter"> <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="TimerAction" abstract="true" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EReference" name="timer" lowerBound="1" eType="#//SymbolicTimer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EpsilonTransition" eSuperTypes="#//AbstractTransition"/> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="SymbolicParameter" 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="Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//SymbolicEvent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//FixParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token"> <eStructuralFeatures xsi:type="ecore:EReference" name="on" lowerBound="1" eType="#//State" eOpposite="#//State/tokens"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//AbstractTransition"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventguard" lowerBound="1" eType="#//EventGuard" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventGuard"> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Binding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//SymbolicEvent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTransition"> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//State" eOpposite="#//State/incomingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1" eType="#//Action" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"EventAutomatonModel","nsURI":"http://www.example.org/EventAutomatonModel","name":"EventAutomatonModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Automaton","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TokenParameterBinding","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResetTimerAction","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolicInputEvent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolicTimer","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolicTokenParameter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexEventProcessor","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolicEvent","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantBinding","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolicEventParameter","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FreeParameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetTimerAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolicTimeoutEvent","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixParameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimerAction","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EpsilonTransition","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SymbolicParameter","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"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":"EventGuard","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTransition","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":"states","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":false,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"symbolicTokenParameters","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":"name","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":"timers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"trapState","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeoutEvent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"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":"timer","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"automata","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":"symbolicEvents","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":"symbolicParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"id":59,"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":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"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":"acceptor","changeable":true,"lowerBound":1,"iD":false,"id":63,"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":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransitions","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":"outgoingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"on","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"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":"to","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":"from","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":true,"unsettable":false,"transient":false,"unique":true,"name":"boundTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"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":"excludedValues","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"toValue","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binds","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"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":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"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":"timer","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":96,"derived":false},{"id":97,"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":98,"derived":false},{"container":false,"ordered":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":99,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eventguard","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":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":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},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"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":27,"target":10},{"source":27,"target":34},{"source":27,"target":1},{"source":34,"target":10},{"source":28,"target":23},{"source":28,"target":35},{"source":28,"target":1},{"source":35,"target":23},{"source":29,"target":10},{"source":29,"target":36},{"source":29,"target":1},{"source":36,"target":10},{"source":30,"target":21},{"source":30,"target":37},{"source":30,"target":1},{"source":37,"target":21},{"source":31,"target":38},{"source":31,"target":1},{"source":32,"target":5},{"source":32,"target":39},{"source":32,"target":1},{"source":39,"target":5},{"source":33,"target":10},{"source":33,"target":40},{"source":33,"target":1},{"source":40,"target":10},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":41},{"source":2,"target":42},{"source":41,"target":6},{"source":41,"target":43},{"source":41,"target":2},{"source":43,"target":6},{"source":42,"target":16},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":44},{"source":44,"target":18},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":45},{"source":4,"target":46},{"source":45,"target":47},{"source":45,"target":4},{"source":46,"target":8},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":48,"target":15},{"source":48,"target":50},{"source":48,"target":5},{"source":48,"target":51},{"source":50,"target":15},{"source":49,"target":52},{"source":49,"target":5},{"source":6,"target":0},{"source":6,"target":21},{"source":6,"target":53},{"source":53,"target":21},{"source":7,"target":0},{"source":7,"target":54},{"source":7,"target":55},{"source":54,"target":1},{"source":54,"target":56},{"source":54,"target":7},{"source":56,"target":1},{"source":55,"target":4},{"source":55,"target":57},{"source":55,"target":7},{"source":57,"target":4},{"source":8,"target":0},{"source":8,"target":58},{"source":58,"target":21},{"source":58,"target":59},{"source":58,"target":8},{"source":59,"target":21},{"source":9,"target":0},{"source":9,"target":60},{"source":60,"target":21},{"source":60,"target":61},{"source":60,"target":9},{"source":61,"target":21},{"source":10,"target":0},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":10,"target":66},{"source":62,"target":23},{"source":62,"target":67},{"source":62,"target":10},{"source":62,"target":68},{"source":67,"target":23},{"source":63,"target":69},{"source":63,"target":10},{"source":64,"target":70},{"source":64,"target":10},{"source":65,"target":26},{"source":65,"target":71},{"source":65,"target":10},{"source":65,"target":72},{"source":71,"target":26},{"source":66,"target":26},{"source":66,"target":73},{"source":66,"target":10},{"source":66,"target":74},{"source":73,"target":26},{"source":11,"target":0},{"source":11,"target":16},{"source":11,"target":75},{"source":11,"target":76},{"source":75,"target":17},{"source":75,"target":77},{"source":75,"target":11},{"source":77,"target":17},{"source":76,"target":16},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":78},{"source":78,"target":21},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":79},{"source":13,"target":80},{"source":79,"target":81},{"source":79,"target":13},{"source":80,"target":9},{"source":14,"target":0},{"source":14,"target":18},{"source":14,"target":82},{"source":14,"target":83},{"source":82,"target":84},{"source":82,"target":14},{"source":83,"target":18},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":51},{"source":15,"target":85},{"source":51,"target":5},{"source":51,"target":86},{"source":51,"target":15},{"source":51,"target":48},{"source":86,"target":5},{"source":85,"target":8},{"source":16,"target":0},{"source":16,"target":87},{"source":87,"target":12},{"source":87,"target":88},{"source":87,"target":16},{"source":88,"target":12},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":89},{"source":17,"target":90},{"source":89,"target":91},{"source":89,"target":17},{"source":90,"target":9},{"source":18,"target":0},{"source":18,"target":20},{"source":18,"target":92},{"source":18,"target":93},{"source":92,"target":5},{"source":92,"target":94},{"source":92,"target":18},{"source":94,"target":5},{"source":93,"target":20},{"source":19,"target":0},{"source":19,"target":26},{"source":19,"target":95},{"source":95,"target":26},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":96},{"source":96,"target":97},{"source":96,"target":21},{"source":22,"target":0},{"source":22,"target":98},{"source":22,"target":99},{"source":98,"target":8},{"source":98,"target":100},{"source":98,"target":22},{"source":100,"target":8},{"source":99,"target":17},{"source":99,"target":101},{"source":99,"target":22},{"source":101,"target":17},{"source":23,"target":0},{"source":23,"target":68},{"source":23,"target":102},{"source":68,"target":10},{"source":68,"target":103},{"source":68,"target":23},{"source":68,"target":62},{"source":103,"target":10},{"source":102,"target":9},{"source":102,"target":104},{"source":102,"target":23},{"source":104,"target":9},{"source":24,"target":0},{"source":24,"target":26},{"source":24,"target":105},{"source":24,"target":106},{"source":105,"target":25},{"source":105,"target":107},{"source":105,"target":24},{"source":107,"target":25},{"source":106,"target":26},{"source":25,"target":0},{"source":25,"target":108},{"source":25,"target":109},{"source":108,"target":16},{"source":108,"target":110},{"source":108,"target":25},{"source":110,"target":16},{"source":109,"target":8},{"source":109,"target":111},{"source":109,"target":25},{"source":111,"target":8},{"source":26,"target":0},{"source":26,"target":72},{"source":26,"target":74},{"source":26,"target":112},{"source":72,"target":10},{"source":72,"target":113},{"source":72,"target":26},{"source":72,"target":65},{"source":113,"target":10},{"source":74,"target":10},{"source":74,"target":114},{"source":74,"target":26},{"source":74,"target":66},{"source":114,"target":10},{"source":112,"target":20},{"source":112,"target":115},{"source":112,"target":26},{"source":115,"target":20}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/diverse-project/k3/k3-sample/aspectinherithanceexample/fsm.ecore
fsm FSM ownedState initialState finalState State owningFSM name outgoingTransition incomingTransition Transition source target input output String java.lang.String java.lang.String
<?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://www.kermeta.org/fsm" nsPrefix="fsm"> <eClassifiers xsi:type="ecore:EClass" name="FSM"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedState" upperBound="-1" eType="#//State" containment="true" eOpposite="#//State/owningFSM"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="#//State"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalState" lowerBound="1" upperBound="-1" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EReference" name="owningFSM" lowerBound="1" eType="#//FSM" eOpposite="#//FSM/ownedState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoingTransition" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransition" upperBound="-1" eType="#//Transition" eOpposite="#//Transition/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//State" eOpposite="#//State/outgoingTransition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//State" eOpposite="#//State/incomingTransition"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="#//String"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"fsm","nsURI":"http://www.kermeta.org/fsm","name":"fsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","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":"Transition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":4,"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":"ownedState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":6,"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":"finalState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"id":8,"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":"owningFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"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":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":"outgoingTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomingTransition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"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":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"input","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":"output","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":5,"target":2},{"source":5,"target":8},{"source":5,"target":1},{"source":5,"target":9},{"source":8,"target":2},{"source":6,"target":2},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":2},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":11,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":9,"target":1},{"source":9,"target":15},{"source":9,"target":2},{"source":9,"target":5},{"source":15,"target":1},{"source":12,"target":4},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":4},{"source":13,"target":3},{"source":13,"target":17},{"source":13,"target":2},{"source":13,"target":18},{"source":17,"target":3},{"source":14,"target":3},{"source":14,"target":19},{"source":14,"target":2},{"source":14,"target":20},{"source":19,"target":3},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":18,"target":2},{"source":18,"target":23},{"source":18,"target":3},{"source":18,"target":13},{"source":23,"target":2},{"source":20,"target":2},{"source":20,"target":24},{"source":20,"target":3},{"source":20,"target":14},{"source":24,"target":2},{"source":21,"target":4},{"source":21,"target":25},{"source":21,"target":3},{"source":25,"target":4},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":3},{"source":26,"target":4},{"source":4,"target":0}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/udaykabe/gra2mol/Grammar2Model.examples.PLSQL2ASTMModel/metamodels/astm.ecore
astm gastm GASTMObject GASTMSourceObject GASTMSemanticObject OtherSyntaxObject StorageSpecification DataType AccessKind UnaryOperator BinaryOperator ActualParameter SourceFile pathName SourceLocation startLine startColumn endLine endColumn inSourceFile Project files outerScope Scope definitionObject childScope GASTMSyntaxObject locationInfo preProcessorElements annotations CompilationUnit language fragments opensScope Name nameString DeclarationOrDefinition isRegister linkageSpecifier storageSpecifiers accessKind Definition identifierName definitionType Declaration defRef identifierName declarationType FunctionDeclaration formalParameters functionMemberAttributes VariableDeclaration isMutable FunctionDefinition returnType formalParameters body functionMemberAttributes opensScope FunctionMemberAttributes isFriend isInline isThisConst virtualSpecifier EntryDefinition formalParameters body DataDefinition isMutable initialValue BitFieldDefinition bitFieldSize EnumLiteralDefinition value TypeDefinition name NamedTypeDefinition definitionType AggregateTypeDefinition aggregateType NameSpaceDefinition nameSpace body nameSpaceType LabelDefinition labelName labelType IncludeUnit file MacroCall refersTo MacroDefinition macroName body Comment text Type isConst isVolatile PrimitiveType isSigned EnumType enumLiterals ConstructedType baseType AggregateType members opensScope ArrayType ranks Dimension lowBound highBound FunctionType returnType parameterTypes FormalParameterType type NamedType body ClassType derivesFrom DerivesFrom isVirtual accessKind className UnnamedTypeReference type NamedTypeReference name type DeleteStatement operand DeclarationOrDefinitionStatement declOrDefn ExpressionStatement expression JumpStatement target BreakStatement target ContinueStatement target LabeledStatement label statement BlockStatement subStatements opensScope EmptyStatement IfStatement condition thenBody elseBody SwitchStatement switchExpression cases SwitchCase body CaseBlock caseExpressions ReturnStatement returnValue LoopStatement condition body ForStatement initBody iterationBody TryStatement guardedStatement catchBlocks finalStatement CatchBlock body TypesCatchBlock exceptions VariableCatchBlock exceptionVariable ThrowStatement exception Expression expressionType NameReference name refersTo ArrayAccess arrayName subscripts QualifiedIdentifierReference qualifiers member TypeQualifiedIdentifierReference aggregateType member Literal value CastExpression castType expression UnaryExpression operator operand BinaryExpression operator leftOperand rightOperand OperatorAssign operator ConditionalExpression condition onTrueOperand onFalseOperand RangeExpression fromExpression toExpression FunctionCallExpression calledFunction actualParams ActualParameterExpression value NewExpression newType actualParams LabelAccess name definition AnnotationExpression annotationType memberValues GlobalScope PreprocessorElement DefinitionObject ProgramScope TypeReference Statement FunctionScope NameSpaceType LabelType AggregateScope BlockScope IdentifierReference FormalParameterDefinition VirtualSpecification FormalParameterDeclaration VariableDefinition FunctionMemberAttribute External FunctionPersistent FileLocal PerClassMember NoDef Virtual PureVirtual NonVirtual ExceptionType Void Byte ShortInteger Integer LongInteger Float Double LongDouble Character String Boolean WideCharacter CollectionType PointerType ReferenceType RangeType StructureType UnionType AnnotationType ByValueFormalParameterType ByReferenceFormalParameterType Public Protected Private TerminateStatement DefaultBlock WhileStatement DoWhileStatement ForCheckBeforeStatement ForCheckAfterStatement AggregateExpression QualifiedOverPointer QualifiedOverData IntegerlLiteral StringLiteral CharLiteral RealLiteral BooleanLiteral BitLiteral UnaryPlus Negate Not BitNot AddressOf Deref Increment Decrement PostIncrement PostDecrement Add Subtract Multiply Divide Modulus Exponent And Or Equal NotEqual Greater NotGreater Less NotLess BitAnd BitOr BitXor BitLeftShift BitRightShift Assign MissingActualParameter ByValueActualParameterExpression ByReferenceActualParameterExpression SpecificTriggerDefinition body SpecificLessEqual SpecificGreaterEqual SpecificIn SpecificLike SpecificConcatString SpecificSelectStatement sastm RDBDatabaseDefinition TableSpace RDBTableSpaceReference RDBUserDefinition Owns RDBTableSpaceDefinition Table RDBTableDefinition PrimKey Column Constraint Index Trigger RDBColumnDefinition NotNull name type RDBViewDefinition DefinedBy RDBCursorDefinition SelectExpression RDBIndex NotNull IsUnique IndexColumn RDBIndexColumn Column AscendingOrDescending RDBTrigger body RDBConstraint RDBCheckConstraint RDBConstraintText RDBConstraintType RDBRefIntegrity ForeignKey ParentKey ParentTable RDBUniqueKey Column RDBConnectStatement ConnectString RDBSelectStatement SelectExpression IntoVariable RDBInsertStatement IntoTable Columns Values RDBModifyStatement Table Where RDBUpdateStatement Values RDBCursorStatement Cursor RDBOpenCursorStatement Values RDBFetchCursorStatement Into RDBHostVariableReference BaseVariable Indicator RDBSelectExpression Table Column Where RDBTableReference Alias RDBTableAlias RDBColumnReference Table RDBDataBaseType RDBUserType RDBTableSpaceType RDBTableType RDBViewType RDBCursorType RDBColumnType RDBInteger RDBInt RDBReal RDBFloat RDBDecimal RDBNumber RDBLong RDBChar RDBVarchar RDBString RDBRaw RDBDate RDBTimestamp RDBRowid RDBBoolean RDBBlob RDBClob RDBNClob RDBBFile RDBDeleteStatement RDBCloseCursorStatement RDBHostVariableExpression
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="astm" nsURI="http://modelum.es/modernization/astm" nsPrefix="astm"> <eSubpackages name="gastm" nsURI="http://modelum.es/modernization/gastm" nsPrefix="gastm"> <eClassifiers xsi:type="ecore:EClass" name="GASTMObject"/> <eClassifiers xsi:type="ecore:EClass" name="GASTMSourceObject" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="GASTMSemanticObject" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="OtherSyntaxObject" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="StorageSpecification" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperator" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ActualParameter" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="SourceFile" eSuperTypes="#//gastm/GASTMSourceObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceLocation" eSuperTypes="#//gastm/GASTMSourceObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inSourceFile" eType="#//gastm/SourceFile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//gastm/GASTMSemanticObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1" eType="#//gastm/CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerScope" eType="#//gastm/GlobalScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#//gastm/GASTMSemanticObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionObject" upperBound="-1" eType="#//gastm/DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childScope" upperBound="-1" eType="#//gastm/Scope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GASTMSyntaxObject" abstract="true" eSuperTypes="#//gastm/GASTMObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="locationInfo" eType="#//gastm/SourceLocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preProcessorElements" upperBound="-1" eType="#//gastm/PreprocessorElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//gastm/AnnotationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//gastm/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//gastm/DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//gastm/ProgramScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//gastm/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinition" abstract="true" eSuperTypes="#//gastm/DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRegister" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkageSpecifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storageSpecifiers" eType="#//gastm/OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#//gastm/OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition" abstract="true" eSuperTypes="#//gastm/DeclarationOrDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#//gastm/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#//gastm/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true" eSuperTypes="#//gastm/DeclarationOrDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="defRef" eType="#//gastm/Definition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#//gastm/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarationType" eType="#//gastm/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//gastm/Declaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//gastm/FormalParameterDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes" eType="#//gastm/FunctionMemberAttributes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//gastm/Declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDefinition" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//gastm/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//gastm/FormalParameterDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//gastm/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes" eType="#//gastm/FunctionMemberAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//gastm/FunctionScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttributes"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFriend" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isThisConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualSpecifier" eType="#//gastm/VirtualSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryDefinition" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//gastm/FormalParameterDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//gastm/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataDefinition" abstract="true" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitFieldDefinition" eSuperTypes="#//gastm/DataDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="bitFieldSize" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralDefinition" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" eSuperTypes="#//gastm/DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//gastm/Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTypeDefinition" eSuperTypes="#//gastm/TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#//gastm/NamedType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregateTypeDefinition" eSuperTypes="#//gastm/TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" eType="#//gastm/AggregateType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameSpaceDefinition" eSuperTypes="#//gastm/DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameSpace" eType="#//gastm/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//gastm/DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nameSpaceType" eType="#//gastm/NameSpaceType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelDefinition" eSuperTypes="#//gastm/DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="labelName" eType="#//gastm/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labelType" eType="#//gastm/LabelType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncludeUnit" eSuperTypes="#//gastm/PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//gastm/SourceFile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MacroCall" eSuperTypes="#//gastm/PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#//gastm/MacroDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MacroDefinition" eSuperTypes="#//gastm/PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="macroName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//gastm/PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//gastm/GASTMSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVolatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//gastm/DataType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="#//gastm/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumLiterals" upperBound="-1" eType="#//gastm/EnumLiteralDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructedType" abstract="true" eSuperTypes="#//gastm/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//gastm/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregateType" abstract="true" eSuperTypes="#//gastm/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//gastm/DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//gastm/AggregateScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//gastm/ConstructedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ranks" upperBound="-1" eType="#//gastm/Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//gastm/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowBound" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="highBound" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//gastm/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//gastm/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterTypes" upperBound="-1" eType="#//gastm/FormalParameterType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterType" abstract="true" eSuperTypes="#//gastm/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//gastm/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedType" eSuperTypes="#//gastm/DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//gastm/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassType" eSuperTypes="#//gastm/AggregateType"> <eStructuralFeatures xsi:type="ecore:EReference" name="derivesFrom" upperBound="-1" eType="#//gastm/DerivesFrom" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerivesFrom" eSuperTypes="#//gastm/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#//gastm/OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="className" eType="#//gastm/NamedType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnnamedTypeReference" eSuperTypes="#//gastm/TypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//gastm/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTypeReference" eSuperTypes="#//gastm/TypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//gastm/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//gastm/TypeDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinitionStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declOrDefn" eType="#//gastm/DefinitionObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JumpStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//gastm/LabelAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//gastm/LabelAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//gastm/LabelDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//gastm/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subStatements" upperBound="-1" eType="#//gastm/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//gastm/BlockScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//gastm/Statement"/> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBody" eType="#//gastm/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//gastm/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="switchExpression" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" eType="#//gastm/SwitchCase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//gastm/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//gastm/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseBlock" eSuperTypes="#//gastm/SwitchCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="caseExpressions" upperBound="-1" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//gastm/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" abstract="true" eSuperTypes="#//gastm/LoopStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initBody" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterationBody" upperBound="-1" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="guardedStatement" eType="#//gastm/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchBlocks" upperBound="-1" eType="#//gastm/CatchBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalStatement" eType="#//gastm/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchBlock" eSuperTypes="#//gastm/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//gastm/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypesCatchBlock" eSuperTypes="#//gastm/CatchBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#//gastm/Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableCatchBlock" eSuperTypes="#//gastm/CatchBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionVariable" eType="#//gastm/DataDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//gastm/GASTMSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionType" eType="#//gastm/TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameReference" abstract="true" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//gastm/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#//gastm/DefinitionObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayName" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subscripts" upperBound="-1" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedIdentifierReference" abstract="true" eSuperTypes="#//gastm/NameReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//gastm/IdentifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeQualifiedIdentifierReference" eSuperTypes="#//gastm/NameReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" upperBound="-1" eType="#//gastm/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//gastm/IdentifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="castType" eType="#//gastm/TypeReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//gastm/OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//gastm/OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorAssign" eSuperTypes="#//gastm/BinaryOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//gastm/OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onTrueOperand" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onFalseOperand" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeExpression" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromExpression" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toExpression" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledFunction" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1" eType="#//gastm/ActualParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActualParameterExpression" eSuperTypes="#//gastm/ActualParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="newType" eType="#//gastm/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1" eType="#//gastm/OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelAccess" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//gastm/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//gastm/LabelDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationExpression" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationType" eType="#//gastm/TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberValues" upperBound="-1" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalScope" eSuperTypes="#//gastm/Scope"/> <eClassifiers xsi:type="ecore:EClass" name="PreprocessorElement" abstract="true" eSuperTypes="#//gastm/GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="DefinitionObject" abstract="true" eSuperTypes="#//gastm/GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="ProgramScope" eSuperTypes="#//gastm/Scope"/> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" abstract="true" eSuperTypes="#//gastm/Type"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//gastm/GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionScope" eSuperTypes="#//gastm/Scope"/> <eClassifiers xsi:type="ecore:EClass" name="NameSpaceType" eSuperTypes="#//gastm/Type"/> <eClassifiers xsi:type="ecore:EClass" name="LabelType" eSuperTypes="#//gastm/Type"/> <eClassifiers xsi:type="ecore:EClass" name="AggregateScope" eSuperTypes="#//gastm/Scope"/> <eClassifiers xsi:type="ecore:EClass" name="BlockScope" eSuperTypes="#//gastm/Scope"/> <eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="#//gastm/NameReference"/> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterDefinition" eSuperTypes="#//gastm/DataDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualSpecification" abstract="true" eSuperTypes="#//gastm/OtherSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterDeclaration" eSuperTypes="#//gastm/Declaration"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDefinition" eSuperTypes="#//gastm/DataDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttribute" eSuperTypes="#//gastm/OtherSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="External" eSuperTypes="#//gastm/StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionPersistent" eSuperTypes="#//gastm/StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FileLocal" eSuperTypes="#//gastm/StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PerClassMember" eSuperTypes="#//gastm/StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="NoDef" eSuperTypes="#//gastm/StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Virtual" eSuperTypes="#//gastm/VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PureVirtual" eSuperTypes="#//gastm/VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="NonVirtual" eSuperTypes="#//gastm/VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExceptionType" eSuperTypes="#//gastm/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Byte" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ShortInteger" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="LongInteger" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="LongDouble" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Character" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="WideCharacter" eSuperTypes="#//gastm/PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//gastm/ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="PointerType" eSuperTypes="#//gastm/ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//gastm/ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="RangeType" eSuperTypes="#//gastm/ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="StructureType" eSuperTypes="#//gastm/AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//gastm/AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationType" eSuperTypes="#//gastm/AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="ByValueFormalParameterType" eSuperTypes="#//gastm/FormalParameterType"/> <eClassifiers xsi:type="ecore:EClass" name="ByReferenceFormalParameterType" eSuperTypes="#//gastm/FormalParameterType"/> <eClassifiers xsi:type="ecore:EClass" name="Public" eSuperTypes="#//gastm/AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="Protected" eSuperTypes="#//gastm/AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="Private" eSuperTypes="#//gastm/AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="TerminateStatement" eSuperTypes="#//gastm/Statement"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultBlock" eSuperTypes="#//gastm/SwitchCase"/> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//gastm/LoopStatement"/> <eClassifiers xsi:type="ecore:EClass" name="DoWhileStatement" eSuperTypes="#//gastm/LoopStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ForCheckBeforeStatement" eSuperTypes="#//gastm/ForStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ForCheckAfterStatement" eSuperTypes="#//gastm/ForStatement"/> <eClassifiers xsi:type="ecore:EClass" name="AggregateExpression" eSuperTypes="#//gastm/Expression"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedOverPointer" eSuperTypes="#//gastm/QualifiedIdentifierReference"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedOverData" eSuperTypes="#//gastm/QualifiedIdentifierReference"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerlLiteral" eSuperTypes="#//gastm/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//gastm/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="CharLiteral" eSuperTypes="#//gastm/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//gastm/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//gastm/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BitLiteral" eSuperTypes="#//gastm/Literal"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryPlus" eSuperTypes="#//gastm/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Negate" eSuperTypes="#//gastm/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//gastm/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitNot" eSuperTypes="#//gastm/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AddressOf" eSuperTypes="#//gastm/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Deref" eSuperTypes="#//gastm/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Increment" eSuperTypes="#//gastm/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Decrement" eSuperTypes="#//gastm/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PostIncrement" eSuperTypes="#//gastm/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PostDecrement" eSuperTypes="#//gastm/UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Add" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Subtract" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Divide" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Modulus" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Exponent" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotGreater" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotLess" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitAnd" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitOr" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitXor" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitLeftShift" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitRightShift" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="MissingActualParameter" eSuperTypes="#//gastm/ActualParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ByValueActualParameterExpression" eSuperTypes="#//gastm/ActualParameterExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ByReferenceActualParameterExpression" eSuperTypes="#//gastm/ActualParameterExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificTriggerDefinition" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//gastm/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificLessEqual" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificGreaterEqual" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificIn" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificLike" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificConcatString" eSuperTypes="#//gastm/BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificSelectStatement" eSuperTypes="#//gastm/Statement"/> </eSubpackages> <eSubpackages name="sastm" nsURI="http://modelum.es/modernization/sastm" nsPrefix="sastm"> <eClassifiers xsi:type="ecore:EClass" name="RDBDatabaseDefinition" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="TableSpace" upperBound="-1" eType="#//sastm/RDBTableSpaceReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTableSpaceReference"/> <eClassifiers xsi:type="ecore:EClass" name="RDBUserDefinition" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="Owns" upperBound="-1" eType="#//gastm/NameSpaceDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTableSpaceDefinition" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="Table" upperBound="-1" eType="#//gastm/NameSpaceDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTableDefinition" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="PrimKey" upperBound="-1" eType="#//sastm/RDBColumnReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Column" upperBound="-1" eType="#//sastm/RDBColumnDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Constraint" upperBound="-1" eType="#//sastm/RDBConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Index" upperBound="-1" eType="#//sastm/RDBIndex" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Trigger" upperBound="-1" eType="#//sastm/RDBTrigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBColumnDefinition" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="NotNull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//gastm/Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//sastm/RDBColumnType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBViewDefinition" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="DefinedBy" eType="#//gastm/AggregateTypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBCursorDefinition" eSuperTypes="#//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="SelectExpression" eType="#//gastm/AggregateTypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBIndex" eSuperTypes="#//gastm/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="NotNull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IsUnique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IndexColumn" upperBound="-1" eType="#//gastm/Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBIndexColumn" eSuperTypes="#//gastm/OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="Column" eType="#//gastm/IncludeUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="AscendingOrDescending" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTrigger" eSuperTypes="#//gastm/OtherSyntaxObject #//gastm/Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//gastm/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBConstraint" eSuperTypes="#//gastm/OtherSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="RDBCheckConstraint" eSuperTypes="#//sastm/RDBConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RDBConstraintText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RDBConstraintType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBRefIntegrity" eSuperTypes="#//sastm/RDBConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="ForeignKey" upperBound="-1" eType="#//sastm/RDBColumnReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ParentKey" upperBound="-1" eType="#//sastm/RDBColumnReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ParentTable" eType="#//sastm/RDBTableReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBUniqueKey" eSuperTypes="#//sastm/RDBConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="Column" upperBound="-1" eType="#//sastm/RDBColumnReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBConnectStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ConnectString" eType="#//gastm/NamedTypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBSelectStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="SelectExpression" eType="#//sastm/RDBSelectExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntoVariable" upperBound="-1" eType="#//sastm/RDBHostVariableReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBInsertStatement" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="IntoTable" upperBound="-1" eType="#//gastm/NameSpaceDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Columns" upperBound="-1" eType="#//gastm/IncludeUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Values" upperBound="-1" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBModifyStatement" abstract="true" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Table" upperBound="-1" eType="#//gastm/NameSpaceDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Where" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBUpdateStatement" eSuperTypes="#//sastm/RDBModifyStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Values" upperBound="-1" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBCursorStatement" abstract="true" eSuperTypes="#//gastm/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Cursor" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBOpenCursorStatement" eSuperTypes="#//sastm/RDBCursorStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Values" upperBound="-1" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBFetchCursorStatement" eSuperTypes="#//sastm/RDBCursorStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Into" upperBound="-1" eType="#//sastm/RDBHostVariableReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBHostVariableReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="BaseVariable" eType="#//gastm/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Indicator" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBSelectExpression" eSuperTypes="#//gastm/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="Table" upperBound="-1" eType="#//sastm/RDBTableReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Column" upperBound="-1" eType="#//sastm/RDBColumnReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Where" upperBound="-1" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTableReference" eSuperTypes="#//gastm/IdentifierReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="Alias" eType="#//gastm/LabelDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTableAlias" eSuperTypes="#//gastm/IdentifierReference"/> <eClassifiers xsi:type="ecore:EClass" name="RDBColumnReference" eSuperTypes="#//gastm/IdentifierReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="Table" eType="#//gastm/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBDataBaseType" eSuperTypes="#//gastm/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBUserType" eSuperTypes="#//gastm/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBTableSpaceType" eSuperTypes="#//gastm/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBTableType" eSuperTypes="#//gastm/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBViewType" eSuperTypes="#//gastm/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBCursorType" eSuperTypes="#//gastm/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBColumnType" abstract="true" eSuperTypes="#//gastm/DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBInteger" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBInt" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBReal" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBFloat" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBDecimal" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBNumber" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBLong" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBChar" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBVarchar" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBString" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBRaw" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBDate" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBTimestamp" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBRowid" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBBoolean" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBBlob" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBClob" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBNClob" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBBFile" eSuperTypes="#//sastm/RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBDeleteStatement" eSuperTypes="#//sastm/RDBModifyStatement"/> <eClassifiers xsi:type="ecore:EClass" name="RDBCloseCursorStatement" eSuperTypes="#//sastm/RDBCursorStatement"/> <eClassifiers xsi:type="ecore:EClass" name="RDBHostVariableExpression" eSuperTypes="#//gastm/Expression"/> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"astm","nsURI":"http://modelum.es/modernization/astm","name":"astm","id":0,"eClass":"EPackage"},{"nsPrefix":"gastm","nsURI":"http://modelum.es/modernization/gastm","name":"gastm","id":1,"eClass":"EPackage"},{"nsPrefix":"sastm","nsURI":"http://modelum.es/modernization/sastm","name":"sastm","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMObject","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSourceObject","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSemanticObject","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherSyntaxObject","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageSpecification","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessKind","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameter","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceFile","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceLocation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSyntaxObject","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinition","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDefinition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttributes","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryDefinition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataDefinition","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitFieldDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeDefinition","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateTypeDefinition","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceDefinition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelDefinition","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludeUnit","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroCall","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroDefinition","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructedType","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateType","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterType","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedType","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassType","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivesFrom","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnnamedTypeReference","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeReference","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeclarationOrDefinitionStatement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseBlock","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypesCatchBlock","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCatchBlock","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameReference","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedIdentifierReference","instanceClass":null,"abstract":true,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeQualifiedIdentifierReference","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorAssign","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameterExpression","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelAccess","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationExpression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScope","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreprocessorElement","instanceClass":null,"abstract":true,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionObject","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramScope","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionScope","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceType","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelType","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateScope","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockScope","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDefinition","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualSpecification","instanceClass":null,"abstract":true,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDeclaration","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDefinition","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttribute","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPersistent","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileLocal","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerClassMember","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoDef","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virtual","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PureVirtual","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonVirtual","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionType","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortInteger","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongInteger","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongDouble","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Character","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WideCharacter","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeType","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureType","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationType","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueFormalParameterType","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceFormalParameterType","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminateStatement","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultBlock","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileStatement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckBeforeStatement","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckAfterStatement","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateExpression","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverPointer","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverData","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerlLiteral","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharLiteral","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLiteral","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryPlus","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negate","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitNot","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressOf","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deref","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Increment","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decrement","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostIncrement","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostDecrement","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtract","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Divide","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulus","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exponent","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotGreater","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotLess","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitAnd","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitOr","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitXor","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLeftShift","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitRightShift","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MissingActualParameter","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueActualParameterExpression","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceActualParameterExpression","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificTriggerDefinition","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLessEqual","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificGreaterEqual","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificIn","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLike","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificConcatString","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificSelectStatement","instanceClass":null,"abstract":false,"id":196,"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":"pathName","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"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":200,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startColumn","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endLine","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endColumn","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inSourceFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"container":false,"ordered":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":211,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outerScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"childScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"locationInfo","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":"preProcessorElements","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":"annotations","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,"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":228,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameString","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRegister","changeable":true,"lowerBound":0,"iD":false,"id":238,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkageSpecifier","changeable":true,"lowerBound":0,"iD":false,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageSpecifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identifierName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"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":"defRef","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":"identifierName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarationType","changeable":true,"resolveProxies":true,"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":"formalParameters","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":"functionMemberAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":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":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":true,"unsettable":false,"transient":false,"unique":true,"name":"functionMemberAttributes","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":true,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFriend","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInline","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isThisConst","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"container":false,"ordered":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":292,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"bitFieldSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"container":false,"ordered":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":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"container":false,"ordered":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":302,"derived":false},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameSpace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameSpaceType","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"labelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","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":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"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":"macroName","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConst","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVolatile","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSigned","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumLiterals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"opensScope","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ranks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"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":"lowBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"highBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":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":388,"derived":false},{"container":false,"ordered":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":389,"derived":false},{"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declOrDefn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":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":399,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":408,"derived":false},{"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":"label","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":"statement","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subStatements","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":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"container":false,"ordered":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":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":429,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","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":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":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"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":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"container":false,"ordered":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":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterationBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardedStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":453,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"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":"body","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":"exceptions","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":"exceptionVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"container":false,"ordered":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":475,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"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":"arrayName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"container":false,"ordered":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":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"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":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"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":495,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"castType","changeable":true,"resolveProxies":true,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"container":false,"ordered":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":503,"derived":false},{"container":false,"ordered":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":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":509,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"container":false,"ordered":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":515,"derived":false},{"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onTrueOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onFalseOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":525,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calledFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":544,"derived":false},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"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"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"container":false,"ordered":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":651,"derived":false},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBDatabaseDefinition","instanceClass":null,"abstract":false,"id":660,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableSpaceReference","instanceClass":null,"abstract":false,"id":661,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBUserDefinition","instanceClass":null,"abstract":false,"id":662,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableSpaceDefinition","instanceClass":null,"abstract":false,"id":663,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableDefinition","instanceClass":null,"abstract":false,"id":664,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBColumnDefinition","instanceClass":null,"abstract":false,"id":665,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBViewDefinition","instanceClass":null,"abstract":false,"id":666,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBCursorDefinition","instanceClass":null,"abstract":false,"id":667,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBIndex","instanceClass":null,"abstract":false,"id":668,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBIndexColumn","instanceClass":null,"abstract":false,"id":669,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTrigger","instanceClass":null,"abstract":false,"id":670,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBConstraint","instanceClass":null,"abstract":false,"id":671,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBCheckConstraint","instanceClass":null,"abstract":false,"id":672,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBRefIntegrity","instanceClass":null,"abstract":false,"id":673,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBUniqueKey","instanceClass":null,"abstract":false,"id":674,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBConnectStatement","instanceClass":null,"abstract":false,"id":675,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBSelectStatement","instanceClass":null,"abstract":false,"id":676,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBInsertStatement","instanceClass":null,"abstract":false,"id":677,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBModifyStatement","instanceClass":null,"abstract":true,"id":678,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBUpdateStatement","instanceClass":null,"abstract":false,"id":679,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBCursorStatement","instanceClass":null,"abstract":true,"id":680,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBOpenCursorStatement","instanceClass":null,"abstract":false,"id":681,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBFetchCursorStatement","instanceClass":null,"abstract":false,"id":682,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBHostVariableReference","instanceClass":null,"abstract":false,"id":683,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBSelectExpression","instanceClass":null,"abstract":false,"id":684,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableReference","instanceClass":null,"abstract":false,"id":685,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableAlias","instanceClass":null,"abstract":false,"id":686,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBColumnReference","instanceClass":null,"abstract":false,"id":687,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBDataBaseType","instanceClass":null,"abstract":false,"id":688,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBUserType","instanceClass":null,"abstract":false,"id":689,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableSpaceType","instanceClass":null,"abstract":false,"id":690,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableType","instanceClass":null,"abstract":false,"id":691,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBViewType","instanceClass":null,"abstract":false,"id":692,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBCursorType","instanceClass":null,"abstract":false,"id":693,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBColumnType","instanceClass":null,"abstract":true,"id":694,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBInteger","instanceClass":null,"abstract":false,"id":695,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBInt","instanceClass":null,"abstract":false,"id":696,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBReal","instanceClass":null,"abstract":false,"id":697,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBFloat","instanceClass":null,"abstract":false,"id":698,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBDecimal","instanceClass":null,"abstract":false,"id":699,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBNumber","instanceClass":null,"abstract":false,"id":700,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBLong","instanceClass":null,"abstract":false,"id":701,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBChar","instanceClass":null,"abstract":false,"id":702,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBVarchar","instanceClass":null,"abstract":false,"id":703,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBString","instanceClass":null,"abstract":false,"id":704,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBRaw","instanceClass":null,"abstract":false,"id":705,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBDate","instanceClass":null,"abstract":false,"id":706,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTimestamp","instanceClass":null,"abstract":false,"id":707,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBRowid","instanceClass":null,"abstract":false,"id":708,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBBoolean","instanceClass":null,"abstract":false,"id":709,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBBlob","instanceClass":null,"abstract":false,"id":710,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBClob","instanceClass":null,"abstract":false,"id":711,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBNClob","instanceClass":null,"abstract":false,"id":712,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBBFile","instanceClass":null,"abstract":false,"id":713,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBDeleteStatement","instanceClass":null,"abstract":false,"id":714,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBCloseCursorStatement","instanceClass":null,"abstract":false,"id":715,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBHostVariableExpression","instanceClass":null,"abstract":false,"id":716,"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":"TableSpace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":717,"derived":false},{"id":718,"eClass":"EGenericType"},{"id":719,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Owns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":720,"derived":false},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":723,"derived":false},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"PrimKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":726,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":727,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":728,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":729,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":730,"derived":false},{"id":731,"eClass":"EGenericType"},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"id":736,"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":"NotNull","changeable":true,"lowerBound":0,"iD":false,"id":737,"derived":false},{"container":false,"ordered":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":738,"derived":false},{"container":false,"ordered":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":739,"derived":false},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"DefinedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":744,"derived":false},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"SelectExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":747,"derived":false},{"id":748,"eClass":"EGenericType"},{"id":749,"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":"NotNull","changeable":true,"lowerBound":0,"iD":false,"id":750,"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":"IsUnique","changeable":true,"lowerBound":0,"iD":false,"id":751,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IndexColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":752,"derived":false},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"id":755,"eClass":"EGenericType"},{"id":756,"eClass":"EGenericType"},{"container":false,"ordered":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":757,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"AscendingOrDescending","changeable":true,"lowerBound":0,"iD":false,"id":758,"derived":false},{"id":759,"eClass":"EGenericType"},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"container":false,"ordered":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":762,"derived":false},{"id":763,"eClass":"EGenericType"},{"id":764,"eClass":"EGenericType"},{"id":765,"eClass":"EGenericType"},{"id":766,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RDBConstraintText","changeable":true,"lowerBound":0,"iD":false,"id":767,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RDBConstraintType","changeable":true,"lowerBound":0,"iD":false,"id":768,"derived":false},{"id":769,"eClass":"EGenericType"},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ForeignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":772,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ParentKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":773,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ParentTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":774,"derived":false},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"id":778,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":779,"derived":false},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ConnectString","changeable":true,"resolveProxies":true,"lowerBound":0,"id":782,"derived":false},{"id":783,"eClass":"EGenericType"},{"id":784,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"SelectExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":785,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntoVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":786,"derived":false},{"id":787,"eClass":"EGenericType"},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntoTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":790,"derived":false},{"container":false,"ordered":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":791,"derived":false},{"container":false,"ordered":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":792,"derived":false},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"id":796,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":797,"derived":false},{"container":false,"ordered":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":798,"derived":false},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"id":801,"eClass":"EGenericType"},{"container":false,"ordered":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":802,"derived":false},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Cursor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":805,"derived":false},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"container":false,"ordered":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":808,"derived":false},{"id":809,"eClass":"EGenericType"},{"id":810,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Into","changeable":true,"resolveProxies":true,"lowerBound":0,"id":811,"derived":false},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BaseVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":814,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Indicator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":815,"derived":false},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":818,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":819,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":820,"derived":false},{"id":821,"eClass":"EGenericType"},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Alias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":825,"derived":false},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"container":false,"ordered":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":829,"derived":false},{"id":830,"eClass":"EGenericType"},{"id":831,"eClass":"EGenericType"},{"id":832,"eClass":"EGenericType"},{"id":833,"eClass":"EGenericType"},{"id":834,"eClass":"EGenericType"},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"id":837,"eClass":"EGenericType"},{"id":838,"eClass":"EGenericType"},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"id":841,"eClass":"EGenericType"},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"EGenericType"},{"id":847,"eClass":"EGenericType"},{"id":848,"eClass":"EGenericType"},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"id":853,"eClass":"EGenericType"},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"id":860,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":1,"target":49},{"source":1,"target":50},{"source":1,"target":51},{"source":1,"target":52},{"source":1,"target":53},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":1,"target":61},{"source":1,"target":62},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":1,"target":70},{"source":1,"target":71},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":1,"target":75},{"source":1,"target":76},{"source":1,"target":77},{"source":1,"target":78},{"source":1,"target":79},{"source":1,"target":80},{"source":1,"target":81},{"source":1,"target":82},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":1,"target":88},{"source":1,"target":89},{"source":1,"target":90},{"source":1,"target":91},{"source":1,"target":92},{"source":1,"target":93},{"source":1,"target":94},{"source":1,"target":95},{"source":1,"target":96},{"source":1,"target":97},{"source":1,"target":98},{"source":1,"target":99},{"source":1,"target":100},{"source":1,"target":101},{"source":1,"target":102},{"source":1,"target":103},{"source":1,"target":104},{"source":1,"target":105},{"source":1,"target":106},{"source":1,"target":107},{"source":1,"target":108},{"source":1,"target":109},{"source":1,"target":110},{"source":1,"target":111},{"source":1,"target":112},{"source":1,"target":113},{"source":1,"target":114},{"source":1,"target":115},{"source":1,"target":116},{"source":1,"target":117},{"source":1,"target":118},{"source":1,"target":119},{"source":1,"target":120},{"source":1,"target":121},{"source":1,"target":122},{"source":1,"target":123},{"source":1,"target":124},{"source":1,"target":125},{"source":1,"target":126},{"source":1,"target":127},{"source":1,"target":128},{"source":1,"target":129},{"source":1,"target":130},{"source":1,"target":131},{"source":1,"target":132},{"source":1,"target":133},{"source":1,"target":134},{"source":1,"target":135},{"source":1,"target":136},{"source":1,"target":137},{"source":1,"target":138},{"source":1,"target":139},{"source":1,"target":140},{"source":1,"target":141},{"source":1,"target":142},{"source":1,"target":143},{"source":1,"target":144},{"source":1,"target":145},{"source":1,"target":146},{"source":1,"target":147},{"source":1,"target":148},{"source":1,"target":149},{"source":1,"target":150},{"source":1,"target":151},{"source":1,"target":152},{"source":1,"target":153},{"source":1,"target":154},{"source":1,"target":155},{"source":1,"target":156},{"source":1,"target":157},{"source":1,"target":158},{"source":1,"target":159},{"source":1,"target":160},{"source":1,"target":161},{"source":1,"target":162},{"source":1,"target":163},{"source":1,"target":164},{"source":1,"target":165},{"source":1,"target":166},{"source":1,"target":167},{"source":1,"target":168},{"source":1,"target":169},{"source":1,"target":170},{"source":1,"target":171},{"source":1,"target":172},{"source":1,"target":173},{"source":1,"target":174},{"source":1,"target":175},{"source":1,"target":176},{"source":1,"target":177},{"source":1,"target":178},{"source":1,"target":179},{"source":1,"target":180},{"source":1,"target":181},{"source":1,"target":182},{"source":1,"target":183},{"source":1,"target":184},{"source":1,"target":185},{"source":1,"target":186},{"source":1,"target":187},{"source":1,"target":188},{"source":1,"target":189},{"source":1,"target":190},{"source":1,"target":191},{"source":1,"target":192},{"source":1,"target":193},{"source":1,"target":194},{"source":1,"target":195},{"source":1,"target":196},{"source":1,"target":0},{"source":3,"target":1},{"source":4,"target":1},{"source":5,"target":1},{"source":6,"target":1},{"source":7,"target":1},{"source":8,"target":1},{"source":9,"target":1},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":1},{"source":13,"target":1},{"source":13,"target":4},{"source":13,"target":197},{"source":13,"target":198},{"source":197,"target":199},{"source":197,"target":13},{"source":198,"target":4},{"source":14,"target":1},{"source":14,"target":4},{"source":14,"target":200},{"source":14,"target":201},{"source":14,"target":202},{"source":14,"target":203},{"source":14,"target":204},{"source":14,"target":205},{"source":200,"target":206},{"source":200,"target":14},{"source":201,"target":207},{"source":201,"target":14},{"source":202,"target":208},{"source":202,"target":14},{"source":203,"target":209},{"source":203,"target":14},{"source":204,"target":13},{"source":204,"target":210},{"source":204,"target":14},{"source":210,"target":13},{"source":205,"target":4},{"source":15,"target":1},{"source":15,"target":5},{"source":15,"target":211},{"source":15,"target":212},{"source":15,"target":213},{"source":211,"target":18},{"source":211,"target":214},{"source":211,"target":15},{"source":214,"target":18},{"source":212,"target":92},{"source":212,"target":215},{"source":212,"target":15},{"source":215,"target":92},{"source":213,"target":5},{"source":16,"target":1},{"source":16,"target":5},{"source":16,"target":216},{"source":16,"target":217},{"source":16,"target":218},{"source":216,"target":94},{"source":216,"target":219},{"source":216,"target":16},{"source":219,"target":94},{"source":217,"target":16},{"source":217,"target":220},{"source":217,"target":16},{"source":220,"target":16},{"source":218,"target":5},{"source":17,"target":1},{"source":17,"target":3},{"source":17,"target":221},{"source":17,"target":222},{"source":17,"target":223},{"source":17,"target":224},{"source":221,"target":14},{"source":221,"target":225},{"source":221,"target":17},{"source":225,"target":14},{"source":222,"target":93},{"source":222,"target":226},{"source":222,"target":17},{"source":226,"target":93},{"source":223,"target":91},{"source":223,"target":227},{"source":223,"target":17},{"source":227,"target":91},{"source":224,"target":3},{"source":18,"target":1},{"source":18,"target":6},{"source":18,"target":228},{"source":18,"target":229},{"source":18,"target":230},{"source":18,"target":231},{"source":228,"target":232},{"source":228,"target":18},{"source":229,"target":94},{"source":229,"target":233},{"source":229,"target":18},{"source":233,"target":94},{"source":230,"target":95},{"source":230,"target":234},{"source":230,"target":18},{"source":234,"target":95},{"source":231,"target":6},{"source":19,"target":1},{"source":19,"target":6},{"source":19,"target":235},{"source":19,"target":236},{"source":235,"target":237},{"source":235,"target":19},{"source":236,"target":6},{"source":20,"target":1},{"source":20,"target":94},{"source":20,"target":238},{"source":20,"target":239},{"source":20,"target":240},{"source":20,"target":241},{"source":20,"target":242},{"source":238,"target":243},{"source":238,"target":20},{"source":239,"target":244},{"source":239,"target":20},{"source":240,"target":6},{"source":240,"target":245},{"source":240,"target":20},{"source":245,"target":6},{"source":241,"target":6},{"source":241,"target":246},{"source":241,"target":20},{"source":246,"target":6},{"source":242,"target":94},{"source":21,"target":1},{"source":21,"target":20},{"source":21,"target":247},{"source":21,"target":248},{"source":21,"target":249},{"source":247,"target":19},{"source":247,"target":250},{"source":247,"target":21},{"source":250,"target":19},{"source":248,"target":96},{"source":248,"target":251},{"source":248,"target":21},{"source":251,"target":96},{"source":249,"target":20},{"source":22,"target":1},{"source":22,"target":20},{"source":22,"target":252},{"source":22,"target":253},{"source":22,"target":254},{"source":22,"target":255},{"source":252,"target":21},{"source":252,"target":256},{"source":252,"target":22},{"source":256,"target":21},{"source":253,"target":19},{"source":253,"target":257},{"source":253,"target":22},{"source":257,"target":19},{"source":254,"target":96},{"source":254,"target":258},{"source":254,"target":22},{"source":258,"target":96},{"source":255,"target":20},{"source":23,"target":1},{"source":23,"target":22},{"source":23,"target":259},{"source":23,"target":260},{"source":23,"target":261},{"source":259,"target":106},{"source":259,"target":262},{"source":259,"target":23},{"source":262,"target":106},{"source":260,"target":26},{"source":260,"target":263},{"source":260,"target":23},{"source":263,"target":26},{"source":261,"target":22},{"source":24,"target":1},{"source":24,"target":22},{"source":24,"target":264},{"source":24,"target":265},{"source":264,"target":266},{"source":264,"target":24},{"source":265,"target":22},{"source":25,"target":1},{"source":25,"target":21},{"source":25,"target":267},{"source":25,"target":268},{"source":25,"target":269},{"source":25,"target":270},{"source":25,"target":271},{"source":25,"target":272},{"source":267,"target":96},{"source":267,"target":273},{"source":267,"target":25},{"source":273,"target":96},{"source":268,"target":104},{"source":268,"target":274},{"source":268,"target":25},{"source":274,"target":104},{"source":269,"target":97},{"source":269,"target":275},{"source":269,"target":25},{"source":275,"target":97},{"source":270,"target":26},{"source":270,"target":276},{"source":270,"target":25},{"source":276,"target":26},{"source":271,"target":98},{"source":271,"target":277},{"source":271,"target":25},{"source":277,"target":98},{"source":272,"target":21},{"source":26,"target":1},{"source":26,"target":278},{"source":26,"target":279},{"source":26,"target":280},{"source":26,"target":281},{"source":278,"target":282},{"source":278,"target":26},{"source":279,"target":283},{"source":279,"target":26},{"source":280,"target":284},{"source":280,"target":26},{"source":281,"target":105},{"source":281,"target":285},{"source":281,"target":26},{"source":285,"target":105},{"source":27,"target":1},{"source":27,"target":21},{"source":27,"target":286},{"source":27,"target":287},{"source":27,"target":288},{"source":286,"target":104},{"source":286,"target":289},{"source":286,"target":27},{"source":289,"target":104},{"source":287,"target":97},{"source":287,"target":290},{"source":287,"target":27},{"source":290,"target":97},{"source":288,"target":21},{"source":28,"target":1},{"source":28,"target":21},{"source":28,"target":291},{"source":28,"target":292},{"source":28,"target":293},{"source":291,"target":294},{"source":291,"target":28},{"source":292,"target":75},{"source":292,"target":295},{"source":292,"target":28},{"source":295,"target":75},{"source":293,"target":21},{"source":29,"target":1},{"source":29,"target":28},{"source":29,"target":296},{"source":29,"target":297},{"source":296,"target":75},{"source":296,"target":298},{"source":296,"target":29},{"source":298,"target":75},{"source":297,"target":28},{"source":30,"target":1},{"source":30,"target":21},{"source":30,"target":299},{"source":30,"target":300},{"source":299,"target":75},{"source":299,"target":301},{"source":299,"target":30},{"source":301,"target":75},{"source":300,"target":21},{"source":31,"target":1},{"source":31,"target":94},{"source":31,"target":302},{"source":31,"target":303},{"source":302,"target":19},{"source":302,"target":304},{"source":302,"target":31},{"source":304,"target":19},{"source":303,"target":94},{"source":32,"target":1},{"source":32,"target":31},{"source":32,"target":305},{"source":32,"target":306},{"source":305,"target":49},{"source":305,"target":307},{"source":305,"target":32},{"source":307,"target":49},{"source":306,"target":31},{"source":33,"target":1},{"source":33,"target":31},{"source":33,"target":308},{"source":33,"target":309},{"source":308,"target":44},{"source":308,"target":310},{"source":308,"target":33},{"source":310,"target":44},{"source":309,"target":31},{"source":34,"target":1},{"source":34,"target":94},{"source":34,"target":311},{"source":34,"target":312},{"source":34,"target":313},{"source":34,"target":314},{"source":311,"target":19},{"source":311,"target":315},{"source":311,"target":34},{"source":315,"target":19},{"source":312,"target":94},{"source":312,"target":316},{"source":312,"target":34},{"source":316,"target":94},{"source":313,"target":99},{"source":313,"target":317},{"source":313,"target":34},{"source":317,"target":99},{"source":314,"target":94},{"source":35,"target":1},{"source":35,"target":94},{"source":35,"target":318},{"source":35,"target":319},{"source":35,"target":320},{"source":318,"target":19},{"source":318,"target":321},{"source":318,"target":35},{"source":321,"target":19},{"source":319,"target":100},{"source":319,"target":322},{"source":319,"target":35},{"source":322,"target":100},{"source":320,"target":94},{"source":36,"target":1},{"source":36,"target":93},{"source":36,"target":323},{"source":36,"target":324},{"source":323,"target":13},{"source":323,"target":325},{"source":323,"target":36},{"source":325,"target":13},{"source":324,"target":93},{"source":37,"target":1},{"source":37,"target":93},{"source":37,"target":326},{"source":37,"target":327},{"source":326,"target":38},{"source":326,"target":328},{"source":326,"target":37},{"source":328,"target":38},{"source":327,"target":93},{"source":38,"target":1},{"source":38,"target":93},{"source":38,"target":329},{"source":38,"target":330},{"source":38,"target":331},{"source":329,"target":332},{"source":329,"target":38},{"source":330,"target":333},{"source":330,"target":38},{"source":331,"target":93},{"source":39,"target":1},{"source":39,"target":93},{"source":39,"target":334},{"source":39,"target":335},{"source":334,"target":336},{"source":334,"target":39},{"source":335,"target":93},{"source":40,"target":1},{"source":40,"target":17},{"source":40,"target":337},{"source":40,"target":338},{"source":40,"target":339},{"source":337,"target":340},{"source":337,"target":40},{"source":338,"target":341},{"source":338,"target":40},{"source":339,"target":17},{"source":41,"target":1},{"source":41,"target":8},{"source":41,"target":342},{"source":41,"target":343},{"source":342,"target":344},{"source":342,"target":41},{"source":343,"target":8},{"source":42,"target":1},{"source":42,"target":8},{"source":42,"target":345},{"source":42,"target":346},{"source":345,"target":30},{"source":345,"target":347},{"source":345,"target":42},{"source":347,"target":30},{"source":346,"target":8},{"source":43,"target":1},{"source":43,"target":8},{"source":43,"target":348},{"source":43,"target":349},{"source":348,"target":96},{"source":348,"target":350},{"source":348,"target":43},{"source":350,"target":96},{"source":349,"target":8},{"source":44,"target":1},{"source":44,"target":8},{"source":44,"target":351},{"source":44,"target":352},{"source":44,"target":353},{"source":351,"target":94},{"source":351,"target":354},{"source":351,"target":44},{"source":354,"target":94},{"source":352,"target":101},{"source":352,"target":355},{"source":352,"target":44},{"source":355,"target":101},{"source":353,"target":8},{"source":45,"target":1},{"source":45,"target":43},{"source":45,"target":356},{"source":45,"target":357},{"source":356,"target":46},{"source":356,"target":358},{"source":356,"target":45},{"source":358,"target":46},{"source":357,"target":43},{"source":46,"target":1},{"source":46,"target":6},{"source":46,"target":359},{"source":46,"target":360},{"source":46,"target":361},{"source":359,"target":75},{"source":359,"target":362},{"source":359,"target":46},{"source":362,"target":75},{"source":360,"target":75},{"source":360,"target":363},{"source":360,"target":46},{"source":363,"target":75},{"source":361,"target":6},{"source":47,"target":1},{"source":47,"target":40},{"source":47,"target":364},{"source":47,"target":365},{"source":47,"target":366},{"source":364,"target":96},{"source":364,"target":367},{"source":364,"target":47},{"source":367,"target":96},{"source":365,"target":48},{"source":365,"target":368},{"source":365,"target":47},{"source":368,"target":48},{"source":366,"target":40},{"source":48,"target":1},{"source":48,"target":8},{"source":48,"target":369},{"source":48,"target":370},{"source":369,"target":96},{"source":369,"target":371},{"source":369,"target":48},{"source":371,"target":96},{"source":370,"target":8},{"source":49,"target":1},{"source":49,"target":8},{"source":49,"target":372},{"source":49,"target":373},{"source":372,"target":40},{"source":372,"target":374},{"source":372,"target":49},{"source":374,"target":40},{"source":373,"target":8},{"source":50,"target":1},{"source":50,"target":44},{"source":50,"target":375},{"source":50,"target":376},{"source":375,"target":51},{"source":375,"target":377},{"source":375,"target":50},{"source":377,"target":51},{"source":376,"target":44},{"source":51,"target":1},{"source":51,"target":6},{"source":51,"target":378},{"source":51,"target":379},{"source":51,"target":380},{"source":51,"target":381},{"source":378,"target":382},{"source":378,"target":51},{"source":379,"target":6},{"source":379,"target":383},{"source":379,"target":51},{"source":383,"target":6},{"source":380,"target":49},{"source":380,"target":384},{"source":380,"target":51},{"source":384,"target":49},{"source":381,"target":6},{"source":52,"target":1},{"source":52,"target":96},{"source":52,"target":385},{"source":52,"target":386},{"source":385,"target":40},{"source":385,"target":387},{"source":385,"target":52},{"source":387,"target":40},{"source":386,"target":96},{"source":53,"target":1},{"source":53,"target":96},{"source":53,"target":388},{"source":53,"target":389},{"source":53,"target":390},{"source":388,"target":19},{"source":388,"target":391},{"source":388,"target":53},{"source":391,"target":19},{"source":389,"target":31},{"source":389,"target":392},{"source":389,"target":53},{"source":392,"target":31},{"source":390,"target":96},{"source":54,"target":1},{"source":54,"target":97},{"source":54,"target":393},{"source":54,"target":394},{"source":393,"target":75},{"source":393,"target":395},{"source":393,"target":54},{"source":395,"target":75},{"source":394,"target":97},{"source":55,"target":1},{"source":55,"target":97},{"source":55,"target":396},{"source":55,"target":397},{"source":396,"target":94},{"source":396,"target":398},{"source":396,"target":55},{"source":398,"target":94},{"source":397,"target":97},{"source":56,"target":1},{"source":56,"target":97},{"source":56,"target":399},{"source":56,"target":400},{"source":399,"target":75},{"source":399,"target":401},{"source":399,"target":56},{"source":401,"target":75},{"source":400,"target":97},{"source":57,"target":1},{"source":57,"target":97},{"source":57,"target":402},{"source":57,"target":403},{"source":402,"target":75},{"source":402,"target":404},{"source":402,"target":57},{"source":404,"target":75},{"source":403,"target":97},{"source":58,"target":1},{"source":58,"target":97},{"source":58,"target":405},{"source":58,"target":406},{"source":405,"target":90},{"source":405,"target":407},{"source":405,"target":58},{"source":407,"target":90},{"source":406,"target":97},{"source":59,"target":1},{"source":59,"target":97},{"source":59,"target":408},{"source":59,"target":409},{"source":408,"target":90},{"source":408,"target":410},{"source":408,"target":59},{"source":410,"target":90},{"source":409,"target":97},{"source":60,"target":1},{"source":60,"target":97},{"source":60,"target":411},{"source":60,"target":412},{"source":60,"target":413},{"source":411,"target":35},{"source":411,"target":414},{"source":411,"target":60},{"source":414,"target":35},{"source":412,"target":97},{"source":412,"target":415},{"source":412,"target":60},{"source":415,"target":97},{"source":413,"target":97},{"source":61,"target":1},{"source":61,"target":97},{"source":61,"target":416},{"source":61,"target":417},{"source":61,"target":418},{"source":416,"target":97},{"source":416,"target":419},{"source":416,"target":61},{"source":419,"target":97},{"source":417,"target":102},{"source":417,"target":420},{"source":417,"target":61},{"source":420,"target":102},{"source":418,"target":97},{"source":62,"target":1},{"source":62,"target":97},{"source":62,"target":421},{"source":421,"target":97},{"source":63,"target":1},{"source":63,"target":97},{"source":63,"target":422},{"source":63,"target":423},{"source":63,"target":424},{"source":63,"target":425},{"source":422,"target":75},{"source":422,"target":426},{"source":422,"target":63},{"source":426,"target":75},{"source":423,"target":97},{"source":423,"target":427},{"source":423,"target":63},{"source":427,"target":97},{"source":424,"target":97},{"source":424,"target":428},{"source":424,"target":63},{"source":428,"target":97},{"source":425,"target":97},{"source":64,"target":1},{"source":64,"target":97},{"source":64,"target":429},{"source":64,"target":430},{"source":64,"target":431},{"source":429,"target":75},{"source":429,"target":432},{"source":429,"target":64},{"source":432,"target":75},{"source":430,"target":65},{"source":430,"target":433},{"source":430,"target":64},{"source":433,"target":65},{"source":431,"target":97},{"source":65,"target":1},{"source":65,"target":6},{"source":65,"target":434},{"source":65,"target":435},{"source":434,"target":97},{"source":434,"target":436},{"source":434,"target":65},{"source":436,"target":97},{"source":435,"target":6},{"source":66,"target":1},{"source":66,"target":65},{"source":66,"target":437},{"source":66,"target":438},{"source":437,"target":75},{"source":437,"target":439},{"source":437,"target":66},{"source":439,"target":75},{"source":438,"target":65},{"source":67,"target":1},{"source":67,"target":97},{"source":67,"target":440},{"source":67,"target":441},{"source":440,"target":75},{"source":440,"target":442},{"source":440,"target":67},{"source":442,"target":75},{"source":441,"target":97},{"source":68,"target":1},{"source":68,"target":97},{"source":68,"target":443},{"source":68,"target":444},{"source":68,"target":445},{"source":443,"target":75},{"source":443,"target":446},{"source":443,"target":68},{"source":446,"target":75},{"source":444,"target":97},{"source":444,"target":447},{"source":444,"target":68},{"source":447,"target":97},{"source":445,"target":97},{"source":69,"target":1},{"source":69,"target":68},{"source":69,"target":448},{"source":69,"target":449},{"source":69,"target":450},{"source":448,"target":75},{"source":448,"target":451},{"source":448,"target":69},{"source":451,"target":75},{"source":449,"target":75},{"source":449,"target":452},{"source":449,"target":69},{"source":452,"target":75},{"source":450,"target":68},{"source":70,"target":1},{"source":70,"target":97},{"source":70,"target":453},{"source":70,"target":454},{"source":70,"target":455},{"source":70,"target":456},{"source":453,"target":97},{"source":453,"target":457},{"source":453,"target":70},{"source":457,"target":97},{"source":454,"target":71},{"source":454,"target":458},{"source":454,"target":70},{"source":458,"target":71},{"source":455,"target":97},{"source":455,"target":459},{"source":455,"target":70},{"source":459,"target":97},{"source":456,"target":97},{"source":71,"target":1},{"source":71,"target":6},{"source":71,"target":460},{"source":71,"target":461},{"source":460,"target":97},{"source":460,"target":462},{"source":460,"target":71},{"source":462,"target":97},{"source":461,"target":6},{"source":72,"target":1},{"source":72,"target":71},{"source":72,"target":463},{"source":72,"target":464},{"source":463,"target":40},{"source":463,"target":465},{"source":463,"target":72},{"source":465,"target":40},{"source":464,"target":71},{"source":73,"target":1},{"source":73,"target":71},{"source":73,"target":466},{"source":73,"target":467},{"source":466,"target":28},{"source":466,"target":468},{"source":466,"target":73},{"source":468,"target":28},{"source":467,"target":71},{"source":74,"target":1},{"source":74,"target":97},{"source":74,"target":469},{"source":74,"target":470},{"source":469,"target":75},{"source":469,"target":471},{"source":469,"target":74},{"source":471,"target":75},{"source":470,"target":97},{"source":75,"target":1},{"source":75,"target":17},{"source":75,"target":472},{"source":75,"target":473},{"source":472,"target":96},{"source":472,"target":474},{"source":472,"target":75},{"source":474,"target":96},{"source":473,"target":17},{"source":76,"target":1},{"source":76,"target":75},{"source":76,"target":475},{"source":76,"target":476},{"source":76,"target":477},{"source":475,"target":19},{"source":475,"target":478},{"source":475,"target":76},{"source":478,"target":19},{"source":476,"target":94},{"source":476,"target":479},{"source":476,"target":76},{"source":479,"target":94},{"source":477,"target":75},{"source":77,"target":1},{"source":77,"target":75},{"source":77,"target":480},{"source":77,"target":481},{"source":77,"target":482},{"source":480,"target":75},{"source":480,"target":483},{"source":480,"target":77},{"source":483,"target":75},{"source":481,"target":75},{"source":481,"target":484},{"source":481,"target":77},{"source":484,"target":75},{"source":482,"target":75},{"source":78,"target":1},{"source":78,"target":76},{"source":78,"target":485},{"source":78,"target":486},{"source":78,"target":487},{"source":485,"target":75},{"source":485,"target":488},{"source":485,"target":78},{"source":488,"target":75},{"source":486,"target":103},{"source":486,"target":489},{"source":486,"target":78},{"source":489,"target":103},{"source":487,"target":76},{"source":79,"target":1},{"source":79,"target":76},{"source":79,"target":490},{"source":79,"target":491},{"source":79,"target":492},{"source":490,"target":96},{"source":490,"target":493},{"source":490,"target":79},{"source":493,"target":96},{"source":491,"target":103},{"source":491,"target":494},{"source":491,"target":79},{"source":494,"target":103},{"source":492,"target":76},{"source":80,"target":1},{"source":80,"target":75},{"source":80,"target":495},{"source":80,"target":496},{"source":495,"target":497},{"source":495,"target":80},{"source":496,"target":75},{"source":81,"target":1},{"source":81,"target":75},{"source":81,"target":498},{"source":81,"target":499},{"source":81,"target":500},{"source":498,"target":96},{"source":498,"target":501},{"source":498,"target":81},{"source":501,"target":96},{"source":499,"target":75},{"source":499,"target":502},{"source":499,"target":81},{"source":502,"target":75},{"source":500,"target":75},{"source":82,"target":1},{"source":82,"target":75},{"source":82,"target":503},{"source":82,"target":504},{"source":82,"target":505},{"source":503,"target":6},{"source":503,"target":506},{"source":503,"target":82},{"source":506,"target":6},{"source":504,"target":75},{"source":504,"target":507},{"source":504,"target":82},{"source":507,"target":75},{"source":505,"target":75},{"source":83,"target":1},{"source":83,"target":75},{"source":83,"target":508},{"source":83,"target":509},{"source":83,"target":510},{"source":83,"target":511},{"source":508,"target":6},{"source":508,"target":512},{"source":508,"target":83},{"source":512,"target":6},{"source":509,"target":75},{"source":509,"target":513},{"source":509,"target":83},{"source":513,"target":75},{"source":510,"target":75},{"source":510,"target":514},{"source":510,"target":83},{"source":514,"target":75},{"source":511,"target":75},{"source":84,"target":1},{"source":84,"target":11},{"source":84,"target":515},{"source":84,"target":516},{"source":515,"target":6},{"source":515,"target":517},{"source":515,"target":84},{"source":517,"target":6},{"source":516,"target":11},{"source":85,"target":1},{"source":85,"target":75},{"source":85,"target":518},{"source":85,"target":519},{"source":85,"target":520},{"source":85,"target":521},{"source":518,"target":75},{"source":518,"target":522},{"source":518,"target":85},{"source":522,"target":75},{"source":519,"target":75},{"source":519,"target":523},{"source":519,"target":85},{"source":523,"target":75},{"source":520,"target":75},{"source":520,"target":524},{"source":520,"target":85},{"source":524,"target":75},{"source":521,"target":75},{"source":86,"target":1},{"source":86,"target":75},{"source":86,"target":525},{"source":86,"target":526},{"source":86,"target":527},{"source":525,"target":75},{"source":525,"target":528},{"source":525,"target":86},{"source":528,"target":75},{"source":526,"target":75},{"source":526,"target":529},{"source":526,"target":86},{"source":529,"target":75},{"source":527,"target":75},{"source":87,"target":1},{"source":87,"target":75},{"source":87,"target":530},{"source":87,"target":531},{"source":87,"target":532},{"source":530,"target":75},{"source":530,"target":533},{"source":530,"target":87},{"source":533,"target":75},{"source":531,"target":12},{"source":531,"target":534},{"source":531,"target":87},{"source":534,"target":12},{"source":532,"target":75},{"source":88,"target":1},{"source":88,"target":12},{"source":88,"target":535},{"source":88,"target":536},{"source":535,"target":75},{"source":535,"target":537},{"source":535,"target":88},{"source":537,"target":75},{"source":536,"target":12},{"source":89,"target":1},{"source":89,"target":75},{"source":89,"target":538},{"source":89,"target":539},{"source":89,"target":540},{"source":538,"target":96},{"source":538,"target":541},{"source":538,"target":89},{"source":541,"target":96},{"source":539,"target":6},{"source":539,"target":542},{"source":539,"target":89},{"source":542,"target":6},{"source":540,"target":75},{"source":90,"target":1},{"source":90,"target":75},{"source":90,"target":543},{"source":90,"target":544},{"source":90,"target":545},{"source":543,"target":19},{"source":543,"target":546},{"source":543,"target":90},{"source":546,"target":19},{"source":544,"target":35},{"source":544,"target":547},{"source":544,"target":90},{"source":547,"target":35},{"source":545,"target":75},{"source":91,"target":1},{"source":91,"target":75},{"source":91,"target":548},{"source":91,"target":549},{"source":91,"target":550},{"source":548,"target":96},{"source":548,"target":551},{"source":548,"target":91},{"source":551,"target":96},{"source":549,"target":75},{"source":549,"target":552},{"source":549,"target":91},{"source":552,"target":75},{"source":550,"target":75},{"source":92,"target":1},{"source":92,"target":16},{"source":92,"target":553},{"source":553,"target":16},{"source":93,"target":1},{"source":93,"target":17},{"source":93,"target":554},{"source":554,"target":17},{"source":94,"target":1},{"source":94,"target":17},{"source":94,"target":555},{"source":555,"target":17},{"source":95,"target":1},{"source":95,"target":16},{"source":95,"target":556},{"source":556,"target":16},{"source":96,"target":1},{"source":96,"target":40},{"source":96,"target":557},{"source":557,"target":40},{"source":97,"target":1},{"source":97,"target":17},{"source":97,"target":558},{"source":558,"target":17},{"source":98,"target":1},{"source":98,"target":16},{"source":98,"target":559},{"source":559,"target":16},{"source":99,"target":1},{"source":99,"target":40},{"source":99,"target":560},{"source":560,"target":40},{"source":100,"target":1},{"source":100,"target":40},{"source":100,"target":561},{"source":561,"target":40},{"source":101,"target":1},{"source":101,"target":16},{"source":101,"target":562},{"source":562,"target":16},{"source":102,"target":1},{"source":102,"target":16},{"source":102,"target":563},{"source":563,"target":16},{"source":103,"target":1},{"source":103,"target":76},{"source":103,"target":564},{"source":564,"target":76},{"source":104,"target":1},{"source":104,"target":28},{"source":104,"target":565},{"source":565,"target":28},{"source":105,"target":1},{"source":105,"target":6},{"source":105,"target":566},{"source":566,"target":6},{"source":106,"target":1},{"source":106,"target":22},{"source":106,"target":567},{"source":567,"target":22},{"source":107,"target":1},{"source":107,"target":28},{"source":107,"target":568},{"source":568,"target":28},{"source":108,"target":1},{"source":108,"target":6},{"source":108,"target":569},{"source":569,"target":6},{"source":109,"target":1},{"source":109,"target":7},{"source":109,"target":570},{"source":570,"target":7},{"source":110,"target":1},{"source":110,"target":7},{"source":110,"target":571},{"source":571,"target":7},{"source":111,"target":1},{"source":111,"target":7},{"source":111,"target":572},{"source":572,"target":7},{"source":112,"target":1},{"source":112,"target":7},{"source":112,"target":573},{"source":573,"target":7},{"source":113,"target":1},{"source":113,"target":7},{"source":113,"target":574},{"source":574,"target":7},{"source":114,"target":1},{"source":114,"target":105},{"source":114,"target":575},{"source":575,"target":105},{"source":115,"target":1},{"source":115,"target":105},{"source":115,"target":576},{"source":576,"target":105},{"source":116,"target":1},{"source":116,"target":105},{"source":116,"target":577},{"source":577,"target":105},{"source":117,"target":1},{"source":117,"target":8},{"source":117,"target":578},{"source":578,"target":8},{"source":118,"target":1},{"source":118,"target":41},{"source":118,"target":579},{"source":579,"target":41},{"source":119,"target":1},{"source":119,"target":41},{"source":119,"target":580},{"source":580,"target":41},{"source":120,"target":1},{"source":120,"target":41},{"source":120,"target":581},{"source":581,"target":41},{"source":121,"target":1},{"source":121,"target":41},{"source":121,"target":582},{"source":582,"target":41},{"source":122,"target":1},{"source":122,"target":41},{"source":122,"target":583},{"source":583,"target":41},{"source":123,"target":1},{"source":123,"target":41},{"source":123,"target":584},{"source":584,"target":41},{"source":124,"target":1},{"source":124,"target":41},{"source":124,"target":585},{"source":585,"target":41},{"source":125,"target":1},{"source":125,"target":41},{"source":125,"target":586},{"source":586,"target":41},{"source":126,"target":1},{"source":126,"target":41},{"source":126,"target":587},{"source":587,"target":41},{"source":127,"target":1},{"source":127,"target":41},{"source":127,"target":588},{"source":588,"target":41},{"source":128,"target":1},{"source":128,"target":41},{"source":128,"target":589},{"source":589,"target":41},{"source":129,"target":1},{"source":129,"target":41},{"source":129,"target":590},{"source":590,"target":41},{"source":130,"target":1},{"source":130,"target":43},{"source":130,"target":591},{"source":591,"target":43},{"source":131,"target":1},{"source":131,"target":43},{"source":131,"target":592},{"source":592,"target":43},{"source":132,"target":1},{"source":132,"target":43},{"source":132,"target":593},{"source":593,"target":43},{"source":133,"target":1},{"source":133,"target":43},{"source":133,"target":594},{"source":594,"target":43},{"source":134,"target":1},{"source":134,"target":44},{"source":134,"target":595},{"source":595,"target":44},{"source":135,"target":1},{"source":135,"target":44},{"source":135,"target":596},{"source":596,"target":44},{"source":136,"target":1},{"source":136,"target":44},{"source":136,"target":597},{"source":597,"target":44},{"source":137,"target":1},{"source":137,"target":48},{"source":137,"target":598},{"source":598,"target":48},{"source":138,"target":1},{"source":138,"target":48},{"source":138,"target":599},{"source":599,"target":48},{"source":139,"target":1},{"source":139,"target":9},{"source":139,"target":600},{"source":600,"target":9},{"source":140,"target":1},{"source":140,"target":9},{"source":140,"target":601},{"source":601,"target":9},{"source":141,"target":1},{"source":141,"target":9},{"source":141,"target":602},{"source":602,"target":9},{"source":142,"target":1},{"source":142,"target":97},{"source":142,"target":603},{"source":603,"target":97},{"source":143,"target":1},{"source":143,"target":65},{"source":143,"target":604},{"source":604,"target":65},{"source":144,"target":1},{"source":144,"target":68},{"source":144,"target":605},{"source":605,"target":68},{"source":145,"target":1},{"source":145,"target":68},{"source":145,"target":606},{"source":606,"target":68},{"source":146,"target":1},{"source":146,"target":69},{"source":146,"target":607},{"source":607,"target":69},{"source":147,"target":1},{"source":147,"target":69},{"source":147,"target":608},{"source":608,"target":69},{"source":148,"target":1},{"source":148,"target":75},{"source":148,"target":609},{"source":609,"target":75},{"source":149,"target":1},{"source":149,"target":78},{"source":149,"target":610},{"source":610,"target":78},{"source":150,"target":1},{"source":150,"target":78},{"source":150,"target":611},{"source":611,"target":78},{"source":151,"target":1},{"source":151,"target":80},{"source":151,"target":612},{"source":612,"target":80},{"source":152,"target":1},{"source":152,"target":80},{"source":152,"target":613},{"source":613,"target":80},{"source":153,"target":1},{"source":153,"target":80},{"source":153,"target":614},{"source":614,"target":80},{"source":154,"target":1},{"source":154,"target":80},{"source":154,"target":615},{"source":615,"target":80},{"source":155,"target":1},{"source":155,"target":80},{"source":155,"target":616},{"source":616,"target":80},{"source":156,"target":1},{"source":156,"target":80},{"source":156,"target":617},{"source":617,"target":80},{"source":157,"target":1},{"source":157,"target":10},{"source":157,"target":618},{"source":618,"target":10},{"source":158,"target":1},{"source":158,"target":10},{"source":158,"target":619},{"source":619,"target":10},{"source":159,"target":1},{"source":159,"target":10},{"source":159,"target":620},{"source":620,"target":10},{"source":160,"target":1},{"source":160,"target":10},{"source":160,"target":621},{"source":621,"target":10},{"source":161,"target":1},{"source":161,"target":10},{"source":161,"target":622},{"source":622,"target":10},{"source":162,"target":1},{"source":162,"target":10},{"source":162,"target":623},{"source":623,"target":10},{"source":163,"target":1},{"source":163,"target":10},{"source":163,"target":624},{"source":624,"target":10},{"source":164,"target":1},{"source":164,"target":10},{"source":164,"target":625},{"source":625,"target":10},{"source":165,"target":1},{"source":165,"target":10},{"source":165,"target":626},{"source":626,"target":10},{"source":166,"target":1},{"source":166,"target":10},{"source":166,"target":627},{"source":627,"target":10},{"source":167,"target":1},{"source":167,"target":11},{"source":167,"target":628},{"source":628,"target":11},{"source":168,"target":1},{"source":168,"target":11},{"source":168,"target":629},{"source":629,"target":11},{"source":169,"target":1},{"source":169,"target":11},{"source":169,"target":630},{"source":630,"target":11},{"source":170,"target":1},{"source":170,"target":11},{"source":170,"target":631},{"source":631,"target":11},{"source":171,"target":1},{"source":171,"target":11},{"source":171,"target":632},{"source":632,"target":11},{"source":172,"target":1},{"source":172,"target":11},{"source":172,"target":633},{"source":633,"target":11},{"source":173,"target":1},{"source":173,"target":11},{"source":173,"target":634},{"source":634,"target":11},{"source":174,"target":1},{"source":174,"target":11},{"source":174,"target":635},{"source":635,"target":11},{"source":175,"target":1},{"source":175,"target":11},{"source":175,"target":636},{"source":636,"target":11},{"source":176,"target":1},{"source":176,"target":11},{"source":176,"target":637},{"source":637,"target":11},{"source":177,"target":1},{"source":177,"target":11},{"source":177,"target":638},{"source":638,"target":11},{"source":178,"target":1},{"source":178,"target":11},{"source":178,"target":639},{"source":639,"target":11},{"source":179,"target":1},{"source":179,"target":11},{"source":179,"target":640},{"source":640,"target":11},{"source":180,"target":1},{"source":180,"target":11},{"source":180,"target":641},{"source":641,"target":11},{"source":181,"target":1},{"source":181,"target":11},{"source":181,"target":642},{"source":642,"target":11},{"source":182,"target":1},{"source":182,"target":11},{"source":182,"target":643},{"source":643,"target":11},{"source":183,"target":1},{"source":183,"target":11},{"source":183,"target":644},{"source":644,"target":11},{"source":184,"target":1},{"source":184,"target":11},{"source":184,"target":645},{"source":645,"target":11},{"source":185,"target":1},{"source":185,"target":11},{"source":185,"target":646},{"source":646,"target":11},{"source":186,"target":1},{"source":186,"target":11},{"source":186,"target":647},{"source":647,"target":11},{"source":187,"target":1},{"source":187,"target":12},{"source":187,"target":648},{"source":648,"target":12},{"source":188,"target":1},{"source":188,"target":88},{"source":188,"target":649},{"source":649,"target":88},{"source":189,"target":1},{"source":189,"target":88},{"source":189,"target":650},{"source":650,"target":88},{"source":190,"target":1},{"source":190,"target":21},{"source":190,"target":651},{"source":190,"target":652},{"source":651,"target":97},{"source":651,"target":653},{"source":651,"target":190},{"source":653,"target":97},{"source":652,"target":21},{"source":191,"target":1},{"source":191,"target":11},{"source":191,"target":654},{"source":654,"target":11},{"source":192,"target":1},{"source":192,"target":11},{"source":192,"target":655},{"source":655,"target":11},{"source":193,"target":1},{"source":193,"target":11},{"source":193,"target":656},{"source":656,"target":11},{"source":194,"target":1},{"source":194,"target":11},{"source":194,"target":657},{"source":657,"target":11},{"source":195,"target":1},{"source":195,"target":11},{"source":195,"target":658},{"source":658,"target":11},{"source":196,"target":1},{"source":196,"target":97},{"source":196,"target":659},{"source":659,"target":97},{"source":2,"target":660},{"source":2,"target":661},{"source":2,"target":662},{"source":2,"target":663},{"source":2,"target":664},{"source":2,"target":665},{"source":2,"target":666},{"source":2,"target":667},{"source":2,"target":668},{"source":2,"target":669},{"source":2,"target":670},{"source":2,"target":671},{"source":2,"target":672},{"source":2,"target":673},{"source":2,"target":674},{"source":2,"target":675},{"source":2,"target":676},{"source":2,"target":677},{"source":2,"target":678},{"source":2,"target":679},{"source":2,"target":680},{"source":2,"target":681},{"source":2,"target":682},{"source":2,"target":683},{"source":2,"target":684},{"source":2,"target":685},{"source":2,"target":686},{"source":2,"target":687},{"source":2,"target":688},{"source":2,"target":689},{"source":2,"target":690},{"source":2,"target":691},{"source":2,"target":692},{"source":2,"target":693},{"source":2,"target":694},{"source":2,"target":695},{"source":2,"target":696},{"source":2,"target":697},{"source":2,"target":698},{"source":2,"target":699},{"source":2,"target":700},{"source":2,"target":701},{"source":2,"target":702},{"source":2,"target":703},{"source":2,"target":704},{"source":2,"target":705},{"source":2,"target":706},{"source":2,"target":707},{"source":2,"target":708},{"source":2,"target":709},{"source":2,"target":710},{"source":2,"target":711},{"source":2,"target":712},{"source":2,"target":713},{"source":2,"target":714},{"source":2,"target":715},{"source":2,"target":716},{"source":2,"target":0},{"source":660,"target":2},{"source":660,"target":21},{"source":660,"target":717},{"source":660,"target":718},{"source":717,"target":661},{"source":717,"target":719},{"source":717,"target":660},{"source":719,"target":661},{"source":718,"target":21},{"source":661,"target":2},{"source":662,"target":2},{"source":662,"target":21},{"source":662,"target":720},{"source":662,"target":721},{"source":720,"target":34},{"source":720,"target":722},{"source":720,"target":662},{"source":722,"target":34},{"source":721,"target":21},{"source":663,"target":2},{"source":663,"target":21},{"source":663,"target":723},{"source":663,"target":724},{"source":723,"target":34},{"source":723,"target":725},{"source":723,"target":663},{"source":725,"target":34},{"source":724,"target":21},{"source":664,"target":2},{"source":664,"target":21},{"source":664,"target":726},{"source":664,"target":727},{"source":664,"target":728},{"source":664,"target":729},{"source":664,"target":730},{"source":664,"target":731},{"source":726,"target":687},{"source":726,"target":732},{"source":726,"target":664},{"source":732,"target":687},{"source":727,"target":665},{"source":727,"target":733},{"source":727,"target":664},{"source":733,"target":665},{"source":728,"target":671},{"source":728,"target":734},{"source":728,"target":664},{"source":734,"target":671},{"source":729,"target":668},{"source":729,"target":735},{"source":729,"target":664},{"source":735,"target":668},{"source":730,"target":670},{"source":730,"target":736},{"source":730,"target":664},{"source":736,"target":670},{"source":731,"target":21},{"source":665,"target":2},{"source":665,"target":21},{"source":665,"target":737},{"source":665,"target":738},{"source":665,"target":739},{"source":665,"target":740},{"source":737,"target":741},{"source":737,"target":665},{"source":738,"target":19},{"source":738,"target":742},{"source":738,"target":665},{"source":742,"target":19},{"source":739,"target":694},{"source":739,"target":743},{"source":739,"target":665},{"source":743,"target":694},{"source":740,"target":21},{"source":666,"target":2},{"source":666,"target":21},{"source":666,"target":744},{"source":666,"target":745},{"source":744,"target":33},{"source":744,"target":746},{"source":744,"target":666},{"source":746,"target":33},{"source":745,"target":21},{"source":667,"target":2},{"source":667,"target":21},{"source":667,"target":747},{"source":667,"target":748},{"source":747,"target":33},{"source":747,"target":749},{"source":747,"target":667},{"source":749,"target":33},{"source":748,"target":21},{"source":668,"target":2},{"source":668,"target":6},{"source":668,"target":750},{"source":668,"target":751},{"source":668,"target":752},{"source":668,"target":753},{"source":750,"target":754},{"source":750,"target":668},{"source":751,"target":755},{"source":751,"target":668},{"source":752,"target":19},{"source":752,"target":756},{"source":752,"target":668},{"source":756,"target":19},{"source":753,"target":6},{"source":669,"target":2},{"source":669,"target":6},{"source":669,"target":757},{"source":669,"target":758},{"source":669,"target":759},{"source":757,"target":36},{"source":757,"target":760},{"source":757,"target":669},{"source":760,"target":36},{"source":758,"target":761},{"source":758,"target":669},{"source":759,"target":6},{"source":670,"target":2},{"source":670,"target":6},{"source":670,"target":21},{"source":670,"target":762},{"source":670,"target":763},{"source":670,"target":764},{"source":762,"target":97},{"source":762,"target":765},{"source":762,"target":670},{"source":765,"target":97},{"source":763,"target":6},{"source":764,"target":21},{"source":671,"target":2},{"source":671,"target":6},{"source":671,"target":766},{"source":766,"target":6},{"source":672,"target":2},{"source":672,"target":671},{"source":672,"target":767},{"source":672,"target":768},{"source":672,"target":769},{"source":767,"target":770},{"source":767,"target":672},{"source":768,"target":771},{"source":768,"target":672},{"source":769,"target":671},{"source":673,"target":2},{"source":673,"target":671},{"source":673,"target":772},{"source":673,"target":773},{"source":673,"target":774},{"source":673,"target":775},{"source":772,"target":687},{"source":772,"target":776},{"source":772,"target":673},{"source":776,"target":687},{"source":773,"target":687},{"source":773,"target":777},{"source":773,"target":673},{"source":777,"target":687},{"source":774,"target":685},{"source":774,"target":778},{"source":774,"target":673},{"source":778,"target":685},{"source":775,"target":671},{"source":674,"target":2},{"source":674,"target":671},{"source":674,"target":779},{"source":674,"target":780},{"source":779,"target":687},{"source":779,"target":781},{"source":779,"target":674},{"source":781,"target":687},{"source":780,"target":671},{"source":675,"target":2},{"source":675,"target":97},{"source":675,"target":782},{"source":675,"target":783},{"source":782,"target":32},{"source":782,"target":784},{"source":782,"target":675},{"source":784,"target":32},{"source":783,"target":97},{"source":676,"target":2},{"source":676,"target":97},{"source":676,"target":785},{"source":676,"target":786},{"source":676,"target":787},{"source":785,"target":684},{"source":785,"target":788},{"source":785,"target":676},{"source":788,"target":684},{"source":786,"target":683},{"source":786,"target":789},{"source":786,"target":676},{"source":789,"target":683},{"source":787,"target":97},{"source":677,"target":2},{"source":677,"target":97},{"source":677,"target":790},{"source":677,"target":791},{"source":677,"target":792},{"source":677,"target":793},{"source":790,"target":34},{"source":790,"target":794},{"source":790,"target":677},{"source":794,"target":34},{"source":791,"target":36},{"source":791,"target":795},{"source":791,"target":677},{"source":795,"target":36},{"source":792,"target":75},{"source":792,"target":796},{"source":792,"target":677},{"source":796,"target":75},{"source":793,"target":97},{"source":678,"target":2},{"source":678,"target":97},{"source":678,"target":797},{"source":678,"target":798},{"source":678,"target":799},{"source":797,"target":34},{"source":797,"target":800},{"source":797,"target":678},{"source":800,"target":34},{"source":798,"target":75},{"source":798,"target":801},{"source":798,"target":678},{"source":801,"target":75},{"source":799,"target":97},{"source":679,"target":2},{"source":679,"target":678},{"source":679,"target":802},{"source":679,"target":803},{"source":802,"target":75},{"source":802,"target":804},{"source":802,"target":679},{"source":804,"target":75},{"source":803,"target":678},{"source":680,"target":2},{"source":680,"target":97},{"source":680,"target":805},{"source":680,"target":806},{"source":805,"target":75},{"source":805,"target":807},{"source":805,"target":680},{"source":807,"target":75},{"source":806,"target":97},{"source":681,"target":2},{"source":681,"target":680},{"source":681,"target":808},{"source":681,"target":809},{"source":808,"target":75},{"source":808,"target":810},{"source":808,"target":681},{"source":810,"target":75},{"source":809,"target":680},{"source":682,"target":2},{"source":682,"target":680},{"source":682,"target":811},{"source":682,"target":812},{"source":811,"target":683},{"source":811,"target":813},{"source":811,"target":682},{"source":813,"target":683},{"source":812,"target":680},{"source":683,"target":2},{"source":683,"target":814},{"source":683,"target":815},{"source":814,"target":75},{"source":814,"target":816},{"source":814,"target":683},{"source":816,"target":75},{"source":815,"target":75},{"source":815,"target":817},{"source":815,"target":683},{"source":817,"target":75},{"source":684,"target":2},{"source":684,"target":75},{"source":684,"target":818},{"source":684,"target":819},{"source":684,"target":820},{"source":684,"target":821},{"source":818,"target":685},{"source":818,"target":822},{"source":818,"target":684},{"source":822,"target":685},{"source":819,"target":687},{"source":819,"target":823},{"source":819,"target":684},{"source":823,"target":687},{"source":820,"target":75},{"source":820,"target":824},{"source":820,"target":684},{"source":824,"target":75},{"source":821,"target":75},{"source":685,"target":2},{"source":685,"target":103},{"source":685,"target":825},{"source":685,"target":826},{"source":825,"target":35},{"source":825,"target":827},{"source":825,"target":685},{"source":827,"target":35},{"source":826,"target":103},{"source":686,"target":2},{"source":686,"target":103},{"source":686,"target":828},{"source":828,"target":103},{"source":687,"target":2},{"source":687,"target":103},{"source":687,"target":829},{"source":687,"target":830},{"source":829,"target":75},{"source":829,"target":831},{"source":829,"target":687},{"source":831,"target":75},{"source":830,"target":103},{"source":688,"target":2},{"source":688,"target":8},{"source":688,"target":832},{"source":832,"target":8},{"source":689,"target":2},{"source":689,"target":8},{"source":689,"target":833},{"source":833,"target":8},{"source":690,"target":2},{"source":690,"target":8},{"source":690,"target":834},{"source":834,"target":8},{"source":691,"target":2},{"source":691,"target":8},{"source":691,"target":835},{"source":835,"target":8},{"source":692,"target":2},{"source":692,"target":8},{"source":692,"target":836},{"source":836,"target":8},{"source":693,"target":2},{"source":693,"target":8},{"source":693,"target":837},{"source":837,"target":8},{"source":694,"target":2},{"source":694,"target":8},{"source":694,"target":838},{"source":838,"target":8},{"source":695,"target":2},{"source":695,"target":694},{"source":695,"target":839},{"source":839,"target":694},{"source":696,"target":2},{"source":696,"target":694},{"source":696,"target":840},{"source":840,"target":694},{"source":697,"target":2},{"source":697,"target":694},{"source":697,"target":841},{"source":841,"target":694},{"source":698,"target":2},{"source":698,"target":694},{"source":698,"target":842},{"source":842,"target":694},{"source":699,"target":2},{"source":699,"target":694},{"source":699,"target":843},{"source":843,"target":694},{"source":700,"target":2},{"source":700,"target":694},{"source":700,"target":844},{"source":844,"target":694},{"source":701,"target":2},{"source":701,"target":694},{"source":701,"target":845},{"source":845,"target":694},{"source":702,"target":2},{"source":702,"target":694},{"source":702,"target":846},{"source":846,"target":694},{"source":703,"target":2},{"source":703,"target":694},{"source":703,"target":847},{"source":847,"target":694},{"source":704,"target":2},{"source":704,"target":694},{"source":704,"target":848},{"source":848,"target":694},{"source":705,"target":2},{"source":705,"target":694},{"source":705,"target":849},{"source":849,"target":694},{"source":706,"target":2},{"source":706,"target":694},{"source":706,"target":850},{"source":850,"target":694},{"source":707,"target":2},{"source":707,"target":694},{"source":707,"target":851},{"source":851,"target":694},{"source":708,"target":2},{"source":708,"target":694},{"source":708,"target":852},{"source":852,"target":694},{"source":709,"target":2},{"source":709,"target":694},{"source":709,"target":853},{"source":853,"target":694},{"source":710,"target":2},{"source":710,"target":694},{"source":710,"target":854},{"source":854,"target":694},{"source":711,"target":2},{"source":711,"target":694},{"source":711,"target":855},{"source":855,"target":694},{"source":712,"target":2},{"source":712,"target":694},{"source":712,"target":856},{"source":856,"target":694},{"source":713,"target":2},{"source":713,"target":694},{"source":713,"target":857},{"source":857,"target":694},{"source":714,"target":2},{"source":714,"target":678},{"source":714,"target":858},{"source":858,"target":678},{"source":715,"target":2},{"source":715,"target":680},{"source":715,"target":859},{"source":859,"target":680},{"source":716,"target":2},{"source":716,"target":75},{"source":716,"target":860},{"source":860,"target":75}],"multigraph":true}
ecore
constraints
repo-ecore-all/data/jesusc/efinder/plugins/efinder.core/model/efinder.ecore
ir Specification metamodels constaints temporary properties operations primitiveTypes tupleTypes Constraint name TypedElement type AbstractFunction name context DerivedProperty Operation parameters FeatureRef OperationFeatureRef BuiltinOperationRef DefinedOperationRef operation PropertyFeatureRef TupleFieldRef type name DerivedPropertyRef property BuiltinPropertyRef MetamodelFeatureRef feature VariableDeclaration name type Parameter EFMetamodel roots EFPackage pkg classes enumerations EFType EFClass klass EFPrimitiveType name EFEnum enum_ literals EFEnumLiteral name EFTupleType id elements TupleTypeElement name type TypeRef MetaTypeRef type InvalidTypeRef CollectionTypeRef containedType SetTypeRef SequenceTypeRef BagTypeRef OrderedSetTypeRef ocl WithContextVariable contextVariable OclInvariant klass expression OclDerivedProperty body OclOperation body OclExpression type ModelElement CallExp source AbstractOperationCallExp arguments OperationCallExp name feature PropertyCallExp name feature CollectionCallExp name LoopExp iterators body IteratorExp name IterateExp result init Iterator IfExp condition then else LetExp variable init in OperatorCallExp operator argument OperatorKind NOT NOT MUL MUL DIV DIV MINUS MINUS PLUS PLUS LESS LESS GREATER GREATER LESS_OR_EQUAL LESS_OR_EQUAL GREATER_OR_EQUAL GREATER_OR_EQUAL EQUAL EQUAL DISTINCT DISTINCT AND AND OR OR XOR XOR IMPLIES IMPLIES VarExp variable LiteralExp BooleanLiteralExp value StringLiteralExp value IntegerLiteralExp value RealLiteralExp value OclUndefined OclInvalid TupleLiteralExp tupleType parts TuplePart name value EnumLiteralExp enum_ literal CollectionLiteralExp parts SetLiteralExp OrderedSetLiteralExp SequenceLiteralExp BagLiteralExp UnsupportedExp reason description OclAnyLibElement
<?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://efinder/ir" nsPrefix="efinder_ir"> <eClassifiers xsi:type="ecore:EClass" name="Specification"> <eStructuralFeatures xsi:type="ecore:EReference" name="metamodels" upperBound="-1" eType="#//EFMetamodel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constaints" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="temporary" upperBound="-1" eType="#//EFClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//DerivedProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primitiveTypes" upperBound="-1" eType="#//EFPrimitiveType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypes" upperBound="-1" eType="#//EFTupleType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" 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="TypedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractFunction" abstract="true" eSuperTypes="#//TypedElement"> <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="context" eType="#//EFType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerivedProperty" abstract="true" eSuperTypes="#//AbstractFunction"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true" eSuperTypes="#//AbstractFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureRef" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="OperationFeatureRef" abstract="true" eSuperTypes="#//FeatureRef"/> <eClassifiers xsi:type="ecore:EClass" name="BuiltinOperationRef" eSuperTypes="#//OperationFeatureRef"/> <eClassifiers xsi:type="ecore:EClass" name="DefinedOperationRef" eSuperTypes="#//OperationFeatureRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyFeatureRef" abstract="true" eSuperTypes="#//FeatureRef"/> <eClassifiers xsi:type="ecore:EClass" name="TupleFieldRef" eSuperTypes="#//PropertyFeatureRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//EFTupleType"/> <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="DerivedPropertyRef" eSuperTypes="#//PropertyFeatureRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1" eType="#//DerivedProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BuiltinPropertyRef" eSuperTypes="#//PropertyFeatureRef"/> <eClassifiers xsi:type="ecore:EClass" name="MetamodelFeatureRef" eSuperTypes="#//PropertyFeatureRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration"> <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="#//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="EFMetamodel"> <eStructuralFeatures xsi:type="ecore:EReference" name="roots" upperBound="-1" eType="#//EFPackage" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="pkg" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//EFClass" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerations" upperBound="-1" eType="#//EFEnum" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFType" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="EFClass" eSuperTypes="#//EFType"> <eStructuralFeatures xsi:type="ecore:EReference" name="klass" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFPrimitiveType" eSuperTypes="#//EFType"> <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="EFEnum" eSuperTypes="#//EFType"> <eStructuralFeatures xsi:type="ecore:EReference" name="enum_" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EEnum"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1" eType="#//EFEnumLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFEnumLiteral"> <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="EFTupleType" eSuperTypes="#//EFType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//TupleTypeElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleTypeElement"> <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="#//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeRef" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="MetaTypeRef" eSuperTypes="#//TypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//EFType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvalidTypeRef" eSuperTypes="#//TypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionTypeRef" abstract="true" eSuperTypes="#//TypeRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedType" lowerBound="1" eType="#//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetTypeRef" eSuperTypes="#//CollectionTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceTypeRef" eSuperTypes="#//CollectionTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="BagTypeRef" eSuperTypes="#//CollectionTypeRef"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetTypeRef" eSuperTypes="#//CollectionTypeRef"/> <eSubpackages name="ocl" nsURI="http://efinder/ir/ocl" nsPrefix="efinder_ocl"> <eClassifiers xsi:type="ecore:EClass" name="WithContextVariable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextVariable" lowerBound="1" eType="#//VariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclInvariant" eSuperTypes="#//Constraint #//ocl/WithContextVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="klass" lowerBound="1" eType="#//EFClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclDerivedProperty" eSuperTypes="#//DerivedProperty #//ocl/WithContextVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclOperation" eSuperTypes="#//Operation #//ocl/WithContextVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" eSuperTypes="#//ocl/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="CallExp" abstract="true" eSuperTypes="#//ocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractOperationCallExp" abstract="true" eSuperTypes="#//ocl/CallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#//ocl/AbstractOperationCallExp"> <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="feature" eType="#//OperationFeatureRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" eSuperTypes="#//ocl/CallExp"> <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="feature" eType="#//PropertyFeatureRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionCallExp" eSuperTypes="#//ocl/AbstractOperationCallExp"> <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="LoopExp" abstract="true" eSuperTypes="#//ocl/CallExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterators" lowerBound="1" upperBound="-1" eType="#//ocl/Iterator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#//ocl/LoopExp"> <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="IterateExp" eSuperTypes="#//ocl/LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1" eType="#//VariableDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#//VariableDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#//ocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#//ocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//VariableDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="init" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#//ocl/CallExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="#//ocl/OperatorKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="argument" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperatorKind"> <eLiterals name="NOT"/> <eLiterals name="MUL" value="1"/> <eLiterals name="DIV" value="2"/> <eLiterals name="MINUS" value="3"/> <eLiterals name="PLUS" value="4"/> <eLiterals name="LESS" value="5"/> <eLiterals name="GREATER" value="6"/> <eLiterals name="LESS_OR_EQUAL" value="7"/> <eLiterals name="GREATER_OR_EQUAL" value="8"/> <eLiterals name="EQUAL" value="9"/> <eLiterals name="DISTINCT" value="10"/> <eLiterals name="AND" value="11"/> <eLiterals name="OR" value="12"/> <eLiterals name="XOR" value="13"/> <eLiterals name="IMPLIES" value="14"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarExp" eSuperTypes="#//ocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//VariableDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralExp" abstract="true" eSuperTypes="#//ocl/OclExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExp" eSuperTypes="#//ocl/LiteralExp"> <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="StringLiteralExp" eSuperTypes="#//ocl/LiteralExp"> <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="IntegerLiteralExp" eSuperTypes="#//ocl/LiteralExp"> <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="RealLiteralExp" eSuperTypes="#//ocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclUndefined" eSuperTypes="#//ocl/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="OclInvalid" eSuperTypes="#//ocl/LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="TupleLiteralExp" eSuperTypes="#//ocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" lowerBound="1" eType="#//EFTupleType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//ocl/TuplePart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TuplePart"> <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="value" lowerBound="1" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#//ocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="enum_" lowerBound="1" eType="#//MetaTypeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1" eType="#//EFEnumLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionLiteralExp" abstract="true" eSuperTypes="#//ocl/LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//ocl/OclExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetLiteralExp" eSuperTypes="#//ocl/CollectionLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetLiteralExp" eSuperTypes="#//ocl/CollectionLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceLiteralExp" eSuperTypes="#//ocl/CollectionLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="BagLiteralExp" eSuperTypes="#//ocl/CollectionLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" name="UnsupportedExp" eSuperTypes="#//ocl/OclExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reason" 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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclAnyLibElement"/> </eSubpackages> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"efinder_ir","nsURI":"http://efinder/ir","name":"ir","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFunction","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedProperty","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureRef","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationFeatureRef","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltinOperationRef","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinedOperationRef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyFeatureRef","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleFieldRef","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedPropertyRef","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltinPropertyRef","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelFeatureRef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFMetamodel","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFPackage","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFType","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFClass","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFPrimitiveType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFEnum","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFEnumLiteral","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFTupleType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeElement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRef","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaTypeRef","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidTypeRef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionTypeRef","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetTypeRef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceTypeRef","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagTypeRef","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetTypeRef","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"nsPrefix":"efinder_ocl","nsURI":"http://efinder/ir/ocl","name":"ocl","id":35,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metamodels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constaints","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":"temporary","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":"properties","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":"operations","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":"primitiveTypes","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":"tupleTypes","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"},{"id":48,"eClass":"EGenericType"},{"id":49,"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":50,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"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":"context","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":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"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":"pkg","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"classes","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":"enumerations","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":false,"unsettable":false,"transient":false,"unique":true,"name":"klass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enum_","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"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":105,"derived":false},{"id":106,"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":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":"elements","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,"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},{"container":false,"ordered":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":113,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"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":"containedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WithContextVariable","instanceClass":null,"abstract":true,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclInvariant","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclDerivedProperty","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclOperation","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractOperationCallExp","instanceClass":null,"abstract":true,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionCallExp","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatorKind","instanceClass":null,"id":145,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarExp","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefined","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclInvalid","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":true,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetLiteralExp","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetLiteralExp","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceLiteralExp","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagLiteralExp","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsupportedExp","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyLibElement","instanceClass":null,"abstract":false,"id":163,"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":"contextVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"id":165,"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":"klass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":true,"unsettable":false,"transient":false,"unique":true,"name":"body","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":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":176,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"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":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"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":189,"derived":false},{"container":false,"ordered":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":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"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":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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"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":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"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":"iterators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"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":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"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":207,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"result","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":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":216,"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":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":217,"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":"else","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":true,"lowerBound":1,"id":224,"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":"in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"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":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":"argument","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"name":"NOT","id":235,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"MUL","id":236,"value":1,"literal":"MUL","eClass":"EEnumLiteral"},{"name":"DIV","id":237,"value":2,"literal":"DIV","eClass":"EEnumLiteral"},{"name":"MINUS","id":238,"value":3,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"PLUS","id":239,"value":4,"literal":"PLUS","eClass":"EEnumLiteral"},{"name":"LESS","id":240,"value":5,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"GREATER","id":241,"value":6,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"LESS_OR_EQUAL","id":242,"value":7,"literal":"LESS_OR_EQUAL","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL","id":243,"value":8,"literal":"GREATER_OR_EQUAL","eClass":"EEnumLiteral"},{"name":"EQUAL","id":244,"value":9,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"DISTINCT","id":245,"value":10,"literal":"DISTINCT","eClass":"EEnumLiteral"},{"name":"AND","id":246,"value":11,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":247,"value":12,"literal":"OR","eClass":"EEnumLiteral"},{"name":"XOR","id":248,"value":13,"literal":"XOR","eClass":"EEnumLiteral"},{"name":"IMPLIES","id":249,"value":14,"literal":"IMPLIES","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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"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":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"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":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"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":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"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":263,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tupleType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":268,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"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":273,"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":274,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"enum_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"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":"literal","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"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":"reason","changeable":true,"lowerBound":1,"iD":false,"id":289,"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":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"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":1,"target":0},{"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":36,"target":18},{"source":36,"target":43},{"source":36,"target":1},{"source":43,"target":18},{"source":37,"target":2},{"source":37,"target":44},{"source":37,"target":1},{"source":44,"target":2},{"source":38,"target":21},{"source":38,"target":45},{"source":38,"target":1},{"source":45,"target":21},{"source":39,"target":5},{"source":39,"target":46},{"source":39,"target":1},{"source":46,"target":5},{"source":40,"target":6},{"source":40,"target":47},{"source":40,"target":1},{"source":47,"target":6},{"source":41,"target":22},{"source":41,"target":48},{"source":41,"target":1},{"source":48,"target":22},{"source":42,"target":25},{"source":42,"target":49},{"source":42,"target":1},{"source":49,"target":25},{"source":2,"target":0},{"source":2,"target":50},{"source":50,"target":51},{"source":50,"target":2},{"source":3,"target":0},{"source":3,"target":52},{"source":52,"target":27},{"source":52,"target":53},{"source":52,"target":3},{"source":53,"target":27},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":54,"target":57},{"source":54,"target":4},{"source":55,"target":20},{"source":55,"target":58},{"source":55,"target":4},{"source":58,"target":20},{"source":56,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":59},{"source":59,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":60},{"source":6,"target":61},{"source":60,"target":17},{"source":60,"target":62},{"source":60,"target":6},{"source":62,"target":17},{"source":61,"target":4},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":63},{"source":63,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":64},{"source":64,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":65},{"source":10,"target":66},{"source":65,"target":6},{"source":65,"target":67},{"source":65,"target":10},{"source":67,"target":6},{"source":66,"target":8},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":68},{"source":68,"target":7},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":69},{"source":12,"target":70},{"source":12,"target":71},{"source":69,"target":25},{"source":69,"target":72},{"source":69,"target":12},{"source":72,"target":25},{"source":70,"target":73},{"source":70,"target":12},{"source":71,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":74},{"source":13,"target":75},{"source":74,"target":5},{"source":74,"target":76},{"source":74,"target":13},{"source":76,"target":5},{"source":75,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":77},{"source":77,"target":11},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":78},{"source":15,"target":79},{"source":78,"target":80},{"source":78,"target":15},{"source":79,"target":11},{"source":16,"target":0},{"source":16,"target":81},{"source":16,"target":82},{"source":81,"target":83},{"source":81,"target":16},{"source":82,"target":27},{"source":82,"target":84},{"source":82,"target":16},{"source":84,"target":27},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":85},{"source":85,"target":16},{"source":18,"target":0},{"source":18,"target":86},{"source":86,"target":19},{"source":86,"target":87},{"source":86,"target":18},{"source":87,"target":19},{"source":19,"target":0},{"source":19,"target":88},{"source":19,"target":89},{"source":19,"target":90},{"source":88,"target":91},{"source":88,"target":19},{"source":89,"target":21},{"source":89,"target":92},{"source":89,"target":19},{"source":92,"target":21},{"source":90,"target":23},{"source":90,"target":93},{"source":90,"target":19},{"source":93,"target":23},{"source":20,"target":0},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":94},{"source":21,"target":95},{"source":94,"target":96},{"source":94,"target":21},{"source":95,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":97},{"source":22,"target":98},{"source":97,"target":99},{"source":97,"target":22},{"source":98,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":100},{"source":23,"target":101},{"source":23,"target":102},{"source":100,"target":103},{"source":100,"target":23},{"source":101,"target":24},{"source":101,"target":104},{"source":101,"target":23},{"source":104,"target":24},{"source":102,"target":20},{"source":24,"target":0},{"source":24,"target":105},{"source":105,"target":106},{"source":105,"target":24},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":107},{"source":25,"target":108},{"source":25,"target":109},{"source":107,"target":110},{"source":107,"target":25},{"source":108,"target":26},{"source":108,"target":111},{"source":108,"target":25},{"source":111,"target":26},{"source":109,"target":20},{"source":26,"target":0},{"source":26,"target":112},{"source":26,"target":113},{"source":112,"target":114},{"source":112,"target":26},{"source":113,"target":27},{"source":113,"target":115},{"source":113,"target":26},{"source":115,"target":27},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":116},{"source":28,"target":117},{"source":116,"target":20},{"source":116,"target":118},{"source":116,"target":28},{"source":118,"target":20},{"source":117,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":119},{"source":119,"target":27},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":120},{"source":30,"target":121},{"source":120,"target":27},{"source":120,"target":122},{"source":120,"target":30},{"source":122,"target":27},{"source":121,"target":27},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":123},{"source":123,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":124},{"source":124,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":125},{"source":125,"target":30},{"source":34,"target":0},{"source":34,"target":30},{"source":34,"target":126},{"source":126,"target":30},{"source":35,"target":127},{"source":35,"target":128},{"source":35,"target":129},{"source":35,"target":130},{"source":35,"target":131},{"source":35,"target":132},{"source":35,"target":133},{"source":35,"target":134},{"source":35,"target":135},{"source":35,"target":136},{"source":35,"target":137},{"source":35,"target":138},{"source":35,"target":139},{"source":35,"target":140},{"source":35,"target":141},{"source":35,"target":142},{"source":35,"target":143},{"source":35,"target":144},{"source":35,"target":145},{"source":35,"target":146},{"source":35,"target":147},{"source":35,"target":148},{"source":35,"target":149},{"source":35,"target":150},{"source":35,"target":151},{"source":35,"target":152},{"source":35,"target":153},{"source":35,"target":154},{"source":35,"target":155},{"source":35,"target":156},{"source":35,"target":157},{"source":35,"target":158},{"source":35,"target":159},{"source":35,"target":160},{"source":35,"target":161},{"source":35,"target":162},{"source":35,"target":163},{"source":35,"target":0},{"source":127,"target":35},{"source":127,"target":164},{"source":164,"target":16},{"source":164,"target":165},{"source":164,"target":127},{"source":165,"target":16},{"source":128,"target":35},{"source":128,"target":2},{"source":128,"target":127},{"source":128,"target":166},{"source":128,"target":167},{"source":128,"target":168},{"source":128,"target":169},{"source":166,"target":21},{"source":166,"target":170},{"source":166,"target":128},{"source":170,"target":21},{"source":167,"target":131},{"source":167,"target":171},{"source":167,"target":128},{"source":171,"target":131},{"source":168,"target":2},{"source":169,"target":127},{"source":129,"target":35},{"source":129,"target":5},{"source":129,"target":127},{"source":129,"target":172},{"source":129,"target":173},{"source":129,"target":174},{"source":172,"target":131},{"source":172,"target":175},{"source":172,"target":129},{"source":175,"target":131},{"source":173,"target":5},{"source":174,"target":127},{"source":130,"target":35},{"source":130,"target":6},{"source":130,"target":127},{"source":130,"target":176},{"source":130,"target":177},{"source":130,"target":178},{"source":176,"target":131},{"source":176,"target":179},{"source":176,"target":130},{"source":179,"target":131},{"source":177,"target":6},{"source":178,"target":127},{"source":131,"target":35},{"source":131,"target":180},{"source":180,"target":27},{"source":180,"target":181},{"source":180,"target":131},{"source":181,"target":27},{"source":132,"target":35},{"source":132,"target":131},{"source":132,"target":182},{"source":182,"target":131},{"source":133,"target":35},{"source":133,"target":131},{"source":133,"target":183},{"source":133,"target":184},{"source":183,"target":131},{"source":183,"target":185},{"source":183,"target":133},{"source":185,"target":131},{"source":184,"target":131},{"source":134,"target":35},{"source":134,"target":133},{"source":134,"target":186},{"source":134,"target":187},{"source":186,"target":131},{"source":186,"target":188},{"source":186,"target":134},{"source":188,"target":131},{"source":187,"target":133},{"source":135,"target":35},{"source":135,"target":134},{"source":135,"target":189},{"source":135,"target":190},{"source":135,"target":191},{"source":189,"target":192},{"source":189,"target":135},{"source":190,"target":8},{"source":190,"target":193},{"source":190,"target":135},{"source":193,"target":8},{"source":191,"target":134},{"source":136,"target":35},{"source":136,"target":133},{"source":136,"target":194},{"source":136,"target":195},{"source":136,"target":196},{"source":194,"target":197},{"source":194,"target":136},{"source":195,"target":11},{"source":195,"target":198},{"source":195,"target":136},{"source":198,"target":11},{"source":196,"target":133},{"source":137,"target":35},{"source":137,"target":134},{"source":137,"target":199},{"source":137,"target":200},{"source":199,"target":201},{"source":199,"target":137},{"source":200,"target":134},{"source":138,"target":35},{"source":138,"target":133},{"source":138,"target":202},{"source":138,"target":203},{"source":138,"target":204},{"source":202,"target":141},{"source":202,"target":205},{"source":202,"target":138},{"source":205,"target":141},{"source":203,"target":131},{"source":203,"target":206},{"source":203,"target":138},{"source":206,"target":131},{"source":204,"target":133},{"source":139,"target":35},{"source":139,"target":138},{"source":139,"target":207},{"source":139,"target":208},{"source":207,"target":209},{"source":207,"target":139},{"source":208,"target":138},{"source":140,"target":35},{"source":140,"target":138},{"source":140,"target":210},{"source":140,"target":211},{"source":140,"target":212},{"source":210,"target":16},{"source":210,"target":213},{"source":210,"target":140},{"source":213,"target":16},{"source":211,"target":131},{"source":211,"target":214},{"source":211,"target":140},{"source":214,"target":131},{"source":212,"target":138},{"source":141,"target":35},{"source":141,"target":16},{"source":141,"target":215},{"source":215,"target":16},{"source":142,"target":35},{"source":142,"target":131},{"source":142,"target":216},{"source":142,"target":217},{"source":142,"target":218},{"source":142,"target":219},{"source":216,"target":131},{"source":216,"target":220},{"source":216,"target":142},{"source":220,"target":131},{"source":217,"target":131},{"source":217,"target":221},{"source":217,"target":142},{"source":221,"target":131},{"source":218,"target":131},{"source":218,"target":222},{"source":218,"target":142},{"source":222,"target":131},{"source":219,"target":131},{"source":143,"target":35},{"source":143,"target":131},{"source":143,"target":223},{"source":143,"target":224},{"source":143,"target":225},{"source":143,"target":226},{"source":223,"target":16},{"source":223,"target":227},{"source":223,"target":143},{"source":227,"target":16},{"source":224,"target":131},{"source":224,"target":228},{"source":224,"target":143},{"source":228,"target":131},{"source":225,"target":131},{"source":225,"target":229},{"source":225,"target":143},{"source":229,"target":131},{"source":226,"target":131},{"source":144,"target":35},{"source":144,"target":133},{"source":144,"target":230},{"source":144,"target":231},{"source":144,"target":232},{"source":230,"target":145},{"source":230,"target":233},{"source":230,"target":144},{"source":233,"target":145},{"source":231,"target":131},{"source":231,"target":234},{"source":231,"target":144},{"source":234,"target":131},{"source":232,"target":133},{"source":145,"target":35},{"source":145,"target":235},{"source":145,"target":236},{"source":145,"target":237},{"source":145,"target":238},{"source":145,"target":239},{"source":145,"target":240},{"source":145,"target":241},{"source":145,"target":242},{"source":145,"target":243},{"source":145,"target":244},{"source":145,"target":245},{"source":145,"target":246},{"source":145,"target":247},{"source":145,"target":248},{"source":145,"target":249},{"source":235,"target":145},{"source":236,"target":145},{"source":237,"target":145},{"source":238,"target":145},{"source":239,"target":145},{"source":240,"target":145},{"source":241,"target":145},{"source":242,"target":145},{"source":243,"target":145},{"source":244,"target":145},{"source":245,"target":145},{"source":246,"target":145},{"source":247,"target":145},{"source":248,"target":145},{"source":249,"target":145},{"source":146,"target":35},{"source":146,"target":131},{"source":146,"target":250},{"source":146,"target":251},{"source":250,"target":16},{"source":250,"target":252},{"source":250,"target":146},{"source":252,"target":16},{"source":251,"target":131},{"source":147,"target":35},{"source":147,"target":131},{"source":147,"target":253},{"source":253,"target":131},{"source":148,"target":35},{"source":148,"target":147},{"source":148,"target":254},{"source":148,"target":255},{"source":254,"target":256},{"source":254,"target":148},{"source":255,"target":147},{"source":149,"target":35},{"source":149,"target":147},{"source":149,"target":257},{"source":149,"target":258},{"source":257,"target":259},{"source":257,"target":149},{"source":258,"target":147},{"source":150,"target":35},{"source":150,"target":147},{"source":150,"target":260},{"source":150,"target":261},{"source":260,"target":262},{"source":260,"target":150},{"source":261,"target":147},{"source":151,"target":35},{"source":151,"target":147},{"source":151,"target":263},{"source":151,"target":264},{"source":263,"target":265},{"source":263,"target":151},{"source":264,"target":147},{"source":152,"target":35},{"source":152,"target":147},{"source":152,"target":266},{"source":266,"target":147},{"source":153,"target":35},{"source":153,"target":147},{"source":153,"target":267},{"source":267,"target":147},{"source":154,"target":35},{"source":154,"target":147},{"source":154,"target":268},{"source":154,"target":269},{"source":154,"target":270},{"source":268,"target":25},{"source":268,"target":271},{"source":268,"target":154},{"source":271,"target":25},{"source":269,"target":155},{"source":269,"target":272},{"source":269,"target":154},{"source":272,"target":155},{"source":270,"target":147},{"source":155,"target":35},{"source":155,"target":273},{"source":155,"target":274},{"source":273,"target":275},{"source":273,"target":155},{"source":274,"target":131},{"source":274,"target":276},{"source":274,"target":155},{"source":276,"target":131},{"source":156,"target":35},{"source":156,"target":147},{"source":156,"target":277},{"source":156,"target":278},{"source":156,"target":279},{"source":277,"target":28},{"source":277,"target":280},{"source":277,"target":156},{"source":280,"target":28},{"source":278,"target":24},{"source":278,"target":281},{"source":278,"target":156},{"source":281,"target":24},{"source":279,"target":147},{"source":157,"target":35},{"source":157,"target":147},{"source":157,"target":282},{"source":157,"target":283},{"source":282,"target":131},{"source":282,"target":284},{"source":282,"target":157},{"source":284,"target":131},{"source":283,"target":147},{"source":158,"target":35},{"source":158,"target":157},{"source":158,"target":285},{"source":285,"target":157},{"source":159,"target":35},{"source":159,"target":157},{"source":159,"target":286},{"source":286,"target":157},{"source":160,"target":35},{"source":160,"target":157},{"source":160,"target":287},{"source":287,"target":157},{"source":161,"target":35},{"source":161,"target":157},{"source":161,"target":288},{"source":288,"target":157},{"source":162,"target":35},{"source":162,"target":131},{"source":162,"target":289},{"source":162,"target":290},{"source":162,"target":291},{"source":289,"target":292},{"source":289,"target":162},{"source":290,"target":293},{"source":290,"target":162},{"source":291,"target":131},{"source":163,"target":35}],"multigraph":true}
ecore
greetings
repo-ecore-all/data/dwagelaar/TTC2011/metamodels/helloworld2.ecore
helloworld2 Greeting greetingMessage person GreetingMessage text Person name
<?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="helloworld2" nsURI="platform:/resource/TTC2011/metamodels/helloworld2.ecore" nsPrefix="helloworld2"> <eClassifiers xsi:type="ecore:EClass" name="Greeting"> <eStructuralFeatures xsi:type="ecore:EReference" name="greetingMessage" eType="#//GreetingMessage" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="person" eType="#//Person" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreetingMessage"> <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="Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"helloworld2","nsURI":"platform:/resource/TTC2011/metamodels/helloworld2.ecore","name":"helloworld2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greeting","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreetingMessage","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":3,"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":"greetingMessage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"person","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"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":8,"derived":false},{"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},{"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":2},{"source":4,"target":6},{"source":4,"target":1},{"source":6,"target":2},{"source":5,"target":3},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":3},{"source":2,"target":0},{"source":2,"target":8},{"source":8,"target":9},{"source":8,"target":2},{"source":3,"target":0},{"source":3,"target":10},{"source":10,"target":11},{"source":10,"target":3}],"multigraph":true}
ecore
tree
repo-ecore-all/data/NicolasBonet/ETLMetrics/Implementacion/src/co/edu/uniandes/badSmellsChecker/models/Tree.ecore
TreeDsl Tree children parent label
<?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="TreeDsl" nsURI="TreeDsl" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Tree"> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//Tree" containment="true" eOpposite="#//Tree/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Tree" eOpposite="#//Tree/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"TreeDsl","name":"TreeDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":1,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":2,"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":3,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":2,"target":1},{"source":2,"target":5},{"source":2,"target":1},{"source":2,"target":3},{"source":5,"target":1},{"source":3,"target":1},{"source":3,"target":6},{"source":3,"target":1},{"source":3,"target":2},{"source":6,"target":1},{"source":4,"target":7},{"source":4,"target":1}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/ra139233/LAB05/types.ecore
types Integer int int Real double double String java.lang.String java.lang.String UnlimitedNatural int int Boolean boolean boolean
<?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="types" nsURI="http://www.eclipse.org/uml2/5.0.0/Types" nsPrefix="types"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="PrimitiveTypes"/> </eAnnotations> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Integer is a primitive type representing integer values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Real is a primitive type representing the mathematical concept of real."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="String is a sequence of characters in some suitable character set used to display information about the model. Character sets may include non-Roman alphabets and characters."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="UnlimitedNatural is a primitive type representing unlimited natural values."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Boolean is used for logical expressions, consisting of the predefined values true and false."/> </eAnnotations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.eclipse.org/uml2/5.0.0/Types","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":2,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":3,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":5,"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":1,"target":0},{"source":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0}],"multigraph":true}
ecore
relational
repo-ecore-all/data/NMFCode/NMF/Transformations/Tests/CodeGenerationTests/Relational.ecore
Relational Named name Table col key Column owner keyOf type Type PrimitiveTypes Boolean java.lang.Boolean java.lang.Boolean Integer java.lang.Integer java.lang.Integer String java.lang.String java.lang.String
<?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="Relational" nsURI="http://ttc/Relational" nsPrefix="rel"> <eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#/1/String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#/0/Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="col" upperBound="-1" eType="#/0/Column" containment="true" eOpposite="#/0/Column/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" upperBound="-1" eType="#/0/Column" eOpposite="#/0/Column/keyOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#/0/Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#/0/Table" eOpposite="#/0/Table/col"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyOf" ordered="false" eType="#/0/Table" eOpposite="#/0/Table/key"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/0/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#/0/Named"/> </ecore:EPackage> <ecore:EPackage name="PrimitiveTypes" nsURI="http://ttc/dbPrimitiveTypes" nsPrefix="dbPT"> <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>
true
{"directed":true,"nodes":[{"nsPrefix":"rel","nsURI":"http://ttc/Relational","name":"Relational","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","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"},{"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":5,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":6,"serializable":true,"eClass":"EDataType"},{"id":7,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"col","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"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":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"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":12,"derived":false},{"id":13,"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":"keyOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"nsPrefix":"dbPT","nsURI":"http://ttc/dbPrimitiveTypes","name":"PrimitiveTypes","id":21,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":23,"serializable":true,"eClass":"EDataType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":5,"target":6},{"source":5,"target":7},{"source":5,"target":1},{"source":7,"target":6},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":2},{"source":8,"target":12},{"source":11,"target":3},{"source":9,"target":3},{"source":9,"target":13},{"source":9,"target":2},{"source":9,"target":14},{"source":13,"target":3},{"source":10,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":12},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":12,"target":2},{"source":12,"target":17},{"source":12,"target":3},{"source":12,"target":8},{"source":17,"target":2},{"source":14,"target":2},{"source":14,"target":18},{"source":14,"target":3},{"source":14,"target":9},{"source":18,"target":2},{"source":15,"target":4},{"source":15,"target":19},{"source":15,"target":3},{"source":19,"target":4},{"source":16,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":20},{"source":20,"target":1},{"source":21,"target":22},{"source":21,"target":23},{"source":21,"target":6},{"source":22,"target":21},{"source":23,"target":21},{"source":6,"target":21}],"multigraph":true}
ecore
education
repo-ecore-all/data/siba88/ame/at.ac.tuwien.big.momot.examples.university.assign/model/university.ecore
university Course name professors Professor name courses University professors courses name
<?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="university" nsURI="http://www.big.tuwien.ac.at/ame/university" nsPrefix="uni"> <eClassifiers xsi:type="ecore:EClass" name="Course"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="professors" lowerBound="5" upperBound="10" eType="#//Professor" eOpposite="#//Professor/courses"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Professor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" lowerBound="1" upperBound="-1" eType="#//Course" eOpposite="#//Course/professors"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="University"> <eStructuralFeatures xsi:type="ecore:EReference" name="professors" upperBound="-1" eType="#//Professor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" upperBound="-1" eType="#//Course" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"uni","nsURI":"http://www.big.tuwien.ac.at/ame/university","name":"university","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Course","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Professor","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"University","instanceClass":null,"abstract":false,"id":3,"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":4,"derived":false},{"container":false,"ordered":true,"upperBound":10,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"professors","changeable":true,"resolveProxies":true,"lowerBound":5,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"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":"courses","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"professors","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":"courses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"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":6},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":5,"target":8},{"source":7,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":8},{"source":9,"target":10},{"source":9,"target":2},{"source":8,"target":1},{"source":8,"target":11},{"source":8,"target":2},{"source":8,"target":5},{"source":11,"target":1},{"source":3,"target":0},{"source":3,"target":12},{"source":3,"target":13},{"source":3,"target":14},{"source":12,"target":2},{"source":12,"target":15},{"source":12,"target":3},{"source":15,"target":2},{"source":13,"target":1},{"source":13,"target":16},{"source":13,"target":3},{"source":16,"target":1},{"source":14,"target":17},{"source":14,"target":3}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/piece/piece-ide/com.piece_framework.piece_ide.flow_designer.model/model/FlowDesigner.ecore
FlowDesigner InitialState initialize FinalState finalize ActionState ViewState view Event event nextState action guard Source canBeSource target events Target canBeTarget source NamedState name activity exit entry Flow findStateByName name hasLastState initialState states finalState Action java.lang.String java.lang.String
<?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="FlowDesigner" nsURI="http://piece-framework.com/piece-ide/flowdesigner/1.0" nsPrefix="FlowDesigner"> <eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//Source"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialize" eType="#//Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//Target"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalize" eType="#//Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActionState" eSuperTypes="#//NamedState"/> <eClassifiers xsi:type="ecore:EClass" name="ViewState" eSuperTypes="#//NamedState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="view" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nextState" lowerBound="1" eType="#//Target"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="#//Action"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guard" eType="#//Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Source" abstract="true" interface="true"> <eOperations name="canBeSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="target" eType="#//Target"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//Event" containment="true" eKeys="#//Event/event"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Target" abstract="true" interface="true"> <eOperations name="canBeTarget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="source" eType="#//Source"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedState" abstract="true" eSuperTypes="#//Source #//Target"> <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="activity" eType="#//Action"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exit" eType="#//Action"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entry" eType="#//Action"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Flow"> <eOperations name="findStateByName" eType="#//NamedState"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="hasLastState" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="#//InitialState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//NamedState" containment="true" eKeys="#//NamedState/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalState" eType="#//FinalState" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Action" instanceClassName="java.lang.String"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"FlowDesigner","nsURI":"http://piece-framework.com/piece-ide/flowdesigner/1.0","name":"FlowDesigner","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedState","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Action","instanceClass":"java.lang.String","id":10,"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":"initialize","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"finalize","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"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":"view","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"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":"event","changeable":true,"lowerBound":0,"iD":false,"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":"nextState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"action","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":"guard","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"canBeSource","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":"events","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","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":"canBeTarget","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":"activity","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":"exit","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":"entry","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"findStateByName","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasLastState","lowerBound":0,"id":50,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"states","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":"finalState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"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":1,"target":0},{"source":1,"target":6},{"source":1,"target":11},{"source":1,"target":12},{"source":11,"target":10},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":10},{"source":12,"target":6},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":14},{"source":2,"target":15},{"source":14,"target":10},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":10},{"source":15,"target":7},{"source":3,"target":0},{"source":3,"target":8},{"source":3,"target":17},{"source":17,"target":8},{"source":4,"target":0},{"source":4,"target":8},{"source":4,"target":18},{"source":4,"target":19},{"source":18,"target":20},{"source":18,"target":4},{"source":19,"target":8},{"source":5,"target":0},{"source":5,"target":21},{"source":5,"target":22},{"source":5,"target":23},{"source":5,"target":24},{"source":21,"target":25},{"source":21,"target":5},{"source":22,"target":7},{"source":22,"target":26},{"source":22,"target":5},{"source":26,"target":7},{"source":23,"target":10},{"source":23,"target":27},{"source":23,"target":5},{"source":27,"target":10},{"source":24,"target":10},{"source":24,"target":28},{"source":24,"target":5},{"source":28,"target":10},{"source":6,"target":0},{"source":6,"target":29},{"source":6,"target":30},{"source":29,"target":31},{"source":29,"target":6},{"source":29,"target":32},{"source":32,"target":7},{"source":32,"target":33},{"source":32,"target":29},{"source":33,"target":7},{"source":30,"target":5},{"source":30,"target":34},{"source":30,"target":6},{"source":30,"target":21},{"source":34,"target":5},{"source":7,"target":0},{"source":7,"target":35},{"source":35,"target":36},{"source":35,"target":7},{"source":35,"target":37},{"source":37,"target":6},{"source":37,"target":38},{"source":37,"target":35},{"source":38,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":7},{"source":8,"target":39},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":8,"target":44},{"source":39,"target":45},{"source":39,"target":8},{"source":40,"target":10},{"source":40,"target":46},{"source":40,"target":8},{"source":46,"target":10},{"source":41,"target":10},{"source":41,"target":47},{"source":41,"target":8},{"source":47,"target":10},{"source":42,"target":10},{"source":42,"target":48},{"source":42,"target":8},{"source":48,"target":10},{"source":43,"target":6},{"source":44,"target":7},{"source":9,"target":0},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":9,"target":53},{"source":49,"target":8},{"source":49,"target":54},{"source":49,"target":9},{"source":49,"target":55},{"source":54,"target":8},{"source":55,"target":56},{"source":55,"target":49},{"source":50,"target":57},{"source":50,"target":9},{"source":51,"target":1},{"source":51,"target":58},{"source":51,"target":9},{"source":58,"target":1},{"source":52,"target":8},{"source":52,"target":59},{"source":52,"target":9},{"source":52,"target":39},{"source":59,"target":8},{"source":53,"target":2},{"source":53,"target":60},{"source":53,"target":9},{"source":60,"target":2},{"source":10,"target":0}],"multigraph":true}
ecore
relational
repo-ecore-all/data/atlanmod/atl/tests/org.eclipse.m2m.atl.tests/data/inputs/UML2Relational/relational.ecore
relational Database name url ownedSchemas Schema name ownedTables owner Table name ownedColumns ownedForeignKeys owner ForeignKey name foreignTable sourceTable Column name type isPrimaryKey isUnique owner Type NUMERIC NUMERIC VARCHAR VARCHAR DATE DATE TIME TIME FLOAT FLOAT CHAR CHAR ModelElement comment
<?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="relational" nsURI="http://www.obeo.fr/dsl/relational" nsPrefix="relational"> <eClassifiers xsi:type="ecore:EClass" name="Database" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="url" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSchemas" ordered="false" upperBound="-1" eType="#//Schema" containment="true" eOpposite="#//Schema/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Schema" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTables" ordered="false" upperBound="-1" eType="#//Table" containment="true" eOpposite="#//Table/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//Database" eOpposite="#//Database/ownedSchemas"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedColumns" ordered="false" upperBound="-1" eType="#//Column" containment="true" eOpposite="#//Column/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedForeignKeys" ordered="false" upperBound="-1" eType="#//ForeignKey" containment="true" eOpposite="#//ForeignKey/foreignTable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//Schema" eOpposite="#//Schema/ownedTables"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeignKey" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foreignTable" lowerBound="1" eType="#//Table" eOpposite="#//Table/ownedForeignKeys"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceTable" lowerBound="1" eType="#//Table"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//ModelElement"> <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="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimaryKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//Table" eOpposite="#//Table/ownedColumns"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="NUMERIC"/> <eLiterals name="VARCHAR" value="1"/> <eLiterals name="DATE" value="2"/> <eLiterals name="TIME" value="3"/> <eLiterals name="FLOAT" value="4"/> <eLiterals name="CHAR" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"relational","nsURI":"http://www.obeo.fr/dsl/relational","name":"relational","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeignKey","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":7,"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":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":"url","changeable":true,"lowerBound":0,"iD":false,"id":9,"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":"ownedSchemas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"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":"ownedTables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedColumns","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedForeignKeys","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":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":29,"derived":false},{"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":"foreignTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":33,"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":"sourceTable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"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":"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":40,"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":"isPrimaryKey","changeable":true,"lowerBound":0,"iD":false,"id":41,"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":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"name":"NUMERIC","id":49,"value":0,"literal":"NUMERIC","eClass":"EEnumLiteral"},{"name":"VARCHAR","id":50,"value":1,"literal":"VARCHAR","eClass":"EEnumLiteral"},{"name":"DATE","id":51,"value":2,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"TIME","id":52,"value":3,"literal":"TIME","eClass":"EEnumLiteral"},{"name":"FLOAT","id":53,"value":4,"literal":"FLOAT","eClass":"EEnumLiteral"},{"name":"CHAR","id":54,"value":5,"literal":"CHAR","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"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":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":8,"target":12},{"source":8,"target":1},{"source":9,"target":13},{"source":9,"target":1},{"source":10,"target":2},{"source":10,"target":14},{"source":10,"target":1},{"source":10,"target":15},{"source":14,"target":2},{"source":11,"target":7},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":15},{"source":2,"target":18},{"source":16,"target":19},{"source":16,"target":2},{"source":17,"target":3},{"source":17,"target":20},{"source":17,"target":2},{"source":17,"target":21},{"source":20,"target":3},{"source":15,"target":1},{"source":15,"target":22},{"source":15,"target":2},{"source":15,"target":10},{"source":22,"target":1},{"source":18,"target":7},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":21},{"source":3,"target":26},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":5},{"source":24,"target":28},{"source":24,"target":3},{"source":24,"target":29},{"source":28,"target":5},{"source":25,"target":4},{"source":25,"target":30},{"source":25,"target":3},{"source":25,"target":31},{"source":30,"target":4},{"source":21,"target":2},{"source":21,"target":32},{"source":21,"target":3},{"source":21,"target":17},{"source":32,"target":2},{"source":26,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":33},{"source":4,"target":31},{"source":4,"target":34},{"source":4,"target":35},{"source":33,"target":36},{"source":33,"target":4},{"source":31,"target":3},{"source":31,"target":37},{"source":31,"target":4},{"source":31,"target":25},{"source":37,"target":3},{"source":34,"target":3},{"source":34,"target":38},{"source":34,"target":4},{"source":38,"target":3},{"source":35,"target":7},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":29},{"source":5,"target":43},{"source":39,"target":44},{"source":39,"target":5},{"source":40,"target":6},{"source":40,"target":45},{"source":40,"target":5},{"source":45,"target":6},{"source":41,"target":46},{"source":41,"target":5},{"source":42,"target":47},{"source":42,"target":5},{"source":29,"target":3},{"source":29,"target":48},{"source":29,"target":5},{"source":29,"target":24},{"source":48,"target":3},{"source":43,"target":7},{"source":6,"target":0},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":49,"target":6},{"source":50,"target":6},{"source":51,"target":6},{"source":52,"target":6},{"source":53,"target":6},{"source":54,"target":6},{"source":7,"target":0},{"source":7,"target":55},{"source":55,"target":56},{"source":55,"target":7}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/mde-book/logo/domain/example.logo.model/model/ASMLogo.ecore
logoASM Instruction Primitive Back steps Forward steps Left angle Right angle PenDown PenUp Clear Expression BinaryExp lhs rhs Constant integerValue ProcCall actualArgs declaration ProcDeclaration name args instructions Block instructions If thenPart elsePart ControlStructure condition Repeat block While block Parameter name ParameterCall parameter Plus Minus Mult Div Equals Greater Lower LogoProgram instructions
<?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="logoASM" nsURI="http://www.kermeta.org/logoASM" nsPrefix="logoASM"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </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="Instruction" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="Back" eSuperTypes="#//Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Forward" eSuperTypes="#//Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="steps" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Left" eSuperTypes="#//Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Right" eSuperTypes="#//Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="angle" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PenDown" eSuperTypes="#//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="PenUp" eSuperTypes="#//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="Clear" eSuperTypes="#//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryExp" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="integerValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcCall" eSuperTypes="#//Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="same_number_of_formals_and_actuals"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="same_number_of_formals_and_actuals" value="actualArgs->size() = declaration.args->size()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="actualArgs" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//ProcDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcDeclaration" eSuperTypes="#//Instruction"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="unique_names_for_formal_arguments"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="unique_names_for_formal_arguments" value="&#xA;&#x9;&#x9;args->forAll( a1 , a2 | a1.name = a2.name implies a1 = a2)"/> </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="args" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//ControlStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlStructure" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="#//ControlStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//ControlStructure"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <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="ParameterCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="#//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Equals" eSuperTypes="#//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="Lower" eSuperTypes="#//BinaryExp"/> <eClassifiers xsi:type="ecore:EClass" name="LogoProgram"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"logoASM","nsURI":"http://www.kermeta.org/logoASM","name":"logoASM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Back","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Forward","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Left","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Right","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenDown","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PenUp","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clear","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExp","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcCall","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlStructure","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterCall","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equals","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lower","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoProgram","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":true,"unsettable":false,"transient":false,"unique":true,"name":"steps","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"angle","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"},{"container":false,"ordered":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":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"integerValue","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"args","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":"instructions","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"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},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":1,"target":0},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":30},{"source":30,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":10},{"source":31,"target":33},{"source":31,"target":3},{"source":33,"target":10},{"source":32,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":34},{"source":4,"target":35},{"source":34,"target":10},{"source":34,"target":36},{"source":34,"target":4},{"source":36,"target":10},{"source":35,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":37},{"source":5,"target":38},{"source":37,"target":10},{"source":37,"target":39},{"source":37,"target":5},{"source":39,"target":10},{"source":38,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":40},{"source":6,"target":41},{"source":40,"target":10},{"source":40,"target":42},{"source":40,"target":6},{"source":42,"target":10},{"source":41,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":43},{"source":43,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":44},{"source":44,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":45},{"source":45,"target":2},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":46},{"source":46,"target":1},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":47},{"source":11,"target":48},{"source":11,"target":49},{"source":47,"target":10},{"source":47,"target":50},{"source":47,"target":11},{"source":50,"target":10},{"source":48,"target":10},{"source":48,"target":51},{"source":48,"target":11},{"source":51,"target":10},{"source":49,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":52},{"source":12,"target":53},{"source":52,"target":54},{"source":52,"target":12},{"source":53,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":55},{"source":13,"target":56},{"source":13,"target":57},{"source":55,"target":10},{"source":55,"target":58},{"source":55,"target":13},{"source":58,"target":10},{"source":56,"target":14},{"source":56,"target":59},{"source":56,"target":13},{"source":59,"target":14},{"source":57,"target":10},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":60},{"source":14,"target":61},{"source":14,"target":62},{"source":14,"target":63},{"source":60,"target":64},{"source":60,"target":14},{"source":61,"target":20},{"source":61,"target":65},{"source":61,"target":14},{"source":65,"target":20},{"source":62,"target":1},{"source":62,"target":66},{"source":62,"target":14},{"source":66,"target":1},{"source":63,"target":1},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":67},{"source":15,"target":68},{"source":67,"target":1},{"source":67,"target":69},{"source":67,"target":15},{"source":69,"target":1},{"source":68,"target":1},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":70},{"source":16,"target":71},{"source":16,"target":72},{"source":70,"target":15},{"source":70,"target":73},{"source":70,"target":16},{"source":73,"target":15},{"source":71,"target":15},{"source":71,"target":74},{"source":71,"target":16},{"source":74,"target":15},{"source":72,"target":17},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":75},{"source":17,"target":76},{"source":75,"target":10},{"source":75,"target":77},{"source":75,"target":17},{"source":77,"target":10},{"source":76,"target":1},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":78},{"source":18,"target":79},{"source":78,"target":15},{"source":78,"target":80},{"source":78,"target":18},{"source":80,"target":15},{"source":79,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":81},{"source":19,"target":82},{"source":81,"target":15},{"source":81,"target":83},{"source":81,"target":19},{"source":83,"target":15},{"source":82,"target":17},{"source":20,"target":0},{"source":20,"target":84},{"source":84,"target":85},{"source":84,"target":20},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":86},{"source":21,"target":87},{"source":86,"target":20},{"source":86,"target":88},{"source":86,"target":21},{"source":88,"target":20},{"source":87,"target":10},{"source":22,"target":0},{"source":22,"target":11},{"source":22,"target":89},{"source":89,"target":11},{"source":23,"target":0},{"source":23,"target":11},{"source":23,"target":90},{"source":90,"target":11},{"source":24,"target":0},{"source":24,"target":11},{"source":24,"target":91},{"source":91,"target":11},{"source":25,"target":0},{"source":25,"target":11},{"source":25,"target":92},{"source":92,"target":11},{"source":26,"target":0},{"source":26,"target":11},{"source":26,"target":93},{"source":93,"target":11},{"source":27,"target":0},{"source":27,"target":11},{"source":27,"target":94},{"source":94,"target":11},{"source":28,"target":0},{"source":28,"target":11},{"source":28,"target":95},{"source":95,"target":11},{"source":29,"target":0},{"source":29,"target":96},{"source":96,"target":1},{"source":96,"target":97},{"source":96,"target":29},{"source":97,"target":1}],"multigraph":true}
ecore
library
repo-ecore-all/data/mickaelistria/EMF/tests/org.eclipse.emf.test.tools/data/ant.expected/models/1.4/creation/library.java/emf/library.ecore
library Book title pages 100 category author BookCategory MYSTERY MYSTERY ScienceFiction Science Fiction Biography Biography Library name writers books specialBooks bookByTitleMap writerByNameMap options writerByIDMap Writer name books EStringToBookMapEntry java.util.Map$Entry java.util.Map$Entry key value EStringToWriterMapEntry java.util.Map$Entry java.util.Map$Entry key value MyMapOfIntegersAndStrings java.util.Map java.util.Map Map java.util.Map java.util.Map
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="library" nsURI="http:///org/eclipse/example/library.ecore" nsPrefix="org.eclipse.example.library"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="MYSTERY"/> <eLiterals name="ScienceFiction" value="2" literal="Science Fiction"/> <eLiterals name="Biography" value="100"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specialBooks" upperBound="-1" eType="#//Book"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bookByTitleMap" upperBound="-1" eType="#//EStringToBookMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writerByNameMap" upperBound="-1" eType="#//EStringToWriterMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="options" eType="#//Map"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writerByIDMap" eType="#//MyMapOfIntegersAndStrings"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToBookMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Book"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToWriterMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Writer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MyMapOfIntegersAndStrings" instanceClassName="java.util.Map"/> <eClassifiers xsi:type="ecore:EDataType" name="Map" instanceClassName="java.util.Map"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.example.library","nsURI":"http:///org/eclipse/example/library.ecore","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"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":"Writer","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToBookMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToWriterMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"MyMapOfIntegersAndStrings","instanceClass":"java.util.Map","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"Map","instanceClass":"java.util.Map","id":8,"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","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":"category","changeable":true,"lowerBound":0,"iD":false,"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":"author","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"},{"container":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":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"name":"MYSTERY","id":18,"value":0,"literal":"MYSTERY","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":19,"value":2,"literal":"Science Fiction","eClass":"EEnumLiteral"},{"name":"Biography","id":20,"value":100,"literal":"Biography","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":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":"writers","changeable":true,"resolveProxies":false,"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":"books","changeable":true,"resolveProxies":false,"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":"specialBooks","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":"bookByTitleMap","changeable":true,"resolveProxies":false,"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":"writerByNameMap","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"options","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":"writerByIDMap","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"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":"key","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"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":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":4},{"source":12,"target":16},{"source":12,"target":1},{"source":12,"target":17},{"source":16,"target":4},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":18,"target":2},{"source":19,"target":2},{"source":20,"target":2},{"source":3,"target":0},{"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":21,"target":29},{"source":21,"target":3},{"source":22,"target":4},{"source":22,"target":30},{"source":22,"target":3},{"source":30,"target":4},{"source":23,"target":1},{"source":23,"target":31},{"source":23,"target":3},{"source":31,"target":1},{"source":24,"target":1},{"source":24,"target":32},{"source":24,"target":3},{"source":32,"target":1},{"source":25,"target":5},{"source":25,"target":33},{"source":25,"target":3},{"source":33,"target":5},{"source":26,"target":6},{"source":26,"target":34},{"source":26,"target":3},{"source":34,"target":6},{"source":27,"target":8},{"source":27,"target":35},{"source":27,"target":3},{"source":35,"target":8},{"source":28,"target":7},{"source":28,"target":36},{"source":28,"target":3},{"source":36,"target":7},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":17},{"source":37,"target":38},{"source":37,"target":4},{"source":17,"target":1},{"source":17,"target":39},{"source":17,"target":4},{"source":17,"target":12},{"source":39,"target":1},{"source":5,"target":0},{"source":5,"target":40},{"source":5,"target":41},{"source":40,"target":42},{"source":40,"target":5},{"source":41,"target":1},{"source":41,"target":43},{"source":41,"target":5},{"source":43,"target":1},{"source":6,"target":0},{"source":6,"target":44},{"source":6,"target":45},{"source":44,"target":46},{"source":44,"target":6},{"source":45,"target":4},{"source":45,"target":47},{"source":45,"target":6},{"source":47,"target":4},{"source":7,"target":0},{"source":8,"target":0}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/moliz/moliz.gemoc/examples/fsm/language_workbench/org.modelexecution.xmof.examples.fsm/model/fsm.ecore
fsm FSM name states transitions initialState State name outgoingTransitions incomingTransitions containingFSM Transition input target output source containingFSM
<?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="fsm" nsURI="http://www.modelexecution.org/fsm" 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="FSM"> <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="states" upperBound="-1" eType="//State" containment="true" eOpposite="//State/containingFSM"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="//Transition" containment="true" eOpposite="//Transition/containingFSM"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialState" lowerBound="1" eType="//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <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="outgoingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomingTransitions" upperBound="-1" eType="//Transition" eOpposite="//Transition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containingFSM" lowerBound="1" eType="//FSM" eOpposite="//FSM/states"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DeterminsticTransitionInput"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="DeterminsticTransitionInput" value="source.outgoingTransitions->select(t | t.input = input)->size() = 1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//State" eOpposite="//State/incomingTransitions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="output"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//State" eOpposite="//State/outgoingTransitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containingFSM" eType="//FSM" eOpposite="//FSM/transitions"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"fsm","nsURI":"http://www.modelexecution.org/fsm","name":"fsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FSM","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":"Transition","instanceClass":null,"abstract":false,"id":3,"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":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":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":6,"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":"initialState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"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":"containingFSM","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"containingFSM","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"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},{"container":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":"outgoingTransitions","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":"incomingTransitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"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":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"input","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":"output","changeable":true,"lowerBound":0,"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"}],"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":8},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":9},{"source":5,"target":1},{"source":5,"target":10},{"source":9,"target":2},{"source":6,"target":3},{"source":6,"target":11},{"source":6,"target":1},{"source":6,"target":12},{"source":11,"target":3},{"source":7,"target":2},{"source":7,"target":13},{"source":7,"target":1},{"source":13,"target":2},{"source":2,"target":0},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":10},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":18},{"source":15,"target":2},{"source":15,"target":19},{"source":18,"target":3},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":2},{"source":16,"target":21},{"source":20,"target":3},{"source":10,"target":1},{"source":10,"target":22},{"source":10,"target":2},{"source":10,"target":5},{"source":22,"target":1},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":21},{"source":3,"target":24},{"source":3,"target":19},{"source":3,"target":12},{"source":23,"target":25},{"source":23,"target":3},{"source":21,"target":2},{"source":21,"target":26},{"source":21,"target":3},{"source":21,"target":16},{"source":26,"target":2},{"source":24,"target":27},{"source":24,"target":3},{"source":19,"target":2},{"source":19,"target":28},{"source":19,"target":3},{"source":19,"target":15},{"source":28,"target":2},{"source":12,"target":1},{"source":12,"target":29},{"source":12,"target":3},{"source":12,"target":6},{"source":29,"target":1}],"multigraph":true}
ecore
metamodelling
repo-ecore-all/data/javitroya/ATL2DSLTrans/ATL2DSLTrans/testData_EC/Ecore.ecore
ecore EAttribute iD eAttributeType EAnnotation source details eModelElement contents references EClass isSuperTypeOf someClass getFeatureCount getEStructuralFeature featureID getFeatureID feature getEStructuralFeature featureName getOperationCount getEOperation operationID getOperationID operation getOverride operation abstract interface eSuperTypes eOperations eAllAttributes eAllReferences eReferences eAttributes eAllContainments eAllOperations eAllStructuralFeatures eAllSuperTypes eIDAttribute eStructuralFeatures eGenericSuperTypes eAllGenericSuperTypes EClassifier isInstance object getClassifierID instanceClassName instanceClass defaultValue instanceTypeName ePackage eTypeParameters EDataType serializable true EEnum getEEnumLiteral name getEEnumLiteral value getEEnumLiteralByLiteral literal eLiterals EEnumLiteral value instance literal eEnum EFactory create eClass createFromString eDataType literalValue convertToString eDataType instanceValue ePackage EModelElement getEAnnotation source eAnnotations ENamedElement name EObject eClass eIsProxy eResource eContainer eContainingFeature eContainmentFeature eContents eAllContents eCrossReferences eGet feature eGet feature resolve eSet feature newValue eIsSet feature eUnset feature eInvoke operation arguments EOperation getOperationID isOverrideOf someOperation eContainingClass eTypeParameters eParameters eExceptions eGenericExceptions EPackage getEClassifier name nsURI nsPrefix eFactoryInstance eClassifiers eSubpackages eSuperPackage EParameter eOperation EReference containment container resolveProxies true eOpposite eReferenceType eKeys EStructuralFeature getFeatureID getContainerClass changeable true volatile transient defaultValueLiteral defaultValue unsettable derived eContainingClass ETypedElement ordered true unique true lowerBound upperBound 1 many required eType eGenericType EBigDecimal java.math.BigDecimal java.math.BigDecimal EBigInteger java.math.BigInteger java.math.BigInteger EBoolean boolean boolean EBooleanObject java.lang.Boolean java.lang.Boolean EByte byte byte EByteArray byte[] byte[] EByteObject java.lang.Byte java.lang.Byte EChar char char ECharacterObject java.lang.Character java.lang.Character EDate java.util.Date java.util.Date EDiagnosticChain org.eclipse.emf.common.util.DiagnosticChain org.eclipse.emf.common.util.DiagnosticChain EDouble double double EDoubleObject java.lang.Double java.lang.Double EEList org.eclipse.emf.common.util.EList org.eclipse.emf.common.util.EList E EEnumerator org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator EFeatureMap org.eclipse.emf.ecore.util.FeatureMap org.eclipse.emf.ecore.util.FeatureMap EFeatureMapEntry org.eclipse.emf.ecore.util.FeatureMap$Entry org.eclipse.emf.ecore.util.FeatureMap$Entry EFloat float float EFloatObject java.lang.Float java.lang.Float EInt int int EIntegerObject java.lang.Integer java.lang.Integer EJavaClass java.lang.Class java.lang.Class T EJavaObject java.lang.Object java.lang.Object ELong long long ELongObject java.lang.Long java.lang.Long EMap java.util.Map java.util.Map K V EResource org.eclipse.emf.ecore.resource.Resource org.eclipse.emf.ecore.resource.Resource EResourceSet org.eclipse.emf.ecore.resource.ResourceSet org.eclipse.emf.ecore.resource.ResourceSet EShort short short EShortObject java.lang.Short java.lang.Short EString java.lang.String java.lang.String EStringToStringMapEntry java.util.Map$Entry java.util.Map$Entry key value ETreeIterator org.eclipse.emf.common.util.TreeIterator org.eclipse.emf.common.util.TreeIterator E EGenericType eUpperBound eTypeArguments eRawType eLowerBound eTypeParameter eClassifier ETypeParameter eBounds EInvocationTargetException java.lang.reflect.InvocationTargetException java.lang.reflect.InvocationTargetException
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EAttribute" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentTransient"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributeType" lowerBound="1" eType="#//EDataType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EAnnotation" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedSourceURI"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1" eType="#//EStringToStringMapEntry" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eModelElement" eType="#//EModelElement" transient="true" resolveProxies="false" eOpposite="#//EModelElement/eAnnotations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//EObject" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass" eSuperTypes="#//EClassifier"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="InterfaceIsAbstract AtMostOneID UniqueFeatureNames UniqueOperationSignatures NoCircularSuperTypes WellFormedMapEntryClass ConsistentSuperTypes DisjointFeatureAndOperationSignatures"/> </eAnnotations> <eOperations name="isSuperTypeOf" eType="#//EBoolean"> <eParameters name="someClass" eType="#//EClass"/> </eOperations> <eOperations name="getFeatureCount" eType="#//EInt"/> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureID" eType="#//EInt"/> </eOperations> <eOperations name="getFeatureID" eType="#//EInt"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="getEStructuralFeature" eType="#//EStructuralFeature"> <eParameters name="featureName" eType="#//EString"/> </eOperations> <eOperations name="getOperationCount" eType="#//EInt"/> <eOperations name="getEOperation" eType="#//EOperation"> <eParameters name="operationID" eType="#//EInt"/> </eOperations> <eOperations name="getOperationID" eType="#//EInt"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eOperations name="getOverride" eType="#//EOperation"> <eParameters name="operation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperTypes" upperBound="-1" eType="#//EClass" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperations" upperBound="-1" eType="#//EOperation" containment="true" resolveProxies="false" eOpposite="#//EOperation/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferences" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAttributes" upperBound="-1" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllContainments" upperBound="-1" eType="#//EReference" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllOperations" upperBound="-1" eType="#//EOperation" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllSuperTypes" upperBound="-1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eIDAttribute" eType="#//EAttribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eStructuralFeatures" upperBound="-1" eType="#//EStructuralFeature" containment="true" resolveProxies="false" eOpposite="#//EStructuralFeature/eContainingClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericSuperTypes" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eAllGenericSuperTypes" upperBound="-1" eType="#//EGenericType" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClassifier" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedInstanceTypeName UniqueTypeParameterNames"/> </eAnnotations> <eOperations name="isInstance" eType="#//EBoolean"> <eParameters name="object" eType="#//EJavaObject"/> </eOperations> <eOperations name="getClassifierID" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClassName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceClass" changeable="false" volatile="true" transient="true" derived="true"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instanceTypeName" eType="#//EString" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eClassifiers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EDataType" eSuperTypes="#//EClassifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serializable" eType="#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnum" eSuperTypes="#//EDataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueEnumeratorNames UniqueEnumeratorLiterals"/> </eAnnotations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="name" eType="#//EString"/> </eOperations> <eOperations name="getEEnumLiteral" eType="#//EEnumLiteral"> <eParameters name="value" eType="#//EInt"/> </eOperations> <eOperations name="getEEnumLiteralByLiteral" eType="#//EEnumLiteral"> <eParameters name="literal" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eLiterals" upperBound="-1" eType="#//EEnumLiteral" containment="true" resolveProxies="false" eOpposite="#//EEnumLiteral/eEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EEnumLiteral" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance" eType="#//EEnumerator" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eEnum" eType="#//EEnum" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EEnum/eLiterals"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EFactory" eSuperTypes="#//EModelElement"> <eOperations name="create" eType="#//EObject"> <eParameters name="eClass" eType="#//EClass"/> </eOperations> <eOperations name="createFromString" eType="#//EJavaObject"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="literalValue" eType="#//EString"/> </eOperations> <eOperations name="convertToString" eType="#//EString"> <eParameters name="eDataType" eType="#//EDataType"/> <eParameters name="instanceValue" eType="#//EJavaObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="ePackage" lowerBound="1" eType="#//EPackage" transient="true" resolveProxies="false" eOpposite="#//EPackage/eFactoryInstance"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EModelElement" abstract="true"> <eOperations name="getEAnnotation" eType="#//EAnnotation"> <eParameters name="source" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eAnnotations" upperBound="-1" eType="#//EAnnotation" containment="true" resolveProxies="false" eOpposite="#//EAnnotation/eModelElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ENamedElement" abstract="true" eSuperTypes="#//EModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedName"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EObject"> <eOperations name="eClass" eType="#//EClass"/> <eOperations name="eIsProxy" eType="#//EBoolean"/> <eOperations name="eResource" eType="#//EResource"/> <eOperations name="eContainer" eType="#//EObject"/> <eOperations name="eContainingFeature" eType="#//EStructuralFeature"/> <eOperations name="eContainmentFeature" eType="#//EReference"/> <eOperations name="eContents"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eAllContents"> <eGenericType eClassifier="#//ETreeIterator"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eCrossReferences"> <eGenericType eClassifier="#//EEList"> <eTypeArguments eClassifier="#//EObject"/> </eGenericType> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eGet" eType="#//EJavaObject"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="resolve" eType="#//EBoolean"/> </eOperations> <eOperations name="eSet"> <eParameters name="feature" eType="#//EStructuralFeature"/> <eParameters name="newValue" eType="#//EJavaObject"/> </eOperations> <eOperations name="eIsSet" eType="#//EBoolean"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eUnset"> <eParameters name="feature" eType="#//EStructuralFeature"/> </eOperations> <eOperations name="eInvoke" eType="#//EJavaObject" eExceptions="#//EInvocationTargetException"> <eParameters name="operation" eType="#//EOperation"/> <eParameters name="arguments"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOperation" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueParameterNames UniqueTypeParameterNames NoRepeatingVoid"/> </eAnnotations> <eOperations name="getOperationID" eType="#//EInt"/> <eOperations name="isOverrideOf" eType="#//EBoolean"> <eParameters name="someOperation" eType="#//EOperation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eOperations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameters" upperBound="-1" eType="#//ETypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eParameters" upperBound="-1" eType="#//EParameter" containment="true" resolveProxies="false" eOpposite="#//EParameter/eOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eExceptions" upperBound="-1" eType="#//EClassifier" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericExceptions" upperBound="-1" eType="#//EGenericType" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EPackage" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="WellFormedNsURI WellFormedNsPrefix UniqueSubpackageNames UniqueClassifierNames UniqueNsURIs"/> </eAnnotations> <eOperations name="getEClassifier" eType="#//EClassifier"> <eParameters name="name" eType="#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsURI" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nsPrefix" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eFactoryInstance" lowerBound="1" eType="#//EFactory" transient="true" resolveProxies="false" eOpposite="#//EFactory/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifiers" upperBound="-1" eType="#//EClassifier" containment="true" eOpposite="#//EClassifier/ePackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSubpackages" upperBound="-1" eType="#//EPackage" containment="true" eOpposite="#//EPackage/eSuperPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eSuperPackage" eType="#//EPackage" changeable="false" transient="true" eOpposite="#//EPackage/eSubpackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EParameter" eSuperTypes="#//ETypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eOperation" eType="#//EOperation" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EOperation/eParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReference" eSuperTypes="#//EStructuralFeature"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentOpposite SingleContainer ConsistentKeys ConsistentUnique ConsistentContainer"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="containment" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolveProxies" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eOpposite" eType="#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceType" lowerBound="1" eType="#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eKeys" upperBound="-1" eType="#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeature" abstract="true" eSuperTypes="#//ETypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidDefaultValueLiteral"/> </eAnnotations> <eOperations name="getFeatureID" eType="#//EInt"/> <eOperations name="getContainerClass"> <eGenericType eClassifier="#//EJavaClass"> <eTypeArguments/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="changeable" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValueLiteral" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="#//EJavaObject" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unsettable" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eContainingClass" eType="#//EClass" changeable="false" transient="true" resolveProxies="false" eOpposite="#//EClass/eStructuralFeatures"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypedElement" abstract="true" eSuperTypes="#//ENamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ValidLowerBound ValidUpperBound ConsistentBounds ValidType"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ordered" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eType" eType="#//EClassifier" volatile="true" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="eGenericType" eType="#//EGenericType" volatile="true" unsettable="true" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="suppressedIsSetVisibility" value="true"/> <details key="suppressedUnsetVisibility" value="true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigDecimal" instanceClassName="java.math.BigDecimal"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#decimal"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBigInteger" instanceClassName="java.math.BigInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#integer"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBoolean" instanceClassName="boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#boolean"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EBooleanObject" instanceClassName="java.lang.Boolean"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EBoolean"/> <details key="name" value="EBoolean:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByte" instanceClassName="byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#byte"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteArray" instanceClassName="byte[]"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#hexBinary"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EByteObject" instanceClassName="java.lang.Byte"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EByte"/> <details key="name" value="EByte:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EChar" instanceClassName="char"/> <eClassifiers xsi:type="ecore:EDataType" name="ECharacterObject" instanceClassName="java.lang.Character"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EChar"/> <details key="name" value="EChar:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDate" instanceClassName="java.util.Date"/> <eClassifiers xsi:type="ecore:EDataType" name="EDiagnosticChain" instanceClassName="org.eclipse.emf.common.util.DiagnosticChain" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EDouble" instanceClassName="double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#double"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EDoubleObject" instanceClassName="java.lang.Double"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EDouble"/> <details key="name" value="EDouble:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEList" instanceClassName="org.eclipse.emf.common.util.EList" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EEnumerator" instanceClassName="org.eclipse.emf.common.util.Enumerator" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMap" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFeatureMapEntry" instanceClassName="org.eclipse.emf.ecore.util.FeatureMap$Entry" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EFloat" instanceClassName="float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#float"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EFloatObject" instanceClassName="java.lang.Float"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EFloat"/> <details key="name" value="EFloat:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInt" instanceClassName="int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#int"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EIntegerObject" instanceClassName="java.lang.Integer"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EInt"/> <details key="name" value="EInt:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaClass" instanceClassName="java.lang.Class"> <eTypeParameters name="T"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EJavaObject" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EDataType" name="ELong" instanceClassName="long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#long"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ELongObject" instanceClassName="java.lang.Long"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="ELong"/> <details key="name" value="ELong:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EMap" instanceClassName="java.util.Map" serializable="false"> <eTypeParameters name="K"/> <eTypeParameters name="V"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EResource" instanceClassName="org.eclipse.emf.ecore.resource.Resource" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EResourceSet" instanceClassName="org.eclipse.emf.ecore.resource.ResourceSet" serializable="false"/> <eClassifiers xsi:type="ecore:EDataType" name="EShort" instanceClassName="short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#short"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EShortObject" instanceClassName="java.lang.Short"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="EShort"/> <details key="name" value="EShort:Object"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EString" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="baseType" value="http://www.w3.org/2001/XMLSchema#string"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStringToStringMapEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ETreeIterator" instanceClassName="org.eclipse.emf.common.util.TreeIterator" serializable="false"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EGenericType"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentType ConsistentBounds ConsistentArguments"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="eUpperBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeArguments" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eRawType" lowerBound="1" eType="#//EClassifier" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eLowerBound" eType="#//EGenericType" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eTypeParameter" eType="#//ETypeParameter" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClassifier" eType="#//EClassifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ETypeParameter" eSuperTypes="#//ENamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="eBounds" upperBound="-1" eType="#//EGenericType" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="EInvocationTargetException" instanceClassName="java.lang.reflect.InvocationTargetException" serializable="false"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"ecore","nsURI":"http://www.eclipse.org/emf/2002/Ecore","name":"ecore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAttribute","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EAnnotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClassifier","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EDataType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EEnumLiteral","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EFactory","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EModelElement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ENamedElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EPackage","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EStructuralFeature","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypedElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.math.BigDecimal","defaultValue":null,"instanceClassName":"java.math.BigDecimal","name":"EBigDecimal","instanceClass":"java.math.BigDecimal","id":18,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.math.BigInteger","defaultValue":null,"instanceClassName":"java.math.BigInteger","name":"EBigInteger","instanceClass":"java.math.BigInteger","id":19,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"EBoolean","instanceClass":"boolean","id":20,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"EBooleanObject","instanceClass":"java.lang.Boolean","id":21,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte","defaultValue":0,"instanceClassName":"byte","name":"EByte","instanceClass":"byte","id":22,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"EByteArray","instanceClass":"[B","id":23,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Byte","defaultValue":null,"instanceClassName":"java.lang.Byte","name":"EByteObject","instanceClass":"java.lang.Byte","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"char","defaultValue":"\u0000","instanceClassName":"char","name":"EChar","instanceClass":"char","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Character","defaultValue":null,"instanceClassName":"java.lang.Character","name":"ECharacterObject","instanceClass":"java.lang.Character","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"EDate","instanceClass":"java.util.Date","id":27,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.DiagnosticChain","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.DiagnosticChain","name":"EDiagnosticChain","instanceClass":"org.eclipse.emf.common.util.DiagnosticChain","id":28,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"EDouble","instanceClass":"double","id":29,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Double","defaultValue":null,"instanceClassName":"java.lang.Double","name":"EDoubleObject","instanceClass":"java.lang.Double","id":30,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.EList","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.EList","name":"EEList","instanceClass":"org.eclipse.emf.common.util.EList","id":31,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"EEnumerator","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":32,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap","name":"EFeatureMap","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap","id":33,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.util.FeatureMap$Entry","name":"EFeatureMapEntry","instanceClass":"org.eclipse.emf.ecore.util.FeatureMap$Entry","id":34,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"float","defaultValue":0.0,"instanceClassName":"float","name":"EFloat","instanceClass":"float","id":35,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Float","defaultValue":null,"instanceClassName":"java.lang.Float","name":"EFloatObject","instanceClass":"java.lang.Float","id":36,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"EInt","instanceClass":"int","id":37,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"EIntegerObject","instanceClass":"java.lang.Integer","id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Class","defaultValue":null,"instanceClassName":"java.lang.Class","name":"EJavaClass","instanceClass":"java.lang.Class","id":39,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"EJavaObject","instanceClass":"java.lang.Object","id":40,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"long","defaultValue":0,"instanceClassName":"long","name":"ELong","instanceClass":"long","id":41,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Long","defaultValue":null,"instanceClassName":"java.lang.Long","name":"ELongObject","instanceClass":"java.lang.Long","id":42,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map","defaultValue":null,"instanceClassName":"java.util.Map","name":"EMap","instanceClass":"java.util.Map","id":43,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.Resource","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.Resource","name":"EResource","instanceClass":"org.eclipse.emf.ecore.resource.Resource","id":44,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.ecore.resource.ResourceSet","defaultValue":null,"instanceClassName":"org.eclipse.emf.ecore.resource.ResourceSet","name":"EResourceSet","instanceClass":"org.eclipse.emf.ecore.resource.ResourceSet","id":45,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"short","defaultValue":0,"instanceClassName":"short","name":"EShort","instanceClass":"short","id":46,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Short","defaultValue":null,"instanceClassName":"java.lang.Short","name":"EShortObject","instanceClass":"java.lang.Short","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"EString","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.common.util.TreeIterator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.TreeIterator","name":"ETreeIterator","instanceClass":"org.eclipse.emf.common.util.TreeIterator","id":50,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EGenericType","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ETypeParameter","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.reflect.InvocationTargetException","defaultValue":null,"instanceClassName":"java.lang.reflect.InvocationTargetException","name":"EInvocationTargetException","instanceClass":"java.lang.reflect.InvocationTargetException","id":53,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":false,"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":54,"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":"eAttributeType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":55,"derived":true},{"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":"source","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"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":true,"unique":true,"name":"eModelElement","changeable":true,"resolveProxies":false,"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":"contents","changeable":true,"resolveProxies":false,"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":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eAnnotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSuperTypeOf","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureCount","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEStructuralFeature","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationCount","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEOperation","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOverride","lowerBound":0,"id":79,"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":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"lowerBound":0,"iD":false,"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":true,"transient":false,"unique":true,"name":"eSuperTypes","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":"eOperations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"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":"eAllAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":84,"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":"eAllReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":85,"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":"eReferences","changeable":false,"resolveProxies":true,"lowerBound":0,"id":86,"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":"eAttributes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":87,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllContainments","changeable":false,"resolveProxies":true,"lowerBound":0,"id":88,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllOperations","changeable":false,"resolveProxies":true,"lowerBound":0,"id":89,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eAllStructuralFeatures","changeable":false,"resolveProxies":true,"lowerBound":0,"id":90,"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":"eAllSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":91,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"eIDAttribute","changeable":false,"resolveProxies":false,"lowerBound":0,"id":92,"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":"eStructuralFeatures","changeable":true,"resolveProxies":false,"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":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericSuperTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":94,"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":"eAllGenericSuperTypes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":95,"derived":true},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someClass","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureID","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EParameter"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"featureName","lowerBound":0,"id":108,"many":false,"required":false,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operationID","lowerBound":0,"id":112,"many":false,"required":false,"eClass":"EParameter"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":115,"many":false,"required":false,"eClass":"EParameter"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","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":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":"eContainingClass","changeable":false,"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"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"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":"eContainingClass","changeable":false,"resolveProxies":false,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstance","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getClassifierID","lowerBound":0,"id":139,"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":"instanceClassName","changeable":true,"lowerBound":0,"iD":false,"id":140,"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":"instanceClass","changeable":false,"lowerBound":0,"iD":false,"id":141,"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":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":142,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"instanceTypeName","changeable":true,"lowerBound":0,"iD":false,"id":143,"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":true,"unique":true,"name":"ePackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":148,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eClassifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"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":"serializable","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteral","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEEnumLiteralByLiteral","lowerBound":0,"id":164,"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":"eLiterals","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EParameter"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"value","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"literal","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EParameter"},{"id":175,"eClass":"EGenericType"},{"id":176,"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":"eEnum","changeable":false,"resolveProxies":false,"lowerBound":0,"id":177,"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":"value","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":true,"unique":true,"name":"instance","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":"literal","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"create","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFromString","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertToString","lowerBound":0,"id":188,"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":true,"unique":true,"name":"ePackage","changeable":true,"resolveProxies":false,"lowerBound":1,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"literalValue","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eDataType","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"instanceValue","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"unique":true,"name":"eFactoryInstance","changeable":true,"resolveProxies":false,"lowerBound":1,"id":205,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getEAnnotation","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsProxy","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eResource","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainer","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainingFeature","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContainmentFeature","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eContents","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eAllContents","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eCrossReferences","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eGet","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eSet","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eIsSet","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eUnset","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"eInvoke","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":0,"id":246,"many":false,"required":false,"eClass":"EParameter"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":0,"id":250,"many":false,"required":false,"eClass":"EParameter"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":0,"id":256,"many":false,"required":false,"eClass":"EParameter"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"operation","lowerBound":0,"id":259,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"arguments","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EParameter"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOperationID","lowerBound":0,"id":265,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOverrideOf","lowerBound":0,"id":266,"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":"eTypeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":268,"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":"eExceptions","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":true,"transient":false,"unique":true,"name":"eGenericExceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"someOperation","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EParameter"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"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":"eOperation","changeable":false,"resolveProxies":false,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEClassifier","lowerBound":0,"id":282,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nsURI","changeable":true,"lowerBound":0,"iD":false,"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":"nsPrefix","changeable":true,"lowerBound":0,"iD":false,"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":"eSubpackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"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":true,"unique":true,"name":"eSuperPackage","changeable":false,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"containment","changeable":true,"lowerBound":0,"iD":false,"id":299,"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":"container","changeable":false,"lowerBound":0,"iD":false,"id":300,"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":"resolveProxies","changeable":true,"lowerBound":0,"iD":false,"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":"eOpposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"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":"eReferenceType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":303,"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":"eKeys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFeatureID","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContainerClass","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"changeable","changeable":true,"lowerBound":0,"iD":false,"id":314,"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":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":315,"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":"transient","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValueLiteral","changeable":true,"lowerBound":0,"iD":false,"id":317,"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":"defaultValue","changeable":false,"lowerBound":0,"iD":false,"id":318,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unsettable","changeable":true,"lowerBound":0,"iD":false,"id":319,"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":"derived","changeable":true,"lowerBound":0,"iD":false,"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"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"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":"ordered","changeable":true,"lowerBound":0,"iD":false,"id":333,"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":"unique","changeable":true,"lowerBound":0,"iD":false,"id":334,"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":335,"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":336,"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":"many","changeable":false,"lowerBound":0,"iD":false,"id":337,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":338,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"eType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"eGenericType","changeable":true,"resolveProxies":false,"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"},{"name":"E","id":350,"eClass":"ETypeParameter"},{"name":"T","id":351,"eClass":"ETypeParameter"},{"name":"K","id":352,"eClass":"ETypeParameter"},{"name":"V","id":353,"eClass":"ETypeParameter"},{"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":354,"derived":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":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"name":"E","id":358,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eUpperBound","changeable":true,"resolveProxies":false,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eTypeArguments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":360,"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":true,"unique":true,"name":"eRawType","changeable":false,"resolveProxies":true,"lowerBound":1,"id":361,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eLowerBound","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"eTypeParameter","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"eClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eBounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"id":373,"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":1,"target":0},{"source":1,"target":16},{"source":1,"target":54},{"source":1,"target":55},{"source":1,"target":56},{"source":54,"target":20},{"source":54,"target":57},{"source":54,"target":1},{"source":57,"target":20},{"source":55,"target":5},{"source":55,"target":58},{"source":55,"target":1},{"source":58,"target":5},{"source":56,"target":16},{"source":2,"target":0},{"source":2,"target":9},{"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":59,"target":48},{"source":59,"target":65},{"source":59,"target":2},{"source":65,"target":48},{"source":60,"target":49},{"source":60,"target":66},{"source":60,"target":2},{"source":66,"target":49},{"source":61,"target":9},{"source":61,"target":67},{"source":61,"target":2},{"source":61,"target":68},{"source":67,"target":9},{"source":62,"target":11},{"source":62,"target":69},{"source":62,"target":2},{"source":69,"target":11},{"source":63,"target":11},{"source":63,"target":70},{"source":63,"target":2},{"source":70,"target":11},{"source":64,"target":9},{"source":3,"target":0},{"source":3,"target":4},{"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":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":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":96},{"source":71,"target":20},{"source":71,"target":97},{"source":71,"target":3},{"source":71,"target":98},{"source":97,"target":20},{"source":98,"target":3},{"source":98,"target":99},{"source":98,"target":71},{"source":99,"target":3},{"source":72,"target":37},{"source":72,"target":100},{"source":72,"target":3},{"source":100,"target":37},{"source":73,"target":16},{"source":73,"target":101},{"source":73,"target":3},{"source":73,"target":102},{"source":101,"target":16},{"source":102,"target":37},{"source":102,"target":103},{"source":102,"target":73},{"source":103,"target":37},{"source":74,"target":37},{"source":74,"target":104},{"source":74,"target":3},{"source":74,"target":105},{"source":104,"target":37},{"source":105,"target":16},{"source":105,"target":106},{"source":105,"target":74},{"source":106,"target":16},{"source":75,"target":16},{"source":75,"target":107},{"source":75,"target":3},{"source":75,"target":108},{"source":107,"target":16},{"source":108,"target":48},{"source":108,"target":109},{"source":108,"target":75},{"source":109,"target":48},{"source":76,"target":37},{"source":76,"target":110},{"source":76,"target":3},{"source":110,"target":37},{"source":77,"target":12},{"source":77,"target":111},{"source":77,"target":3},{"source":77,"target":112},{"source":111,"target":12},{"source":112,"target":37},{"source":112,"target":113},{"source":112,"target":77},{"source":113,"target":37},{"source":78,"target":37},{"source":78,"target":114},{"source":78,"target":3},{"source":78,"target":115},{"source":114,"target":37},{"source":115,"target":12},{"source":115,"target":116},{"source":115,"target":78},{"source":116,"target":12},{"source":79,"target":12},{"source":79,"target":117},{"source":79,"target":3},{"source":79,"target":118},{"source":117,"target":12},{"source":118,"target":12},{"source":118,"target":119},{"source":118,"target":79},{"source":119,"target":12},{"source":80,"target":20},{"source":80,"target":120},{"source":80,"target":3},{"source":120,"target":20},{"source":81,"target":20},{"source":81,"target":121},{"source":81,"target":3},{"source":121,"target":20},{"source":82,"target":3},{"source":82,"target":122},{"source":82,"target":3},{"source":122,"target":3},{"source":83,"target":12},{"source":83,"target":123},{"source":83,"target":3},{"source":83,"target":124},{"source":123,"target":12},{"source":84,"target":1},{"source":84,"target":125},{"source":84,"target":3},{"source":125,"target":1},{"source":85,"target":15},{"source":85,"target":126},{"source":85,"target":3},{"source":126,"target":15},{"source":86,"target":15},{"source":86,"target":127},{"source":86,"target":3},{"source":127,"target":15},{"source":87,"target":1},{"source":87,"target":128},{"source":87,"target":3},{"source":128,"target":1},{"source":88,"target":15},{"source":88,"target":129},{"source":88,"target":3},{"source":129,"target":15},{"source":89,"target":12},{"source":89,"target":130},{"source":89,"target":3},{"source":130,"target":12},{"source":90,"target":16},{"source":90,"target":131},{"source":90,"target":3},{"source":131,"target":16},{"source":91,"target":3},{"source":91,"target":132},{"source":91,"target":3},{"source":132,"target":3},{"source":92,"target":1},{"source":92,"target":133},{"source":92,"target":3},{"source":133,"target":1},{"source":93,"target":16},{"source":93,"target":134},{"source":93,"target":3},{"source":93,"target":135},{"source":134,"target":16},{"source":94,"target":51},{"source":94,"target":136},{"source":94,"target":3},{"source":136,"target":51},{"source":95,"target":51},{"source":95,"target":137},{"source":95,"target":3},{"source":137,"target":51},{"source":96,"target":4},{"source":4,"target":0},{"source":4,"target":10},{"source":4,"target":138},{"source":4,"target":139},{"source":4,"target":140},{"source":4,"target":141},{"source":4,"target":142},{"source":4,"target":143},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":138,"target":20},{"source":138,"target":147},{"source":138,"target":4},{"source":138,"target":148},{"source":147,"target":20},{"source":148,"target":40},{"source":148,"target":149},{"source":148,"target":138},{"source":149,"target":40},{"source":139,"target":37},{"source":139,"target":150},{"source":139,"target":4},{"source":150,"target":37},{"source":140,"target":48},{"source":140,"target":151},{"source":140,"target":4},{"source":151,"target":48},{"source":141,"target":39},{"source":141,"target":152},{"source":141,"target":4},{"source":152,"target":153},{"source":152,"target":39},{"source":142,"target":40},{"source":142,"target":154},{"source":142,"target":4},{"source":154,"target":40},{"source":143,"target":48},{"source":143,"target":155},{"source":143,"target":4},{"source":155,"target":48},{"source":144,"target":13},{"source":144,"target":156},{"source":144,"target":4},{"source":144,"target":157},{"source":156,"target":13},{"source":145,"target":52},{"source":145,"target":158},{"source":145,"target":4},{"source":158,"target":52},{"source":146,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":159},{"source":5,"target":160},{"source":159,"target":20},{"source":159,"target":161},{"source":159,"target":5},{"source":161,"target":20},{"source":160,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":162},{"source":6,"target":163},{"source":6,"target":164},{"source":6,"target":165},{"source":6,"target":166},{"source":162,"target":7},{"source":162,"target":167},{"source":162,"target":6},{"source":162,"target":168},{"source":167,"target":7},{"source":168,"target":48},{"source":168,"target":169},{"source":168,"target":162},{"source":169,"target":48},{"source":163,"target":7},{"source":163,"target":170},{"source":163,"target":6},{"source":163,"target":171},{"source":170,"target":7},{"source":171,"target":37},{"source":171,"target":172},{"source":171,"target":163},{"source":172,"target":37},{"source":164,"target":7},{"source":164,"target":173},{"source":164,"target":6},{"source":164,"target":174},{"source":173,"target":7},{"source":174,"target":48},{"source":174,"target":175},{"source":174,"target":164},{"source":175,"target":48},{"source":165,"target":7},{"source":165,"target":176},{"source":165,"target":6},{"source":165,"target":177},{"source":176,"target":7},{"source":166,"target":5},{"source":7,"target":0},{"source":7,"target":10},{"source":7,"target":178},{"source":7,"target":179},{"source":7,"target":180},{"source":7,"target":177},{"source":7,"target":181},{"source":178,"target":37},{"source":178,"target":182},{"source":178,"target":7},{"source":182,"target":37},{"source":179,"target":32},{"source":179,"target":183},{"source":179,"target":7},{"source":183,"target":32},{"source":180,"target":48},{"source":180,"target":184},{"source":180,"target":7},{"source":184,"target":48},{"source":177,"target":6},{"source":177,"target":185},{"source":177,"target":7},{"source":177,"target":165},{"source":185,"target":6},{"source":181,"target":10},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":186},{"source":8,"target":187},{"source":8,"target":188},{"source":8,"target":189},{"source":8,"target":190},{"source":186,"target":11},{"source":186,"target":191},{"source":186,"target":8},{"source":186,"target":192},{"source":191,"target":11},{"source":192,"target":3},{"source":192,"target":193},{"source":192,"target":186},{"source":193,"target":3},{"source":187,"target":40},{"source":187,"target":194},{"source":187,"target":8},{"source":187,"target":195},{"source":187,"target":196},{"source":194,"target":40},{"source":195,"target":5},{"source":195,"target":197},{"source":195,"target":187},{"source":197,"target":5},{"source":196,"target":48},{"source":196,"target":198},{"source":196,"target":187},{"source":198,"target":48},{"source":188,"target":48},{"source":188,"target":199},{"source":188,"target":8},{"source":188,"target":200},{"source":188,"target":201},{"source":199,"target":48},{"source":200,"target":5},{"source":200,"target":202},{"source":200,"target":188},{"source":202,"target":5},{"source":201,"target":40},{"source":201,"target":203},{"source":201,"target":188},{"source":203,"target":40},{"source":189,"target":13},{"source":189,"target":204},{"source":189,"target":8},{"source":189,"target":205},{"source":204,"target":13},{"source":190,"target":9},{"source":9,"target":0},{"source":9,"target":206},{"source":9,"target":68},{"source":206,"target":2},{"source":206,"target":207},{"source":206,"target":9},{"source":206,"target":208},{"source":207,"target":2},{"source":208,"target":48},{"source":208,"target":209},{"source":208,"target":206},{"source":209,"target":48},{"source":68,"target":2},{"source":68,"target":210},{"source":68,"target":9},{"source":68,"target":61},{"source":210,"target":2},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":211},{"source":10,"target":212},{"source":211,"target":48},{"source":211,"target":213},{"source":211,"target":10},{"source":213,"target":48},{"source":212,"target":9},{"source":11,"target":0},{"source":11,"target":214},{"source":11,"target":215},{"source":11,"target":216},{"source":11,"target":217},{"source":11,"target":218},{"source":11,"target":219},{"source":11,"target":220},{"source":11,"target":221},{"source":11,"target":222},{"source":11,"target":223},{"source":11,"target":224},{"source":11,"target":225},{"source":11,"target":226},{"source":11,"target":227},{"source":11,"target":228},{"source":214,"target":3},{"source":214,"target":229},{"source":214,"target":11},{"source":229,"target":3},{"source":215,"target":20},{"source":215,"target":230},{"source":215,"target":11},{"source":230,"target":20},{"source":216,"target":44},{"source":216,"target":231},{"source":216,"target":11},{"source":231,"target":44},{"source":217,"target":11},{"source":217,"target":232},{"source":217,"target":11},{"source":232,"target":11},{"source":218,"target":16},{"source":218,"target":233},{"source":218,"target":11},{"source":233,"target":16},{"source":219,"target":15},{"source":219,"target":234},{"source":219,"target":11},{"source":234,"target":15},{"source":220,"target":31},{"source":220,"target":235},{"source":220,"target":11},{"source":235,"target":236},{"source":235,"target":31},{"source":236,"target":11},{"source":221,"target":50},{"source":221,"target":237},{"source":221,"target":11},{"source":237,"target":238},{"source":237,"target":50},{"source":238,"target":11},{"source":222,"target":31},{"source":222,"target":239},{"source":222,"target":11},{"source":239,"target":240},{"source":239,"target":31},{"source":240,"target":11},{"source":223,"target":40},{"source":223,"target":241},{"source":223,"target":11},{"source":223,"target":242},{"source":241,"target":40},{"source":242,"target":16},{"source":242,"target":243},{"source":242,"target":223},{"source":243,"target":16},{"source":224,"target":40},{"source":224,"target":244},{"source":224,"target":11},{"source":224,"target":245},{"source":224,"target":246},{"source":244,"target":40},{"source":245,"target":16},{"source":245,"target":247},{"source":245,"target":224},{"source":247,"target":16},{"source":246,"target":20},{"source":246,"target":248},{"source":246,"target":224},{"source":248,"target":20},{"source":225,"target":11},{"source":225,"target":249},{"source":225,"target":250},{"source":249,"target":16},{"source":249,"target":251},{"source":249,"target":225},{"source":251,"target":16},{"source":250,"target":40},{"source":250,"target":252},{"source":250,"target":225},{"source":252,"target":40},{"source":226,"target":20},{"source":226,"target":253},{"source":226,"target":11},{"source":226,"target":254},{"source":253,"target":20},{"source":254,"target":16},{"source":254,"target":255},{"source":254,"target":226},{"source":255,"target":16},{"source":227,"target":11},{"source":227,"target":256},{"source":256,"target":16},{"source":256,"target":257},{"source":256,"target":227},{"source":257,"target":16},{"source":228,"target":40},{"source":228,"target":258},{"source":228,"target":11},{"source":228,"target":259},{"source":228,"target":260},{"source":228,"target":53},{"source":228,"target":261},{"source":258,"target":40},{"source":259,"target":12},{"source":259,"target":262},{"source":259,"target":228},{"source":262,"target":12},{"source":260,"target":263},{"source":260,"target":228},{"source":263,"target":264},{"source":261,"target":53},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":265},{"source":12,"target":266},{"source":12,"target":124},{"source":12,"target":267},{"source":12,"target":268},{"source":12,"target":269},{"source":12,"target":270},{"source":12,"target":271},{"source":265,"target":37},{"source":265,"target":272},{"source":265,"target":12},{"source":272,"target":37},{"source":266,"target":20},{"source":266,"target":273},{"source":266,"target":12},{"source":266,"target":274},{"source":273,"target":20},{"source":274,"target":12},{"source":274,"target":275},{"source":274,"target":266},{"source":275,"target":12},{"source":124,"target":3},{"source":124,"target":276},{"source":124,"target":12},{"source":124,"target":83},{"source":276,"target":3},{"source":267,"target":52},{"source":267,"target":277},{"source":267,"target":12},{"source":277,"target":52},{"source":268,"target":14},{"source":268,"target":278},{"source":268,"target":12},{"source":268,"target":279},{"source":278,"target":14},{"source":269,"target":4},{"source":269,"target":280},{"source":269,"target":12},{"source":280,"target":4},{"source":270,"target":51},{"source":270,"target":281},{"source":270,"target":12},{"source":281,"target":51},{"source":271,"target":17},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":282},{"source":13,"target":283},{"source":13,"target":284},{"source":13,"target":205},{"source":13,"target":157},{"source":13,"target":285},{"source":13,"target":286},{"source":13,"target":287},{"source":282,"target":4},{"source":282,"target":288},{"source":282,"target":13},{"source":282,"target":289},{"source":288,"target":4},{"source":289,"target":48},{"source":289,"target":290},{"source":289,"target":282},{"source":290,"target":48},{"source":283,"target":48},{"source":283,"target":291},{"source":283,"target":13},{"source":291,"target":48},{"source":284,"target":48},{"source":284,"target":292},{"source":284,"target":13},{"source":292,"target":48},{"source":205,"target":8},{"source":205,"target":293},{"source":205,"target":13},{"source":205,"target":189},{"source":293,"target":8},{"source":157,"target":4},{"source":157,"target":294},{"source":157,"target":13},{"source":157,"target":144},{"source":294,"target":4},{"source":285,"target":13},{"source":285,"target":295},{"source":285,"target":13},{"source":285,"target":286},{"source":295,"target":13},{"source":286,"target":13},{"source":286,"target":296},{"source":286,"target":13},{"source":286,"target":285},{"source":296,"target":13},{"source":287,"target":10},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":279},{"source":14,"target":297},{"source":279,"target":12},{"source":279,"target":298},{"source":279,"target":14},{"source":279,"target":268},{"source":298,"target":12},{"source":297,"target":17},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":299},{"source":15,"target":300},{"source":15,"target":301},{"source":15,"target":302},{"source":15,"target":303},{"source":15,"target":304},{"source":15,"target":305},{"source":299,"target":20},{"source":299,"target":306},{"source":299,"target":15},{"source":306,"target":20},{"source":300,"target":20},{"source":300,"target":307},{"source":300,"target":15},{"source":307,"target":20},{"source":301,"target":20},{"source":301,"target":308},{"source":301,"target":15},{"source":308,"target":20},{"source":302,"target":15},{"source":302,"target":309},{"source":302,"target":15},{"source":309,"target":15},{"source":303,"target":3},{"source":303,"target":310},{"source":303,"target":15},{"source":310,"target":3},{"source":304,"target":1},{"source":304,"target":311},{"source":304,"target":15},{"source":311,"target":1},{"source":305,"target":16},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":312},{"source":16,"target":313},{"source":16,"target":314},{"source":16,"target":315},{"source":16,"target":316},{"source":16,"target":317},{"source":16,"target":318},{"source":16,"target":319},{"source":16,"target":320},{"source":16,"target":135},{"source":16,"target":321},{"source":312,"target":37},{"source":312,"target":322},{"source":312,"target":16},{"source":322,"target":37},{"source":313,"target":39},{"source":313,"target":323},{"source":313,"target":16},{"source":323,"target":324},{"source":323,"target":39},{"source":314,"target":20},{"source":314,"target":325},{"source":314,"target":16},{"source":325,"target":20},{"source":315,"target":20},{"source":315,"target":326},{"source":315,"target":16},{"source":326,"target":20},{"source":316,"target":20},{"source":316,"target":327},{"source":316,"target":16},{"source":327,"target":20},{"source":317,"target":48},{"source":317,"target":328},{"source":317,"target":16},{"source":328,"target":48},{"source":318,"target":40},{"source":318,"target":329},{"source":318,"target":16},{"source":329,"target":40},{"source":319,"target":20},{"source":319,"target":330},{"source":319,"target":16},{"source":330,"target":20},{"source":320,"target":20},{"source":320,"target":331},{"source":320,"target":16},{"source":331,"target":20},{"source":135,"target":3},{"source":135,"target":332},{"source":135,"target":16},{"source":135,"target":93},{"source":332,"target":3},{"source":321,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":333},{"source":17,"target":334},{"source":17,"target":335},{"source":17,"target":336},{"source":17,"target":337},{"source":17,"target":338},{"source":17,"target":339},{"source":17,"target":340},{"source":17,"target":341},{"source":333,"target":20},{"source":333,"target":342},{"source":333,"target":17},{"source":342,"target":20},{"source":334,"target":20},{"source":334,"target":343},{"source":334,"target":17},{"source":343,"target":20},{"source":335,"target":37},{"source":335,"target":344},{"source":335,"target":17},{"source":344,"target":37},{"source":336,"target":37},{"source":336,"target":345},{"source":336,"target":17},{"source":345,"target":37},{"source":337,"target":20},{"source":337,"target":346},{"source":337,"target":17},{"source":346,"target":20},{"source":338,"target":20},{"source":338,"target":347},{"source":338,"target":17},{"source":347,"target":20},{"source":339,"target":4},{"source":339,"target":348},{"source":339,"target":17},{"source":348,"target":4},{"source":340,"target":51},{"source":340,"target":349},{"source":340,"target":17},{"source":349,"target":51},{"source":341,"target":10},{"source":18,"target":0},{"source":19,"target":0},{"source":20,"target":0},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":26,"target":0},{"source":27,"target":0},{"source":28,"target":0},{"source":29,"target":0},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":350},{"source":32,"target":0},{"source":33,"target":0},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":37,"target":0},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":351},{"source":40,"target":0},{"source":41,"target":0},{"source":42,"target":0},{"source":43,"target":0},{"source":43,"target":352},{"source":43,"target":353},{"source":44,"target":0},{"source":45,"target":0},{"source":46,"target":0},{"source":47,"target":0},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":354},{"source":49,"target":355},{"source":354,"target":48},{"source":354,"target":356},{"source":354,"target":49},{"source":356,"target":48},{"source":355,"target":48},{"source":355,"target":357},{"source":355,"target":49},{"source":357,"target":48},{"source":50,"target":0},{"source":50,"target":358},{"source":51,"target":0},{"source":51,"target":359},{"source":51,"target":360},{"source":51,"target":361},{"source":51,"target":362},{"source":51,"target":363},{"source":51,"target":364},{"source":359,"target":51},{"source":359,"target":365},{"source":359,"target":51},{"source":365,"target":51},{"source":360,"target":51},{"source":360,"target":366},{"source":360,"target":51},{"source":366,"target":51},{"source":361,"target":4},{"source":361,"target":367},{"source":361,"target":51},{"source":367,"target":4},{"source":362,"target":51},{"source":362,"target":368},{"source":362,"target":51},{"source":368,"target":51},{"source":363,"target":52},{"source":363,"target":369},{"source":363,"target":51},{"source":369,"target":52},{"source":364,"target":4},{"source":364,"target":370},{"source":364,"target":51},{"source":370,"target":4},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":371},{"source":52,"target":372},{"source":371,"target":51},{"source":371,"target":373},{"source":371,"target":52},{"source":373,"target":51},{"source":372,"target":10},{"source":53,"target":0}],"multigraph":true}
ecore
constraints
repo-ecore-all/data/LieberLieber/QvtCodeGenerator/QvtMetamodelCodeGeneration/LL.MDE.Components.Qvt.Metamodel.Generator/model/EssentialOCL.ecore
EssentialOCL AnyType BagType BooleanLiteralExp booleanSymbol CallExp source CollectionItem item CollectionKind Set Set OrderedSet OrderedSet Bag Bag Sequence Sequence Collection Collection CollectionLiteralExp kind part CollectionLiteralPart collectionLiteralExp CollectionRange first last CollectionType elementType EnumLiteralExp referredEnumLiteral ExpressionInOcl bodyExpression contextVariable generatedType parameterVariable resultVariable FeatureCallExp IfExp condition elseExpression thenExpression IntegerLiteralExp integerSymbol InvalidLiteralExp InvalidType IterateExp result IteratorExp LetExp in variable LiteralExp LoopExp body iterator NavigationCallExp NullLiteralExp NumericLiteralExp OclExpression OperationCallExp argument referredOperation OrderedSetType PrimitiveLiteralExp PropertyCallExp referredProperty RealLiteralExp realSymbol SequenceType SetType StringLiteralExp stringSymbol TemplateParameterType specification TupleLiteralExp part TupleLiteralPart attribute tupleLiteralExp value TupleType TypeExp referredType UnlimitedNaturalExp symbol Variable initExpression letExp representedParameter VariableExp referredVariable VoidType
<?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" xmi:id="EssentialOCL" name="EssentialOCL" nsURI="http://www.omg.org/spec/QVT/20140401/EssentialOCL" nsPrefix="essentialocl"> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.AnyType" name="AnyType" eSuperTypes="EMOF.ecore#EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BagType" name="BagType" eSuperTypes="#EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.BooleanLiteralExp" name="BooleanLiteralExp" eSuperTypes="#EssentialOCL.PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.BooleanLiteralExp.booleanSymbol" name="booleanSymbol" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CallExp" name="CallExp" abstract="true" eSuperTypes="#EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CallExp.source" name="source" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="appliedElement"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionItem" name="CollectionItem" eSuperTypes="#EssentialOCL.CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionItem.item" name="item" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="collectionItem"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="EssentialOCL.CollectionKind" name="CollectionKind"> <eLiterals xmi:id="EssentialOCL.CollectionKind.Set" name="Set"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.OrderedSet" name="OrderedSet" value="1"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Bag" name="Bag" value="2"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Sequence" name="Sequence" value="3"/> <eLiterals xmi:id="EssentialOCL.CollectionKind.Collection" name="Collection" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralExp" name="CollectionLiteralExp" eSuperTypes="#EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.CollectionLiteralExp.kind" name="kind" eType="#EssentialOCL.CollectionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="#EssentialOCL.CollectionLiteralPart" containment="true" resolveProxies="false" eOpposite="#EssentialOCL.CollectionLiteralPart.collectionLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionLiteralPart" name="CollectionLiteralPart" abstract="true" eSuperTypes="EMOF.ecore#EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionLiteralPart.collectionLiteralExp" name="collectionLiteralExp" lowerBound="1" eType="#EssentialOCL.CollectionLiteralExp" transient="true" resolveProxies="false" eOpposite="#EssentialOCL.CollectionLiteralExp.part"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionRange" name="CollectionRange" eSuperTypes="#EssentialOCL.CollectionLiteralPart"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.first" name="first" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="firstOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionRange.last" name="last" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="lastOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.CollectionType" name="CollectionType" eSuperTypes="EMOF.ecore#EMOF.DataType"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.CollectionType.elementType" name="elementType" lowerBound="1" eType="ecore:EClass EMOF.ecore#EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="collectionType"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.EnumLiteralExp" name="EnumLiteralExp" eSuperTypes="#EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.EnumLiteralExp.referredEnumLiteral" name="referredEnumLiteral" eType="ecore:EClass EMOF.ecore#EMOF.EnumerationLiteral"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="literalExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.ExpressionInOcl" name="ExpressionInOcl" eSuperTypes="EMOF.ecore#EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.bodyExpression" name="bodyExpression" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="topExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.contextVariable" name="contextVariable" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="selfOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.generatedType" name="generatedType" ordered="false" upperBound="-1" eType="ecore:EClass EMOF.ecore#EMOF.Type" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="owningExpression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.parameterVariable" name="parameterVariable" ordered="false" upperBound="-1" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="varOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.ExpressionInOcl.resultVariable" name="resultVariable" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="resultOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.FeatureCallExp" name="FeatureCallExp" abstract="true" eSuperTypes="#EssentialOCL.CallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IfExp" name="IfExp" eSuperTypes="#EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.condition" name="condition" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="ifOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.elseExpression" name="elseExpression" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="elseOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IfExp.thenExpression" name="thenExpression" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="thenOwner"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IntegerLiteralExp" name="IntegerLiteralExp" eSuperTypes="#EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.IntegerLiteralExp.integerSymbol" name="integerSymbol" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Integer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidLiteralExp" name="InvalidLiteralExp" eSuperTypes="#EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.InvalidType" name="InvalidType" eSuperTypes="EMOF.ecore#EMOF.Type"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IterateExp" name="IterateExp" eSuperTypes="#EssentialOCL.LoopExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.IterateExp.result" name="result" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="baseExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.IteratorExp" name="IteratorExp" eSuperTypes="#EssentialOCL.LoopExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LetExp" name="LetExp" eSuperTypes="#EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.in" name="in" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="letExp"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LetExp.variable" name="variable" lowerBound="1" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false" eOpposite="#EssentialOCL.Variable.letExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LiteralExp" name="LiteralExp" abstract="true" eSuperTypes="#EssentialOCL.OclExpression"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.LoopExp" name="LoopExp" abstract="true" eSuperTypes="#EssentialOCL.CallExp #EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.body" name="body" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopBodyOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.LoopExp.iterator" name="iterator" upperBound="-1" eType="#EssentialOCL.Variable" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="loopExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NavigationCallExp" name="NavigationCallExp" eSuperTypes="#EssentialOCL.FeatureCallExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NullLiteralExp" name="NullLiteralExp" eSuperTypes="#EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.NumericLiteralExp" name="NumericLiteralExp" abstract="true" eSuperTypes="#EssentialOCL.PrimitiveLiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OclExpression" name="OclExpression" abstract="true" eSuperTypes="EMOF.ecore#EMOF.TypedElement"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OperationCallExp" name="OperationCallExp" eSuperTypes="#EssentialOCL.FeatureCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.argument" name="argument" upperBound="-1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="parentCall"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.OperationCallExp.referredOperation" name="referredOperation" eType="ecore:EClass EMOF.ecore#EMOF.Operation"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.OrderedSetType" name="OrderedSetType" eSuperTypes="#EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PrimitiveLiteralExp" name="PrimitiveLiteralExp" abstract="true" eSuperTypes="#EssentialOCL.LiteralExp"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.PropertyCallExp" name="PropertyCallExp" eSuperTypes="#EssentialOCL.NavigationCallExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.PropertyCallExp.referredProperty" name="referredProperty" eType="ecore:EClass EMOF.ecore#EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.RealLiteralExp" name="RealLiteralExp" eSuperTypes="#EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.RealLiteralExp.realSymbol" name="realSymbol" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.Real"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SequenceType" name="SequenceType" eSuperTypes="#EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.SetType" name="SetType" eSuperTypes="#EssentialOCL.CollectionType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.StringLiteralExp" name="StringLiteralExp" eSuperTypes="#EssentialOCL.PrimitiveLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.StringLiteralExp.stringSymbol" name="stringSymbol" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TemplateParameterType" name="TemplateParameterType" eSuperTypes="EMOF.ecore#EMOF.Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.TemplateParameterType.specification" name="specification" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralExp" name="TupleLiteralExp" eSuperTypes="#EssentialOCL.LiteralExp"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralExp.part" name="part" ordered="false" upperBound="-1" eType="#EssentialOCL.TupleLiteralPart" containment="true" resolveProxies="false" eOpposite="#EssentialOCL.TupleLiteralPart.tupleLiteralExp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleLiteralPart" name="TupleLiteralPart" eSuperTypes="EMOF.ecore#EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.attribute" name="attribute" eType="ecore:EClass EMOF.ecore#EMOF.Property"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tupleLiteralPart"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.tupleLiteralExp" name="tupleLiteralExp" eType="#EssentialOCL.TupleLiteralExp" transient="true" resolveProxies="false" eOpposite="#EssentialOCL.TupleLiteralExp.part"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TupleLiteralPart.value" name="value" lowerBound="1" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="tupleLiteralPart"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TupleType" name="TupleType" eSuperTypes="EMOF.ecore#EMOF.Class EMOF.ecore#EMOF.DataType"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.TypeExp" name="TypeExp" eSuperTypes="#EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.TypeExp.referredType" name="referredType" eType="ecore:EClass EMOF.ecore#EMOF.Type"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="typeExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.UnlimitedNaturalExp" name="UnlimitedNaturalExp" eSuperTypes="#EssentialOCL.NumericLiteralExp"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="EssentialOCL.UnlimitedNaturalExp.symbol" name="symbol" eType="ecore:EDataType PrimitiveTypes.ecore#PrimitiveTypes.UnlimitedNatural"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.Variable" name="Variable" eSuperTypes="EMOF.ecore#EMOF.TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.initExpression" name="initExpression" eType="#EssentialOCL.OclExpression" containment="true" resolveProxies="false"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="initializedElement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.letExp" name="letExp" eType="#EssentialOCL.LetExp" transient="true" resolveProxies="false" eOpposite="#EssentialOCL.LetExp.variable"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.Variable.representedParameter" name="representedParameter" eType="ecore:EClass EMOF.ecore#EMOF.Parameter"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="variable"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VariableExp" name="VariableExp" eSuperTypes="#EssentialOCL.OclExpression"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="EssentialOCL.VariableExp.referredVariable" name="referredVariable" eType="#EssentialOCL.Variable"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="referringExp"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="EssentialOCL.VoidType" name="VoidType" eSuperTypes="EMOF.ecore#EMOF.Type"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"essentialocl","nsURI":"http://www.omg.org/spec/QVT/20140401/EssentialOCL","name":"EssentialOCL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExp","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExp","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionItem","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CollectionKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralExp","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionLiteralPart","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionRange","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInOcl","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExp","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExp","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidLiteralExp","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralExp","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationCallExp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralExp","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteralExp","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveLiteralExp","instanceClass":null,"abstract":true,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralExp","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExp","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterType","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralExp","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleLiteralPart","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExp","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNaturalExp","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"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":"booleanSymbol","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"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":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"resolveProxies":false,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"name":"Set","id":55,"value":0,"literal":"Set","eClass":"EEnumLiteral"},{"name":"OrderedSet","id":56,"value":1,"literal":"OrderedSet","eClass":"EEnumLiteral"},{"name":"Bag","id":57,"value":2,"literal":"Bag","eClass":"EEnumLiteral"},{"name":"Sequence","id":58,"value":3,"literal":"Sequence","eClass":"EEnumLiteral"},{"name":"Collection","id":59,"value":4,"literal":"Collection","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":60,"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":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"collectionLiteralExp","changeable":true,"resolveProxies":false,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"first","changeable":true,"resolveProxies":false,"lowerBound":1,"id":68,"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":"last","changeable":true,"resolveProxies":false,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"referredEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"contextVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"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":"generatedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"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":"parameterVariable","changeable":true,"resolveProxies":false,"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":"resultVariable","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":91,"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":"elseExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":92,"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":"thenExpression","changeable":true,"resolveProxies":false,"lowerBound":1,"id":93,"derived":false},{"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":"integerSymbol","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"result","changeable":true,"resolveProxies":false,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":false,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"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":"letExp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":false,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argument","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"realSymbol","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"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":"stringSymbol","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"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":"part","changeable":true,"resolveProxies":false,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"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":"tupleLiteralExp","changeable":true,"resolveProxies":false,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"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":false,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredType","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"symbol","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpression","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"representedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"referredVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"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":2,"target":0},{"source":2,"target":10},{"source":2,"target":45},{"source":45,"target":10},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":46},{"source":3,"target":47},{"source":46,"target":48},{"source":46,"target":3},{"source":47,"target":29},{"source":4,"target":0},{"source":4,"target":26},{"source":4,"target":49},{"source":4,"target":50},{"source":49,"target":26},{"source":49,"target":51},{"source":49,"target":4},{"source":51,"target":26},{"source":50,"target":26},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":52},{"source":5,"target":53},{"source":52,"target":26},{"source":52,"target":54},{"source":52,"target":5},{"source":54,"target":26},{"source":53,"target":8},{"source":6,"target":0},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":55,"target":6},{"source":56,"target":6},{"source":57,"target":6},{"source":58,"target":6},{"source":59,"target":6},{"source":7,"target":0},{"source":7,"target":21},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":60,"target":6},{"source":60,"target":63},{"source":60,"target":7},{"source":63,"target":6},{"source":61,"target":8},{"source":61,"target":64},{"source":61,"target":7},{"source":61,"target":65},{"source":64,"target":8},{"source":62,"target":21},{"source":8,"target":0},{"source":8,"target":65},{"source":8,"target":66},{"source":65,"target":7},{"source":65,"target":67},{"source":65,"target":8},{"source":65,"target":61},{"source":67,"target":7},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":68,"target":26},{"source":68,"target":71},{"source":68,"target":9},{"source":71,"target":26},{"source":69,"target":26},{"source":69,"target":72},{"source":69,"target":9},{"source":72,"target":26},{"source":70,"target":8},{"source":10,"target":0},{"source":10,"target":73},{"source":10,"target":74},{"source":73,"target":75},{"source":73,"target":10},{"source":11,"target":0},{"source":11,"target":21},{"source":11,"target":76},{"source":11,"target":77},{"source":76,"target":78},{"source":76,"target":11},{"source":77,"target":21},{"source":12,"target":0},{"source":12,"target":79},{"source":12,"target":80},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":12,"target":84},{"source":79,"target":26},{"source":79,"target":85},{"source":79,"target":12},{"source":85,"target":26},{"source":80,"target":41},{"source":80,"target":86},{"source":80,"target":12},{"source":86,"target":41},{"source":81,"target":87},{"source":81,"target":12},{"source":82,"target":41},{"source":82,"target":88},{"source":82,"target":12},{"source":88,"target":41},{"source":83,"target":41},{"source":83,"target":89},{"source":83,"target":12},{"source":89,"target":41},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":90},{"source":90,"target":4},{"source":14,"target":0},{"source":14,"target":26},{"source":14,"target":91},{"source":14,"target":92},{"source":14,"target":93},{"source":14,"target":94},{"source":91,"target":26},{"source":91,"target":95},{"source":91,"target":14},{"source":95,"target":26},{"source":92,"target":26},{"source":92,"target":96},{"source":92,"target":14},{"source":96,"target":26},{"source":93,"target":26},{"source":93,"target":97},{"source":93,"target":14},{"source":97,"target":26},{"source":94,"target":26},{"source":15,"target":0},{"source":15,"target":25},{"source":15,"target":98},{"source":15,"target":99},{"source":98,"target":100},{"source":98,"target":15},{"source":99,"target":25},{"source":16,"target":0},{"source":16,"target":21},{"source":16,"target":101},{"source":101,"target":21},{"source":17,"target":0},{"source":17,"target":102},{"source":18,"target":0},{"source":18,"target":22},{"source":18,"target":103},{"source":18,"target":104},{"source":103,"target":41},{"source":103,"target":105},{"source":103,"target":18},{"source":105,"target":41},{"source":104,"target":22},{"source":19,"target":0},{"source":19,"target":22},{"source":19,"target":106},{"source":106,"target":22},{"source":20,"target":0},{"source":20,"target":26},{"source":20,"target":107},{"source":20,"target":108},{"source":20,"target":109},{"source":107,"target":26},{"source":107,"target":110},{"source":107,"target":20},{"source":110,"target":26},{"source":108,"target":41},{"source":108,"target":111},{"source":108,"target":20},{"source":108,"target":112},{"source":111,"target":41},{"source":109,"target":26},{"source":21,"target":0},{"source":21,"target":26},{"source":21,"target":113},{"source":113,"target":26},{"source":22,"target":0},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":114},{"source":22,"target":115},{"source":22,"target":116},{"source":22,"target":117},{"source":114,"target":26},{"source":114,"target":118},{"source":114,"target":22},{"source":118,"target":26},{"source":115,"target":41},{"source":115,"target":119},{"source":115,"target":22},{"source":119,"target":41},{"source":116,"target":4},{"source":117,"target":26},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":120},{"source":120,"target":13},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":121},{"source":121,"target":21},{"source":25,"target":0},{"source":25,"target":29},{"source":25,"target":122},{"source":122,"target":29},{"source":26,"target":0},{"source":26,"target":123},{"source":27,"target":0},{"source":27,"target":13},{"source":27,"target":124},{"source":27,"target":125},{"source":27,"target":126},{"source":124,"target":26},{"source":124,"target":127},{"source":124,"target":27},{"source":127,"target":26},{"source":125,"target":128},{"source":125,"target":27},{"source":126,"target":13},{"source":28,"target":0},{"source":28,"target":10},{"source":28,"target":129},{"source":129,"target":10},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":130},{"source":130,"target":21},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":131},{"source":30,"target":132},{"source":131,"target":133},{"source":131,"target":30},{"source":132,"target":23},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":134},{"source":31,"target":135},{"source":134,"target":136},{"source":134,"target":31},{"source":135,"target":25},{"source":32,"target":0},{"source":32,"target":10},{"source":32,"target":137},{"source":137,"target":10},{"source":33,"target":0},{"source":33,"target":10},{"source":33,"target":138},{"source":138,"target":10},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":139},{"source":34,"target":140},{"source":139,"target":141},{"source":139,"target":34},{"source":140,"target":29},{"source":35,"target":0},{"source":35,"target":142},{"source":35,"target":143},{"source":142,"target":144},{"source":142,"target":35},{"source":36,"target":0},{"source":36,"target":21},{"source":36,"target":145},{"source":36,"target":146},{"source":145,"target":37},{"source":145,"target":147},{"source":145,"target":36},{"source":145,"target":148},{"source":147,"target":37},{"source":146,"target":21},{"source":37,"target":0},{"source":37,"target":149},{"source":37,"target":148},{"source":37,"target":150},{"source":37,"target":151},{"source":149,"target":152},{"source":149,"target":37},{"source":148,"target":36},{"source":148,"target":153},{"source":148,"target":37},{"source":148,"target":145},{"source":153,"target":36},{"source":150,"target":26},{"source":150,"target":154},{"source":150,"target":37},{"source":154,"target":26},{"source":38,"target":0},{"source":38,"target":155},{"source":38,"target":156},{"source":39,"target":0},{"source":39,"target":26},{"source":39,"target":157},{"source":39,"target":158},{"source":157,"target":159},{"source":157,"target":39},{"source":158,"target":26},{"source":40,"target":0},{"source":40,"target":25},{"source":40,"target":160},{"source":40,"target":161},{"source":160,"target":162},{"source":160,"target":40},{"source":161,"target":25},{"source":41,"target":0},{"source":41,"target":163},{"source":41,"target":112},{"source":41,"target":164},{"source":41,"target":165},{"source":163,"target":26},{"source":163,"target":166},{"source":163,"target":41},{"source":166,"target":26},{"source":112,"target":20},{"source":112,"target":167},{"source":112,"target":41},{"source":112,"target":108},{"source":167,"target":20},{"source":164,"target":168},{"source":164,"target":41},{"source":42,"target":0},{"source":42,"target":26},{"source":42,"target":169},{"source":42,"target":170},{"source":169,"target":41},{"source":169,"target":171},{"source":169,"target":42},{"source":171,"target":41},{"source":170,"target":26},{"source":43,"target":0},{"source":43,"target":172}],"multigraph":true}
ecore
library
repo-ecore-all/data/mbarbero/emf-compare-tests/extlibrary/extlibrary.ecore
extlibrary Book pages 100 category author subtitle Library name writers employees borrowers stock books branches parentBranch people Writer name books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography Manga Manga Manhwa Manhwa Item publicationDate Lendable copies borrowers CirculatingItem Periodical issuesPerYear AudioVisualItem minutes damaged BookOnTape author VideoCassette cast Borrower borrowed Person firstName familyName Employee manager Addressable address Magazine TitledItem title
<?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" xmi:id="_14sTEG60EeGkd4g88tZXfA" name="extlibrary" nsURI="http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0" nsPrefix="extlib"> <eClassifiers xsi:type="ecore:EClass" xmi:id="_146VgG60EeGkd4g88tZXfA" name="Book" eSuperTypes="_15LbQG60EeGkd4g88tZXfA _9M9ys29IEeGekPcBm25hwQ"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_146Vg260EeGkd4g88tZXfA" name="pages" defaultValueLiteral="100"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_1468kW60EeGkd4g88tZXfA" name="category" eType="_15F7sG60EeGkd4g88tZXfA" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_148KsG60EeGkd4g88tZXfA" name="author" lowerBound="1" eType="_15CRUW60EeGkd4g88tZXfA" eOpposite="_15EGgG60EeGkd4g88tZXfA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_9MlYMG9IEeGekPcBm25hwQ" name="subtitle"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_148KsW60EeGkd4g88tZXfA" name="Library" eSuperTypes="_15OelG60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_148Ksm60EeGkd4g88tZXfA" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_148xwW60EeGkd4g88tZXfA" name="writers" upperBound="-1" eType="_15CRUW60EeGkd4g88tZXfA" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations xmi:id="_148xwm60EeGkd4g88tZXfA" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_148xw260EeGkd4g88tZXfA" key="group" value="#people"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_149Y0G60EeGkd4g88tZXfA" name="employees" upperBound="-1" eType="_15OekG60EeGkd4g88tZXfA" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations xmi:id="_149Y0W60EeGkd4g88tZXfA" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_149Y0m60EeGkd4g88tZXfA" key="group" value="#people"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15AcIG60EeGkd4g88tZXfA" name="borrowers" upperBound="-1" eType="_15NQcW60EeGkd4g88tZXfA" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations xmi:id="_15AcIW60EeGkd4g88tZXfA" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_15BDMG60EeGkd4g88tZXfA" key="group" value="#people"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15BDMW60EeGkd4g88tZXfA" name="stock" ordered="false" upperBound="-1" eType="_15Hw4m60EeGkd4g88tZXfA" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15BDMm60EeGkd4g88tZXfA" name="books" ordered="false" upperBound="-1" eType="_146VgG60EeGkd4g88tZXfA" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15BqQG60EeGkd4g88tZXfA" name="branches" upperBound="-1" eType="_148KsW60EeGkd4g88tZXfA" containment="true" eOpposite="_15BqQm60EeGkd4g88tZXfA"/> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15BqQm60EeGkd4g88tZXfA" name="parentBranch" eType="_148KsW60EeGkd4g88tZXfA" eOpposite="_15BqQG60EeGkd4g88tZXfA"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15BqRG60EeGkd4g88tZXfA" name="people" upperBound="-1"> <eAnnotations xmi:id="_15BqRW60EeGkd4g88tZXfA" source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details xmi:id="_15BqRm60EeGkd4g88tZXfA" key="kind" value="group"/> </eAnnotations> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15CRUW60EeGkd4g88tZXfA" name="Writer" eSuperTypes="_15N3gm60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15CRUm60EeGkd4g88tZXfA" name="name" volatile="true" transient="true"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15EGgG60EeGkd4g88tZXfA" name="books" upperBound="-1" eType="_146VgG60EeGkd4g88tZXfA" eOpposite="_148KsG60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" xmi:id="_15F7sG60EeGkd4g88tZXfA" name="BookCategory"> <eLiterals xmi:id="_15HJ0G60EeGkd4g88tZXfA" name="Mystery"/> <eLiterals xmi:id="_15Hw4G60EeGkd4g88tZXfA" name="ScienceFiction" value="1"/> <eLiterals xmi:id="_15Hw4W60EeGkd4g88tZXfA" name="Biography" value="2"/> <eLiterals xmi:id="_9Mw-YG9IEeGekPcBm25hwQ" name="Manga" value="3" literal="Manga"/> <eLiterals xmi:id="_9Mw-YW9IEeGekPcBm25hwQ" name="Manhwa" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15Hw4m60EeGkd4g88tZXfA" name="Item" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15Hw4260EeGkd4g88tZXfA" name="publicationDate"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15IX8G60EeGkd4g88tZXfA" name="Lendable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15JmEG60EeGkd4g88tZXfA" name="copies" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15JmEm60EeGkd4g88tZXfA" name="borrowers" ordered="false" upperBound="-1" eType="_15NQcW60EeGkd4g88tZXfA" eOpposite="_15N3gG60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15LbQG60EeGkd4g88tZXfA" name="CirculatingItem" abstract="true" eSuperTypes="_15Hw4m60EeGkd4g88tZXfA _15IX8G60EeGkd4g88tZXfA"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15LbQ260EeGkd4g88tZXfA" name="Periodical" abstract="true" eSuperTypes="_15Hw4m60EeGkd4g88tZXfA _9M9ys29IEeGekPcBm25hwQ"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15LbR260EeGkd4g88tZXfA" name="issuesPerYear" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15MCUG60EeGkd4g88tZXfA" name="AudioVisualItem" abstract="true" eSuperTypes="_15LbQG60EeGkd4g88tZXfA _9M9ys29IEeGekPcBm25hwQ"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15MCVG60EeGkd4g88tZXfA" name="minutes" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15MCVm60EeGkd4g88tZXfA" name="damaged"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15MpYW60EeGkd4g88tZXfA" name="BookOnTape" eSuperTypes="_15MCUG60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15MpZG60EeGkd4g88tZXfA" name="author" eType="_15CRUW60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15MpZm60EeGkd4g88tZXfA" name="VideoCassette" eSuperTypes="_15MCUG60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15NQcG60EeGkd4g88tZXfA" name="cast" upperBound="-1" eType="_15N3gm60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15NQcW60EeGkd4g88tZXfA" name="Borrower" eSuperTypes="_15N3gm60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15N3gG60EeGkd4g88tZXfA" name="borrowed" upperBound="-1" eType="_15IX8G60EeGkd4g88tZXfA" eOpposite="_15JmEm60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15N3gm60EeGkd4g88tZXfA" name="Person" eSuperTypes="_15OelG60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15N3g260EeGkd4g88tZXfA" name="firstName" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15N3hW60EeGkd4g88tZXfA" name="familyName" lowerBound="1"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15OekG60EeGkd4g88tZXfA" name="Employee" eSuperTypes="_15N3gm60EeGkd4g88tZXfA"> <eStructuralFeatures xsi:type="ecore:EReference" xmi:id="_15Oekm60EeGkd4g88tZXfA" name="manager" eType="_15OekG60EeGkd4g88tZXfA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_15OelG60EeGkd4g88tZXfA" name="Addressable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_15OelW60EeGkd4g88tZXfA" name="address"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" xmi:id="_9M9ysW9IEeGekPcBm25hwQ" name="Magazine" eSuperTypes="_15LbQ260EeGkd4g88tZXfA"/> <eClassifiers xsi:type="ecore:EClass" xmi:id="_9M9ys29IEeGekPcBm25hwQ" name="TitledItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="_9M9ytG9IEeGekPcBm25hwQ" name="title"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"extlib","nsURI":"http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0","name":"extlibrary","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lendable","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CirculatingItem","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Periodical","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AudioVisualItem","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookOnTape","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoCassette","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Borrower","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addressable","instanceClass":null,"abstract":true,"id":15,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Magazine","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TitledItem","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"subtitle","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"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":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"writers","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"employees","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"borrowers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":32,"derived":true},{"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":"stock","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"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":true,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"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":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"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":"parentBranch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"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":"people","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"name":"Mystery","id":52,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":53,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":54,"value":2,"literal":"Biography","eClass":"EEnumLiteral"},{"name":"Manga","id":55,"value":3,"literal":"Manga","eClass":"EEnumLiteral"},{"name":"Manhwa","id":56,"value":5,"literal":"Manhwa","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":"publicationDate","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"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":"copies","changeable":true,"lowerBound":1,"iD":false,"id":59,"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":"borrowers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"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":"borrowed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"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":"issuesPerYear","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"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":"minutes","changeable":true,"lowerBound":1,"iD":false,"id":70,"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":"damaged","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":"cast","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":84,"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":"familyName","changeable":true,"lowerBound":1,"iD":false,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"manager","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":"address","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"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":95,"derived":false},{"id":96,"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":7},{"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":18,"target":24},{"source":18,"target":1},{"source":19,"target":4},{"source":19,"target":25},{"source":19,"target":1},{"source":25,"target":4},{"source":20,"target":3},{"source":20,"target":26},{"source":20,"target":1},{"source":20,"target":27},{"source":26,"target":3},{"source":21,"target":28},{"source":21,"target":1},{"source":22,"target":7},{"source":23,"target":17},{"source":2,"target":0},{"source":2,"target":15},{"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":29,"target":39},{"source":29,"target":2},{"source":30,"target":3},{"source":30,"target":40},{"source":30,"target":2},{"source":40,"target":3},{"source":31,"target":14},{"source":31,"target":41},{"source":31,"target":2},{"source":41,"target":14},{"source":32,"target":12},{"source":32,"target":42},{"source":32,"target":2},{"source":42,"target":12},{"source":33,"target":5},{"source":33,"target":43},{"source":33,"target":2},{"source":43,"target":5},{"source":34,"target":1},{"source":34,"target":44},{"source":34,"target":2},{"source":44,"target":1},{"source":35,"target":2},{"source":35,"target":45},{"source":35,"target":2},{"source":35,"target":36},{"source":45,"target":2},{"source":36,"target":2},{"source":36,"target":46},{"source":36,"target":2},{"source":36,"target":35},{"source":46,"target":2},{"source":37,"target":47},{"source":37,"target":2},{"source":38,"target":15},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":48},{"source":3,"target":27},{"source":3,"target":49},{"source":48,"target":50},{"source":48,"target":3},{"source":27,"target":1},{"source":27,"target":51},{"source":27,"target":3},{"source":27,"target":20},{"source":51,"target":1},{"source":49,"target":13},{"source":4,"target":0},{"source":4,"target":52},{"source":4,"target":53},{"source":4,"target":54},{"source":4,"target":55},{"source":4,"target":56},{"source":52,"target":4},{"source":53,"target":4},{"source":54,"target":4},{"source":55,"target":4},{"source":56,"target":4},{"source":5,"target":0},{"source":5,"target":57},{"source":57,"target":58},{"source":57,"target":5},{"source":6,"target":0},{"source":6,"target":59},{"source":6,"target":60},{"source":59,"target":61},{"source":59,"target":6},{"source":60,"target":12},{"source":60,"target":62},{"source":60,"target":6},{"source":60,"target":63},{"source":62,"target":12},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":6},{"source":7,"target":64},{"source":7,"target":65},{"source":64,"target":5},{"source":65,"target":6},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":17},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":66,"target":69},{"source":66,"target":8},{"source":67,"target":5},{"source":68,"target":17},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":17},{"source":9,"target":70},{"source":9,"target":71},{"source":9,"target":72},{"source":9,"target":73},{"source":70,"target":74},{"source":70,"target":9},{"source":71,"target":75},{"source":71,"target":9},{"source":72,"target":7},{"source":73,"target":17},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":76},{"source":10,"target":77},{"source":76,"target":3},{"source":76,"target":78},{"source":76,"target":10},{"source":78,"target":3},{"source":77,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":79},{"source":11,"target":80},{"source":79,"target":13},{"source":79,"target":81},{"source":79,"target":11},{"source":81,"target":13},{"source":80,"target":9},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":63},{"source":12,"target":82},{"source":63,"target":6},{"source":63,"target":83},{"source":63,"target":12},{"source":63,"target":60},{"source":83,"target":6},{"source":82,"target":13},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":84},{"source":13,"target":85},{"source":13,"target":86},{"source":84,"target":87},{"source":84,"target":13},{"source":85,"target":88},{"source":85,"target":13},{"source":86,"target":15},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":89},{"source":14,"target":90},{"source":89,"target":14},{"source":89,"target":91},{"source":89,"target":14},{"source":91,"target":14},{"source":90,"target":13},{"source":15,"target":0},{"source":15,"target":92},{"source":92,"target":93},{"source":92,"target":15},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":94},{"source":94,"target":8},{"source":17,"target":0},{"source":17,"target":95},{"source":95,"target":96},{"source":95,"target":17}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset-mtl/repos/adilinam/QVTdCaseStudy/org.eclipse.qvtd.xtext.qvtimperative/model/QVTimperativeCS.ecore
qvtimperativecs ImperativeDomainCS checkedProperties enforcedProperties ImperativePredicateOrAssignmentCS isAccumulate false MappingCS ownedMappingSequence ownedUsesPathNames MappingCallBindingCS isPolled false ownedValue owningMappingCall referredVariable MappingCallCS isInfinite false ownedBindings ownedPathName referredMapping MappingLoopCS ownedIterator ownedInExpression ownedMappingSequence MappingSequenceCS ownedMappingStatements MappingStatementCS TopLevelCS ownedTransformations ownedQueries ownedMappings
<?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="qvtimperativecs" nsURI="http://www.eclipse.org/qvt/2015/QVTimperativeCS" nsPrefix="qvtics"> <eClassifiers xsi:type="ecore:EClass" name="ImperativeDomainCS" eSuperTypes="../../org.eclipse.qvtd.xtext.qvtcorebase/model/QVTcoreBaseCS.ecore#//DomainCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="checkedProperties" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//PathNameCS" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The properties whose accesses must be polled for readiness prior to use here."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="enforcedProperties" ordered="false" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//PathNameCS" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The properties whose assignments may be polled for readiness prior to use elsewhere."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImperativePredicateOrAssignmentCS" eSuperTypes="../../org.eclipse.qvtd.xtext.qvtcorebase/model/QVTcoreBaseCS.ecore#//PredicateOrAssignmentCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAccumulate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingCS" eSuperTypes="../../org.eclipse.qvtd.xtext.qvtcorebase/model/QVTcoreBaseCS.ecore#//AbstractMappingCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMappingSequence" eType="#//MappingSequenceCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedUsesPathNames" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//PathNameCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingCallBindingCS" eSuperTypes="../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPolled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedValue" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningMappingCall" eType="#//MappingCallCS" eOpposite="#//MappingCallCS/ownedBindings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.pivot/model/Pivot.ecore#//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingCallCS" eSuperTypes="#//MappingStatementCS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInfinite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedBindings" ordered="false" upperBound="-1" eType="#//MappingCallBindingCS" containment="true" eOpposite="#//MappingCallBindingCS/owningMappingCall"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPathName" eType="ecore:EClass ../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//PathNameCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referredMapping" eType="ecore:EClass ../../org.eclipse.qvtd.pivot.qvtimperative/model/QVTimperative.ecore#//Mapping" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingLoopCS" eSuperTypes="#//MappingStatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedIterator" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//VariableCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedInExpression" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.essentialocl/model/EssentialOCLCS.ecore#//ExpCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMappingSequence" lowerBound="1" eType="#//MappingSequenceCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingSequenceCS" eSuperTypes="#//MappingStatementCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMappingStatements" lowerBound="1" upperBound="-1" eType="#//MappingStatementCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingStatementCS" abstract="true" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//ModelElementCS"/> <eClassifiers xsi:type="ecore:EClass" name="TopLevelCS" eSuperTypes="../../org.eclipse.ocl.xtext.base/model/BaseCS.ecore#//RootPackageCS"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTransformations" upperBound="-1" eType="ecore:EClass ../../org.eclipse.qvtd.xtext.qvtcorebase/model/QVTcoreBaseCS.ecore#//TransformationCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedQueries" upperBound="-1" eType="ecore:EClass ../../org.eclipse.qvtd.xtext.qvtcorebase/model/QVTcoreBaseCS.ecore#//QueryCS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedMappings" upperBound="-1" eType="#//MappingCS" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"qvtics","nsURI":"http://www.eclipse.org/qvt/2015/QVTimperativeCS","name":"qvtimperativecs","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeDomainCS","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativePredicateOrAssignmentCS","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCS","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallBindingCS","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallCS","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingLoopCS","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingSequenceCS","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingStatementCS","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelCS","instanceClass":null,"abstract":false,"id":9,"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":"checkedProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"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":"enforcedProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"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":"isAccumulate","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMappingSequence","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":"ownedUsesPathNames","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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isPolled","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"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":"owningMappingCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"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":"referredVariable","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":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"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":"isInfinite","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPathName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredMapping","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":true},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedIterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedInExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMappingSequence","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedMappingStatements","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"ownedTransformations","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":"ownedQueries","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":"ownedMappings","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"}],"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":10,"target":13},{"source":10,"target":1},{"source":11,"target":14},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":15,"target":17},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":18,"target":7},{"source":18,"target":21},{"source":18,"target":3},{"source":21,"target":7},{"source":19,"target":22},{"source":19,"target":3},{"source":4,"target":0},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":23,"target":28},{"source":23,"target":4},{"source":24,"target":29},{"source":24,"target":4},{"source":25,"target":5},{"source":25,"target":30},{"source":25,"target":4},{"source":25,"target":31},{"source":30,"target":5},{"source":26,"target":32},{"source":26,"target":4},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":33},{"source":5,"target":31},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":33,"target":37},{"source":33,"target":5},{"source":31,"target":4},{"source":31,"target":38},{"source":31,"target":5},{"source":31,"target":25},{"source":38,"target":4},{"source":34,"target":39},{"source":34,"target":5},{"source":35,"target":40},{"source":35,"target":5},{"source":36,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":41,"target":45},{"source":41,"target":6},{"source":42,"target":46},{"source":42,"target":6},{"source":43,"target":7},{"source":43,"target":47},{"source":43,"target":6},{"source":47,"target":7},{"source":44,"target":8},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":48},{"source":7,"target":49},{"source":48,"target":8},{"source":48,"target":50},{"source":48,"target":7},{"source":50,"target":8},{"source":49,"target":8},{"source":8,"target":0},{"source":8,"target":51},{"source":9,"target":0},{"source":9,"target":52},{"source":9,"target":53},{"source":9,"target":54},{"source":9,"target":55},{"source":52,"target":56},{"source":52,"target":9},{"source":53,"target":57},{"source":53,"target":9},{"source":54,"target":3},{"source":54,"target":58},{"source":54,"target":9},{"source":58,"target":3}],"multigraph":true}
ecore
education
repo-ecore-all/data/siba88/ame/at.ac.tuwien.big.momot.examples.university.delete/model/university.ecore
university Course name professor Professor name courses University professors courses name students Student MNR
<?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="university" nsURI="www.tuwien.com" nsPrefix="university"> <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="Course"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="professor" eType="#//Professor" eOpposite="#//Professor/courses"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Professor"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameIsNotNull"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="nameIsNotNull" value="name.size()>0"/> </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="courses" upperBound="-1" eType="#//Course" eOpposite="#//Course/professor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="University"> <eStructuralFeatures xsi:type="ecore:EReference" name="professors" upperBound="-1" eType="#//Professor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="courses" upperBound="-1" eType="#//Course" containment="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="students" upperBound="-1" eType="#//Student" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Student"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MNR" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"university","nsURI":"www.tuwien.com","name":"university","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Course","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Professor","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"University","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Student","instanceClass":null,"abstract":false,"id":4,"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":true,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"professor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"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":"courses","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"professors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"courses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"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":"students","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MNR","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":7},{"source":5,"target":1},{"source":6,"target":2},{"source":6,"target":8},{"source":6,"target":1},{"source":6,"target":9},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":9},{"source":10,"target":11},{"source":10,"target":2},{"source":9,"target":1},{"source":9,"target":12},{"source":9,"target":2},{"source":9,"target":6},{"source":12,"target":1},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":13,"target":2},{"source":13,"target":17},{"source":13,"target":3},{"source":17,"target":2},{"source":14,"target":1},{"source":14,"target":18},{"source":14,"target":3},{"source":18,"target":1},{"source":15,"target":19},{"source":15,"target":3},{"source":16,"target":4},{"source":16,"target":20},{"source":16,"target":3},{"source":20,"target":4},{"source":4,"target":0},{"source":4,"target":21},{"source":21,"target":22},{"source":21,"target":4}],"multigraph":true}
ecore
modelmanagement
repo-ecore-all/data/Fhma/MT_EOL/eol_resources/metamodels/EOL.ecore
eol EOLElement container uri region TextRegion start end TextPosition line column EOLLibraryModule name imports modelDeclarations operations EOLModule block Import importedModule imported Block statements AnnotationBlock ExpressionOrStatementBlock block expression condition OperationDefinition contextType returnType annotationBlock body name parameters self _result dependingOperationDefinitions Expression resolvedType inBrackets false OperatorExpression UnaryOperatorExpression expression NotOperatorExpression NegativeOperatorExpression BinaryOperatorExpression lhs rhs LogicalOperatorExpression AndOperatorExpression XorOperatorExpression OrOperatorExpression ImpliesOperatorExpression ArithmeticOperatorExpression DivideOperatorExpression MultiplyOperatorExpression MinusOperatorExpression PlusOperatorExpression ComparisonOperatorExpression GreaterThanOrEqualToOperatorExpression GreaterThanOperatorExpression LessThanOrEqualToOperatorExpression LessThanOperatorExpression NotEqualsOperatorExpression EqualsOperatorExpression VariableDeclarationExpression create name references FormalParameterExpression NameExpression name resolvedContent isType FeatureCallExpression target arrow false MethodCallExpression arguments method resolvedOperationDefinition PropertyCallExpression extended false property FOLMethodCallExpression iterator conditions method resolvedFOLDefinition KeyValueExpression key value ModelDeclarationParameter NewExpression typeName parameters MapExpression keyValues CollectionExpression contents parameterList PrimitiveExpression ComparableExpression SummableExpression StringExpression value BooleanExpression value RealExpression value IntegerExpression value BagExpression SetExpression OrderedSetExpression SequenceExpression OrderedCollection UniqueCollection EnumerationLiteralExpression literal enumeration model CollectionInitialisationExpression ExpressionRange start end ExpressionList expressions Statement TransactionStatement names body ExpressionStatement expression SwitchStatement expression cases default SwitchCaseStatement body SwitchCaseDefaultStatement SwitchCaseExpressionStatement expression IfStatement condition ifBody elseIfBodies elseBody ForStatement iterator condition body WhileStatement condition body ReturnStatement expression ThrowStatement expression DeleteStatement expression AssignmentStatement lhs rhs SpecialAssignmentStatement ContinueStatement AbortStatement BreakStatement BreakAllStatement AnnotationStatement name SimpleAnnotationStatement values ExecutableAnnotationStatement expression ModelDeclarationStatement name driver aliases parameters resolvedIMetamodel Type AnyType dynamicTypes declared ModelType resolvedIMetamodel modelName ModelElementType modelName elementName resolvedModelDeclaration resolvedIMetamodel resolvedIPackage modelElementType PseudoType SelfType SelfContentType MapType keyType valueType NativeType expression VoidType InvalidType CollectionType contentType BagType OrderedCollectionType UniqueCollectionType SetType OrderedSetType SequenceType PrimitiveType ComparablePrimitiveType SummablePrimitiveType BooleanType RealType IntegerType StringType
<?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="eol" nsURI="http://www.eclipse.org/epsilon/eol" nsPrefix="eol"> <eAnnotations source="emf.gen"> <details key="classPackageSuffix" value="metamodel.impl"/> <details key="utilityPackageSuffix" value="metamodel.util"/> <details key="metaDataPackageSuffix" value="metamodel"/> <details key="interfacePackageSuffix" value="metamodel"/> <details key="basePackage" value="org.eclipse.epsilon"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//EOLElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="region" eType="#//TextRegion" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextRegion"> <eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//TextPosition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//TextPosition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextPosition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOLLibraryModule" eSuperTypes="#//EOLElement"> <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="modelDeclarations" upperBound="-1" eType="#//ModelDeclarationStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//OperationDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EOLModule" eSuperTypes="#//EOLLibraryModule"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Import" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="importedModule" lowerBound="1" eType="#//EOLLibraryModule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imported" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationBlock" eSuperTypes="#//Block"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionOrStatementBlock" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperationDefinition" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextType" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationBlock" eType="#//AnnotationBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//FormalParameterExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="self" lowerBound="1" eType="#//VariableDeclarationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="_result" eType="#//VariableDeclarationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependingOperationDefinitions" upperBound="-1" eType="#//OperationDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//EOLElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedType" lowerBound="1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inBrackets" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperatorExpression" abstract="true" eSuperTypes="#//OperatorExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotOperatorExpression" eSuperTypes="#//UnaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NegativeOperatorExpression" eSuperTypes="#//UnaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperatorExpression" abstract="true" eSuperTypes="#//OperatorExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalOperatorExpression" abstract="true" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="AndOperatorExpression" eSuperTypes="#//LogicalOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="XorOperatorExpression" eSuperTypes="#//LogicalOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="OrOperatorExpression" eSuperTypes="#//LogicalOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ImpliesOperatorExpression" eSuperTypes="#//LogicalOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ArithmeticOperatorExpression" abstract="true" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="DivideOperatorExpression" eSuperTypes="#//ArithmeticOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplyOperatorExpression" eSuperTypes="#//ArithmeticOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="MinusOperatorExpression" eSuperTypes="#//ArithmeticOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="PlusOperatorExpression" eSuperTypes="#//ArithmeticOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ComparisonOperatorExpression" abstract="true" eSuperTypes="#//BinaryOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOrEqualToOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="GreaterThanOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LessThanOrEqualToOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LessThanOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqualsOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EqualsOperatorExpression" eSuperTypes="#//ComparisonOperatorExpression"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="create" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//NameExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterExpression" eSuperTypes="#//VariableDeclarationExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NameExpression" eSuperTypes="#//Expression"> <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="resolvedContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureCallExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arrow" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCallExpression" eSuperTypes="#//FeatureCallExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedOperationDefinition" eType="#//OperationDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCallExpression" eSuperTypes="#//FeatureCallExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extended" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FOLMethodCallExpression" eSuperTypes="#//FeatureCallExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" lowerBound="1" eType="#//FormalParameterExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" lowerBound="1" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedFOLDefinition" eType="#//OperationDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeyValueExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelDeclarationParameter" eSuperTypes="#//KeyValueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeName" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyValues" upperBound="-1" eType="#//KeyValueExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterList" eType="#//CollectionInitialisationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ComparableExpression" abstract="true" eSuperTypes="#//PrimitiveExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SummableExpression" abstract="true" eSuperTypes="#//PrimitiveExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="#//ComparableExpression #//SummableExpression"> <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="BooleanExpression" eSuperTypes="#//PrimitiveExpression"> <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="RealExpression" eSuperTypes="#//ComparableExpression #//SummableExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" eSuperTypes="#//ComparableExpression #//SummableExpression"> <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="BagExpression" eSuperTypes="#//CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SetExpression" eSuperTypes="#//UniqueCollection"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetExpression" eSuperTypes="#//OrderedCollection #//UniqueCollection"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceExpression" eSuperTypes="#//OrderedCollection"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedCollection" abstract="true" eSuperTypes="#//CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="UniqueCollection" abstract="true" eSuperTypes="#//CollectionExpression"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteralExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="literal" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionInitialisationExpression" abstract="true" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionRange" eSuperTypes="#//CollectionInitialisationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionList" eSuperTypes="#//CollectionInitialisationExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//EOLElement"/> <eClassifiers xsi:type="ecore:EClass" name="TransactionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="names" upperBound="-1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ExpressionOrStatementBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1" eType="#//SwitchCaseExpressionStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="default" eType="#//SwitchCaseDefaultStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCaseStatement" abstract="true" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ExpressionOrStatementBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCaseDefaultStatement" eSuperTypes="#//SwitchCaseStatement"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchCaseExpressionStatement" eSuperTypes="#//SwitchCaseStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifBody" lowerBound="1" eType="#//ExpressionOrStatementBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseIfBodies" upperBound="-1" eType="#//ExpressionOrStatementBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//ExpressionOrStatementBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="iterator" lowerBound="1" eType="#//FormalParameterExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ExpressionOrStatementBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//ExpressionOrStatementBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecialAssignmentStatement" eSuperTypes="#//AssignmentStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="AbortStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="BreakAllStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationStatement" abstract="true" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleAnnotationStatement" eSuperTypes="#//AnnotationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//StringExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExecutableAnnotationStatement" eSuperTypes="#//AnnotationStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//VariableDeclarationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="driver" lowerBound="1" eType="#//NameExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aliases" upperBound="-1" eType="#//VariableDeclarationExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ModelDeclarationParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolvedIMetamodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//EOLElement"/> <eClassifiers xsi:type="ecore:EClass" name="AnyType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="dynamicTypes" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="declared" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelType" eSuperTypes="#//AnyType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolvedIMetamodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementType" eSuperTypes="#//AnyType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedModelDeclaration" lowerBound="1" eType="#//ModelDeclarationStatement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolvedIMetamodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolvedIPackage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelElementType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PseudoType" abstract="true" eSuperTypes="#//AnyType"/> <eClassifiers xsi:type="ecore:EClass" name="SelfType" eSuperTypes="#//PseudoType"/> <eClassifiers xsi:type="ecore:EClass" name="SelfContentType" eSuperTypes="#//PseudoType"/> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//AnyType"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" eType="#//AnyType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" eType="#//AnyType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NativeType" eSuperTypes="#//AnyType"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//StringExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="#//AnyType"/> <eClassifiers xsi:type="ecore:EClass" name="InvalidType" eSuperTypes="#//AnyType"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//AnyType"> <eStructuralFeatures xsi:type="ecore:EReference" name="contentType" lowerBound="1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedCollectionType" abstract="true" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="UniqueCollectionType" abstract="true" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//UniqueCollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//UniqueCollectionType #//OrderedCollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//OrderedCollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//AnyType"/> <eClassifiers xsi:type="ecore:EClass" name="ComparablePrimitiveType" abstract="true" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="SummablePrimitiveType" abstract="true" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#//ComparablePrimitiveType #//SummablePrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//RealType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//ComparablePrimitiveType #//SummablePrimitiveType"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"eol","nsURI":"http://www.eclipse.org/epsilon/eol","name":"eol","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOLElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextRegion","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextPosition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOLLibraryModule","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EOLModule","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationBlock","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionOrStatementBlock","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationDefinition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorExpression","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperatorExpression","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotOperatorExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NegativeOperatorExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperatorExpression","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalOperatorExpression","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndOperatorExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XorOperatorExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrOperatorExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImpliesOperatorExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArithmeticOperatorExpression","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivideOperatorExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplyOperatorExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusOperatorExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusOperatorExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonOperatorExpression","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOrEqualToOperatorExpression","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThanOperatorExpression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOrEqualToOperatorExpression","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThanOperatorExpression","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqualsOperatorExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualsOperatorExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureCallExpression","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCallExpression","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExpression","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FOLMethodCallExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeyValueExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelDeclarationParameter","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExpression","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExpression","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExpression","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparableExpression","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SummableExpression","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedCollection","instanceClass":null,"abstract":true,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueCollection","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteralExpression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionInitialisationExpression","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionRange","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionList","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransactionStatement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCaseStatement","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCaseDefaultStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCaseExpressionStatement","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentStatement","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialAssignmentStatement","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortStatement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakAllStatement","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationStatement","instanceClass":null,"abstract":true,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleAnnotationStatement","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableAnnotationStatement","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelDeclarationStatement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyType","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementType","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PseudoType","instanceClass":null,"abstract":true,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfType","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfContentType","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NativeType","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvalidType","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedCollectionType","instanceClass":null,"abstract":true,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueCollectionType","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparablePrimitiveType","instanceClass":null,"abstract":true,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SummablePrimitiveType","instanceClass":null,"abstract":true,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":110,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"region","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"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":"line","changeable":true,"lowerBound":1,"iD":false,"id":121,"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":"column","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"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":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":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":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"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":"importedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":137,"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":"imported","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"block","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":"expression","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":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":153,"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":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":"annotationBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"self","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":"_result","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":false,"unsettable":false,"transient":false,"unique":true,"name":"dependingOperationDefinitions","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"},{"id":167,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"resolvedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":172,"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":"inBrackets","changeable":true,"lowerBound":1,"iD":false,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"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":183,"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":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"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"create","changeable":true,"lowerBound":1,"iD":false,"id":205,"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":"name","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"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":213,"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":"resolvedContent","changeable":true,"lowerBound":0,"iD":false,"id":214,"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":"isType","changeable":true,"lowerBound":1,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"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":"arrow","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":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":225,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedOperationDefinition","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"extended","changeable":true,"lowerBound":0,"iD":false,"id":232,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"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":"conditions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"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":"method","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":"resolvedFOLDefinition","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"},{"container":false,"ordered":true,"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":246,"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":247,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeName","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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyValues","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":"contents","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":"parameterList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"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":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"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":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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literal","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":"enumeration","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":true,"unsettable":false,"transient":false,"unique":true,"name":"model","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":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"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":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":299,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"names","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"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":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"container":false,"ordered":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":316,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":329,"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":"ifBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseIfBodies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"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":339,"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":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":345,"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":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"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":359,"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":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"driver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aliases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"container":false,"ordered":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":381,"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":"resolvedIMetamodel","changeable":true,"lowerBound":0,"iD":false,"id":382,"derived":true},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dynamicTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"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":"declared","changeable":true,"lowerBound":1,"iD":false,"id":391,"derived":false},{"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":true,"unique":true,"name":"resolvedIMetamodel","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":"modelName","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelName","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementName","changeable":true,"lowerBound":1,"iD":false,"id":401,"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":"resolvedModelDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":402,"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":"resolvedIMetamodel","changeable":true,"lowerBound":0,"iD":false,"id":403,"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":"resolvedIPackage","changeable":true,"lowerBound":0,"iD":false,"id":404,"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":"modelElementType","changeable":true,"lowerBound":0,"iD":false,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","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":"valueType","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"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":"contentType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"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"}],"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":1,"target":0},{"source":1,"target":111},{"source":1,"target":112},{"source":1,"target":113},{"source":111,"target":1},{"source":111,"target":114},{"source":111,"target":1},{"source":114,"target":1},{"source":112,"target":115},{"source":112,"target":1},{"source":113,"target":2},{"source":113,"target":116},{"source":113,"target":1},{"source":116,"target":2},{"source":2,"target":0},{"source":2,"target":117},{"source":2,"target":118},{"source":117,"target":3},{"source":117,"target":119},{"source":117,"target":2},{"source":119,"target":3},{"source":118,"target":3},{"source":118,"target":120},{"source":118,"target":2},{"source":120,"target":3},{"source":3,"target":0},{"source":3,"target":121},{"source":3,"target":122},{"source":121,"target":123},{"source":121,"target":3},{"source":122,"target":124},{"source":122,"target":3},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":125},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":125,"target":130},{"source":125,"target":4},{"source":126,"target":6},{"source":126,"target":131},{"source":126,"target":4},{"source":131,"target":6},{"source":127,"target":85},{"source":127,"target":132},{"source":127,"target":4},{"source":132,"target":85},{"source":128,"target":10},{"source":128,"target":133},{"source":128,"target":4},{"source":133,"target":10},{"source":129,"target":1},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":134},{"source":5,"target":135},{"source":134,"target":7},{"source":134,"target":136},{"source":134,"target":5},{"source":136,"target":7},{"source":135,"target":4},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":137},{"source":6,"target":138},{"source":6,"target":139},{"source":137,"target":4},{"source":137,"target":140},{"source":137,"target":6},{"source":140,"target":4},{"source":138,"target":141},{"source":138,"target":6},{"source":139,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":142},{"source":7,"target":143},{"source":142,"target":63},{"source":142,"target":144},{"source":142,"target":7},{"source":144,"target":63},{"source":143,"target":1},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":145},{"source":145,"target":7},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":146},{"source":9,"target":147},{"source":9,"target":148},{"source":9,"target":149},{"source":146,"target":7},{"source":146,"target":150},{"source":146,"target":9},{"source":150,"target":7},{"source":147,"target":11},{"source":147,"target":151},{"source":147,"target":9},{"source":151,"target":11},{"source":148,"target":11},{"source":148,"target":152},{"source":148,"target":9},{"source":152,"target":11},{"source":149,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":153},{"source":10,"target":154},{"source":10,"target":155},{"source":10,"target":156},{"source":10,"target":157},{"source":10,"target":158},{"source":10,"target":159},{"source":10,"target":160},{"source":10,"target":161},{"source":10,"target":162},{"source":153,"target":86},{"source":153,"target":163},{"source":153,"target":10},{"source":163,"target":86},{"source":154,"target":86},{"source":154,"target":164},{"source":154,"target":10},{"source":164,"target":86},{"source":155,"target":8},{"source":155,"target":165},{"source":155,"target":10},{"source":165,"target":8},{"source":156,"target":7},{"source":156,"target":166},{"source":156,"target":10},{"source":166,"target":7},{"source":157,"target":36},{"source":157,"target":167},{"source":157,"target":10},{"source":167,"target":36},{"source":158,"target":35},{"source":158,"target":168},{"source":158,"target":10},{"source":168,"target":35},{"source":159,"target":34},{"source":159,"target":169},{"source":159,"target":10},{"source":169,"target":34},{"source":160,"target":34},{"source":160,"target":170},{"source":160,"target":10},{"source":170,"target":34},{"source":161,"target":10},{"source":161,"target":171},{"source":161,"target":10},{"source":171,"target":10},{"source":162,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":172},{"source":11,"target":173},{"source":11,"target":174},{"source":172,"target":86},{"source":172,"target":175},{"source":172,"target":11},{"source":175,"target":86},{"source":173,"target":176},{"source":173,"target":11},{"source":174,"target":1},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":177},{"source":177,"target":11},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":178},{"source":13,"target":179},{"source":178,"target":11},{"source":178,"target":180},{"source":178,"target":13},{"source":180,"target":11},{"source":179,"target":12},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":181},{"source":181,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":182},{"source":182,"target":13},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":183},{"source":16,"target":184},{"source":16,"target":185},{"source":183,"target":11},{"source":183,"target":186},{"source":183,"target":16},{"source":186,"target":11},{"source":184,"target":11},{"source":184,"target":187},{"source":184,"target":16},{"source":187,"target":11},{"source":185,"target":12},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":188},{"source":188,"target":16},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":189},{"source":189,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":190},{"source":190,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":191},{"source":191,"target":17},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":192},{"source":192,"target":17},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":193},{"source":193,"target":16},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":194},{"source":194,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":195},{"source":195,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":196},{"source":196,"target":22},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":197},{"source":197,"target":22},{"source":27,"target":0},{"source":27,"target":16},{"source":27,"target":198},{"source":198,"target":16},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":199},{"source":199,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":200},{"source":200,"target":27},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":201},{"source":201,"target":27},{"source":31,"target":0},{"source":31,"target":27},{"source":31,"target":202},{"source":202,"target":27},{"source":32,"target":0},{"source":32,"target":27},{"source":32,"target":203},{"source":203,"target":27},{"source":33,"target":0},{"source":33,"target":27},{"source":33,"target":204},{"source":204,"target":27},{"source":34,"target":0},{"source":34,"target":11},{"source":34,"target":205},{"source":34,"target":206},{"source":34,"target":207},{"source":34,"target":208},{"source":205,"target":209},{"source":205,"target":34},{"source":206,"target":36},{"source":206,"target":210},{"source":206,"target":34},{"source":210,"target":36},{"source":207,"target":36},{"source":207,"target":211},{"source":207,"target":34},{"source":211,"target":36},{"source":208,"target":11},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":212},{"source":212,"target":34},{"source":36,"target":0},{"source":36,"target":11},{"source":36,"target":213},{"source":36,"target":214},{"source":36,"target":215},{"source":36,"target":216},{"source":213,"target":217},{"source":213,"target":36},{"source":214,"target":218},{"source":214,"target":36},{"source":215,"target":219},{"source":215,"target":36},{"source":216,"target":11},{"source":37,"target":0},{"source":37,"target":11},{"source":37,"target":220},{"source":37,"target":221},{"source":37,"target":222},{"source":220,"target":11},{"source":220,"target":223},{"source":220,"target":37},{"source":223,"target":11},{"source":221,"target":224},{"source":221,"target":37},{"source":222,"target":11},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":225},{"source":38,"target":226},{"source":38,"target":227},{"source":38,"target":228},{"source":225,"target":11},{"source":225,"target":229},{"source":225,"target":38},{"source":229,"target":11},{"source":226,"target":36},{"source":226,"target":230},{"source":226,"target":38},{"source":230,"target":36},{"source":227,"target":10},{"source":227,"target":231},{"source":227,"target":38},{"source":231,"target":10},{"source":228,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":232},{"source":39,"target":233},{"source":39,"target":234},{"source":232,"target":235},{"source":232,"target":39},{"source":233,"target":36},{"source":233,"target":236},{"source":233,"target":39},{"source":236,"target":36},{"source":234,"target":37},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":237},{"source":40,"target":238},{"source":40,"target":239},{"source":40,"target":240},{"source":40,"target":241},{"source":237,"target":35},{"source":237,"target":242},{"source":237,"target":40},{"source":242,"target":35},{"source":238,"target":11},{"source":238,"target":243},{"source":238,"target":40},{"source":243,"target":11},{"source":239,"target":36},{"source":239,"target":244},{"source":239,"target":40},{"source":244,"target":36},{"source":240,"target":10},{"source":240,"target":245},{"source":240,"target":40},{"source":245,"target":10},{"source":241,"target":37},{"source":41,"target":0},{"source":41,"target":11},{"source":41,"target":246},{"source":41,"target":247},{"source":41,"target":248},{"source":246,"target":11},{"source":246,"target":249},{"source":246,"target":41},{"source":249,"target":11},{"source":247,"target":11},{"source":247,"target":250},{"source":247,"target":41},{"source":250,"target":11},{"source":248,"target":11},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":251},{"source":251,"target":41},{"source":43,"target":0},{"source":43,"target":11},{"source":43,"target":252},{"source":43,"target":253},{"source":43,"target":254},{"source":252,"target":36},{"source":252,"target":255},{"source":252,"target":43},{"source":255,"target":36},{"source":253,"target":11},{"source":253,"target":256},{"source":253,"target":43},{"source":256,"target":11},{"source":254,"target":11},{"source":44,"target":0},{"source":44,"target":11},{"source":44,"target":257},{"source":44,"target":258},{"source":257,"target":41},{"source":257,"target":259},{"source":257,"target":44},{"source":259,"target":41},{"source":258,"target":11},{"source":45,"target":0},{"source":45,"target":11},{"source":45,"target":260},{"source":45,"target":261},{"source":45,"target":262},{"source":260,"target":11},{"source":260,"target":263},{"source":260,"target":45},{"source":263,"target":11},{"source":261,"target":60},{"source":261,"target":264},{"source":261,"target":45},{"source":264,"target":60},{"source":262,"target":11},{"source":46,"target":0},{"source":46,"target":11},{"source":46,"target":265},{"source":265,"target":11},{"source":47,"target":0},{"source":47,"target":46},{"source":47,"target":266},{"source":266,"target":46},{"source":48,"target":0},{"source":48,"target":46},{"source":48,"target":267},{"source":267,"target":46},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":48},{"source":49,"target":268},{"source":49,"target":269},{"source":49,"target":270},{"source":268,"target":271},{"source":268,"target":49},{"source":269,"target":47},{"source":270,"target":48},{"source":50,"target":0},{"source":50,"target":46},{"source":50,"target":272},{"source":50,"target":273},{"source":272,"target":274},{"source":272,"target":50},{"source":273,"target":46},{"source":51,"target":0},{"source":51,"target":47},{"source":51,"target":48},{"source":51,"target":275},{"source":51,"target":276},{"source":51,"target":277},{"source":275,"target":278},{"source":275,"target":51},{"source":276,"target":47},{"source":277,"target":48},{"source":52,"target":0},{"source":52,"target":47},{"source":52,"target":48},{"source":52,"target":279},{"source":52,"target":280},{"source":52,"target":281},{"source":279,"target":282},{"source":279,"target":52},{"source":280,"target":47},{"source":281,"target":48},{"source":53,"target":0},{"source":53,"target":45},{"source":53,"target":283},{"source":283,"target":45},{"source":54,"target":0},{"source":54,"target":58},{"source":54,"target":284},{"source":284,"target":58},{"source":55,"target":0},{"source":55,"target":57},{"source":55,"target":58},{"source":55,"target":285},{"source":55,"target":286},{"source":285,"target":57},{"source":286,"target":58},{"source":56,"target":0},{"source":56,"target":57},{"source":56,"target":287},{"source":287,"target":57},{"source":57,"target":0},{"source":57,"target":45},{"source":57,"target":288},{"source":288,"target":45},{"source":58,"target":0},{"source":58,"target":45},{"source":58,"target":289},{"source":289,"target":45},{"source":59,"target":0},{"source":59,"target":11},{"source":59,"target":290},{"source":59,"target":291},{"source":59,"target":292},{"source":59,"target":293},{"source":290,"target":36},{"source":290,"target":294},{"source":290,"target":59},{"source":294,"target":36},{"source":291,"target":36},{"source":291,"target":295},{"source":291,"target":59},{"source":295,"target":36},{"source":292,"target":36},{"source":292,"target":296},{"source":292,"target":59},{"source":296,"target":36},{"source":293,"target":11},{"source":60,"target":0},{"source":60,"target":11},{"source":60,"target":297},{"source":297,"target":11},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":298},{"source":61,"target":299},{"source":61,"target":300},{"source":298,"target":11},{"source":298,"target":301},{"source":298,"target":61},{"source":301,"target":11},{"source":299,"target":11},{"source":299,"target":302},{"source":299,"target":61},{"source":302,"target":11},{"source":300,"target":60},{"source":62,"target":0},{"source":62,"target":60},{"source":62,"target":303},{"source":62,"target":304},{"source":303,"target":11},{"source":303,"target":305},{"source":303,"target":62},{"source":305,"target":11},{"source":304,"target":60},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":306},{"source":306,"target":1},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":307},{"source":64,"target":308},{"source":64,"target":309},{"source":307,"target":36},{"source":307,"target":310},{"source":307,"target":64},{"source":310,"target":36},{"source":308,"target":9},{"source":308,"target":311},{"source":308,"target":64},{"source":311,"target":9},{"source":309,"target":63},{"source":65,"target":0},{"source":65,"target":63},{"source":65,"target":312},{"source":65,"target":313},{"source":312,"target":11},{"source":312,"target":314},{"source":312,"target":65},{"source":314,"target":11},{"source":313,"target":63},{"source":66,"target":0},{"source":66,"target":63},{"source":66,"target":315},{"source":66,"target":316},{"source":66,"target":317},{"source":66,"target":318},{"source":315,"target":11},{"source":315,"target":319},{"source":315,"target":66},{"source":319,"target":11},{"source":316,"target":69},{"source":316,"target":320},{"source":316,"target":66},{"source":320,"target":69},{"source":317,"target":68},{"source":317,"target":321},{"source":317,"target":66},{"source":321,"target":68},{"source":318,"target":63},{"source":67,"target":0},{"source":67,"target":63},{"source":67,"target":322},{"source":67,"target":323},{"source":322,"target":9},{"source":322,"target":324},{"source":322,"target":67},{"source":324,"target":9},{"source":323,"target":63},{"source":68,"target":0},{"source":68,"target":67},{"source":68,"target":325},{"source":325,"target":67},{"source":69,"target":0},{"source":69,"target":67},{"source":69,"target":326},{"source":69,"target":327},{"source":326,"target":11},{"source":326,"target":328},{"source":326,"target":69},{"source":328,"target":11},{"source":327,"target":67},{"source":70,"target":0},{"source":70,"target":63},{"source":70,"target":329},{"source":70,"target":330},{"source":70,"target":331},{"source":70,"target":332},{"source":70,"target":333},{"source":329,"target":11},{"source":329,"target":334},{"source":329,"target":70},{"source":334,"target":11},{"source":330,"target":9},{"source":330,"target":335},{"source":330,"target":70},{"source":335,"target":9},{"source":331,"target":9},{"source":331,"target":336},{"source":331,"target":70},{"source":336,"target":9},{"source":332,"target":9},{"source":332,"target":337},{"source":332,"target":70},{"source":337,"target":9},{"source":333,"target":63},{"source":71,"target":0},{"source":71,"target":63},{"source":71,"target":338},{"source":71,"target":339},{"source":71,"target":340},{"source":71,"target":341},{"source":338,"target":35},{"source":338,"target":342},{"source":338,"target":71},{"source":342,"target":35},{"source":339,"target":11},{"source":339,"target":343},{"source":339,"target":71},{"source":343,"target":11},{"source":340,"target":9},{"source":340,"target":344},{"source":340,"target":71},{"source":344,"target":9},{"source":341,"target":63},{"source":72,"target":0},{"source":72,"target":63},{"source":72,"target":345},{"source":72,"target":346},{"source":72,"target":347},{"source":345,"target":11},{"source":345,"target":348},{"source":345,"target":72},{"source":348,"target":11},{"source":346,"target":9},{"source":346,"target":349},{"source":346,"target":72},{"source":349,"target":9},{"source":347,"target":63},{"source":73,"target":0},{"source":73,"target":63},{"source":73,"target":350},{"source":73,"target":351},{"source":350,"target":11},{"source":350,"target":352},{"source":350,"target":73},{"source":352,"target":11},{"source":351,"target":63},{"source":74,"target":0},{"source":74,"target":63},{"source":74,"target":353},{"source":74,"target":354},{"source":353,"target":11},{"source":353,"target":355},{"source":353,"target":74},{"source":355,"target":11},{"source":354,"target":63},{"source":75,"target":0},{"source":75,"target":63},{"source":75,"target":356},{"source":75,"target":357},{"source":356,"target":11},{"source":356,"target":358},{"source":356,"target":75},{"source":358,"target":11},{"source":357,"target":63},{"source":76,"target":0},{"source":76,"target":63},{"source":76,"target":359},{"source":76,"target":360},{"source":76,"target":361},{"source":359,"target":11},{"source":359,"target":362},{"source":359,"target":76},{"source":362,"target":11},{"source":360,"target":11},{"source":360,"target":363},{"source":360,"target":76},{"source":363,"target":11},{"source":361,"target":63},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":364},{"source":364,"target":76},{"source":78,"target":0},{"source":78,"target":63},{"source":78,"target":365},{"source":365,"target":63},{"source":79,"target":0},{"source":79,"target":63},{"source":79,"target":366},{"source":366,"target":63},{"source":80,"target":0},{"source":80,"target":63},{"source":80,"target":367},{"source":367,"target":63},{"source":81,"target":0},{"source":81,"target":63},{"source":81,"target":368},{"source":368,"target":63},{"source":82,"target":0},{"source":82,"target":63},{"source":82,"target":369},{"source":82,"target":370},{"source":369,"target":36},{"source":369,"target":371},{"source":369,"target":82},{"source":371,"target":36},{"source":370,"target":63},{"source":83,"target":0},{"source":83,"target":82},{"source":83,"target":372},{"source":83,"target":373},{"source":372,"target":49},{"source":372,"target":374},{"source":372,"target":83},{"source":374,"target":49},{"source":373,"target":82},{"source":84,"target":0},{"source":84,"target":82},{"source":84,"target":375},{"source":84,"target":376},{"source":375,"target":11},{"source":375,"target":377},{"source":375,"target":84},{"source":377,"target":11},{"source":376,"target":82},{"source":85,"target":0},{"source":85,"target":63},{"source":85,"target":378},{"source":85,"target":379},{"source":85,"target":380},{"source":85,"target":381},{"source":85,"target":382},{"source":85,"target":383},{"source":378,"target":34},{"source":378,"target":384},{"source":378,"target":85},{"source":384,"target":34},{"source":379,"target":36},{"source":379,"target":385},{"source":379,"target":85},{"source":385,"target":36},{"source":380,"target":34},{"source":380,"target":386},{"source":380,"target":85},{"source":386,"target":34},{"source":381,"target":42},{"source":381,"target":387},{"source":381,"target":85},{"source":387,"target":42},{"source":382,"target":388},{"source":382,"target":85},{"source":383,"target":63},{"source":86,"target":0},{"source":86,"target":1},{"source":86,"target":389},{"source":389,"target":1},{"source":87,"target":0},{"source":87,"target":86},{"source":87,"target":390},{"source":87,"target":391},{"source":87,"target":392},{"source":390,"target":86},{"source":390,"target":393},{"source":390,"target":87},{"source":393,"target":86},{"source":391,"target":394},{"source":391,"target":87},{"source":392,"target":86},{"source":88,"target":0},{"source":88,"target":87},{"source":88,"target":395},{"source":88,"target":396},{"source":88,"target":397},{"source":395,"target":398},{"source":395,"target":88},{"source":396,"target":399},{"source":396,"target":88},{"source":397,"target":87},{"source":89,"target":0},{"source":89,"target":87},{"source":89,"target":400},{"source":89,"target":401},{"source":89,"target":402},{"source":89,"target":403},{"source":89,"target":404},{"source":89,"target":405},{"source":89,"target":406},{"source":400,"target":407},{"source":400,"target":89},{"source":401,"target":408},{"source":401,"target":89},{"source":402,"target":85},{"source":402,"target":409},{"source":402,"target":89},{"source":409,"target":85},{"source":403,"target":410},{"source":403,"target":89},{"source":404,"target":411},{"source":404,"target":89},{"source":405,"target":412},{"source":405,"target":89},{"source":406,"target":87},{"source":90,"target":0},{"source":90,"target":87},{"source":90,"target":413},{"source":413,"target":87},{"source":91,"target":0},{"source":91,"target":90},{"source":91,"target":414},{"source":414,"target":90},{"source":92,"target":0},{"source":92,"target":90},{"source":92,"target":415},{"source":415,"target":90},{"source":93,"target":0},{"source":93,"target":87},{"source":93,"target":416},{"source":93,"target":417},{"source":93,"target":418},{"source":416,"target":87},{"source":416,"target":419},{"source":416,"target":93},{"source":419,"target":87},{"source":417,"target":87},{"source":417,"target":420},{"source":417,"target":93},{"source":420,"target":87},{"source":418,"target":87},{"source":94,"target":0},{"source":94,"target":87},{"source":94,"target":421},{"source":94,"target":422},{"source":421,"target":49},{"source":421,"target":423},{"source":421,"target":94},{"source":423,"target":49},{"source":422,"target":87},{"source":95,"target":0},{"source":95,"target":87},{"source":95,"target":424},{"source":424,"target":87},{"source":96,"target":0},{"source":96,"target":87},{"source":96,"target":425},{"source":425,"target":87},{"source":97,"target":0},{"source":97,"target":87},{"source":97,"target":426},{"source":97,"target":427},{"source":426,"target":86},{"source":426,"target":428},{"source":426,"target":97},{"source":428,"target":86},{"source":427,"target":87},{"source":98,"target":0},{"source":98,"target":97},{"source":98,"target":429},{"source":429,"target":97},{"source":99,"target":0},{"source":99,"target":97},{"source":99,"target":430},{"source":430,"target":97},{"source":100,"target":0},{"source":100,"target":97},{"source":100,"target":431},{"source":431,"target":97},{"source":101,"target":0},{"source":101,"target":100},{"source":101,"target":432},{"source":432,"target":100},{"source":102,"target":0},{"source":102,"target":100},{"source":102,"target":99},{"source":102,"target":433},{"source":102,"target":434},{"source":433,"target":100},{"source":434,"target":99},{"source":103,"target":0},{"source":103,"target":99},{"source":103,"target":435},{"source":435,"target":99},{"source":104,"target":0},{"source":104,"target":87},{"source":104,"target":436},{"source":436,"target":87},{"source":105,"target":0},{"source":105,"target":104},{"source":105,"target":437},{"source":437,"target":104},{"source":106,"target":0},{"source":106,"target":104},{"source":106,"target":438},{"source":438,"target":104},{"source":107,"target":0},{"source":107,"target":104},{"source":107,"target":439},{"source":439,"target":104},{"source":108,"target":0},{"source":108,"target":105},{"source":108,"target":106},{"source":108,"target":440},{"source":108,"target":441},{"source":440,"target":105},{"source":441,"target":106},{"source":109,"target":0},{"source":109,"target":108},{"source":109,"target":442},{"source":442,"target":108},{"source":110,"target":0},{"source":110,"target":105},{"source":110,"target":106},{"source":110,"target":443},{"source":110,"target":444},{"source":443,"target":105},{"source":444,"target":106}],"multigraph":true}
ecore
railway
repo-ecore-all/data/beatrizsanchez/epsilon.reactive.workflow/examples/consume-gradle-plugins/resources/Metamodel/railway.ecore
railway Segment length semaphores neighbors TrackElement monitoredBy connectsTo Switch currentPosition positions left right from Route entry follows exit gathers Semaphore signal SwitchPosition target position route RailwayElement _id Sensor monitors Signal FAILURE FAILURE STOP STOP GO GO Position FAILURE FAILURE STRAIGHT STRAIGHT DIVERGING DIVERGING RailwayContainer routes regions Region elements sensors
<?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="railway" nsURI="http://www.semanticweb.org/ontologies/2015/trainbenchmark" nsPrefix="hu.bme.mit.trainbenchmark"> <eClassifiers xsi:type="ecore:EClass" name="Segment" eSuperTypes="#//TrackElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="semaphores" upperBound="-1" eType="#//Semaphore" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="neighbors" lowerBound="2" upperBound="2" eType="#//TrackElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrackElement" abstract="true" eSuperTypes="#//RailwayElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="monitoredBy" upperBound="-1" eType="#//Sensor" eOpposite="#//Sensor/monitors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="connectsTo" upperBound="-1" eType="#//TrackElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Switch" eSuperTypes="#//TrackElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="currentPosition" lowerBound="1" eType="#//Position"/> <eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1" eType="#//SwitchPosition" eOpposite="#//SwitchPosition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//TrackElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//TrackElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//TrackElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Route" eSuperTypes="#//RailwayElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" lowerBound="1" eType="#//Semaphore"/> <eStructuralFeatures xsi:type="ecore:EReference" name="follows" upperBound="-1" eType="#//SwitchPosition" containment="true" eOpposite="#//SwitchPosition/route"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exit" lowerBound="1" eType="#//Semaphore"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gathers" lowerBound="2" upperBound="-1" eType="#//Sensor"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Semaphore" eSuperTypes="#//RailwayElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signal" lowerBound="1" eType="#//Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchPosition" eSuperTypes="#//RailwayElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Switch" eOpposite="#//Switch/positions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1" eType="#//Position"/> <eStructuralFeatures xsi:type="ecore:EReference" name="route" lowerBound="1" eType="#//Route" eOpposite="#//Route/follows"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RailwayElement" abstract="true"> <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="Sensor" eSuperTypes="#//RailwayElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="monitors" upperBound="-1" eType="#//TrackElement" eOpposite="#//TrackElement/monitoredBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Signal"> <eLiterals name="FAILURE" value="1"/> <eLiterals name="STOP"/> <eLiterals name="GO" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Position"> <eLiterals name="FAILURE"/> <eLiterals name="STRAIGHT" value="1"/> <eLiterals name="DIVERGING" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RailwayContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="routes" upperBound="-1" eType="#//Route" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="regions" upperBound="-1" eType="#//Region" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//RailwayElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//TrackElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sensors" upperBound="-1" eType="#//Sensor" containment="true"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"hu.bme.mit.trainbenchmark","nsURI":"http://www.semanticweb.org/ontologies/2015/trainbenchmark","name":"railway","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Segment","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrackElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Route","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Semaphore","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchPosition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RailwayElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Position","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RailwayContainer","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":1,"iD":false,"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":"semaphores","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"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":"neighbors","changeable":true,"resolveProxies":true,"lowerBound":2,"id":15,"derived":false},{"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":"monitoredBy","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":"connectsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"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":"monitors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"currentPosition","changeable":true,"lowerBound":1,"iD":false,"id":26,"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":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"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":"entry","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"follows","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"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":"exit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"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":"gathers","changeable":true,"resolveProxies":true,"lowerBound":2,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"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":"route","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"FAILURE","id":60,"value":1,"literal":"FAILURE","eClass":"EEnumLiteral"},{"name":"STOP","id":61,"value":0,"literal":"STOP","eClass":"EEnumLiteral"},{"name":"GO","id":62,"value":2,"literal":"GO","eClass":"EEnumLiteral"},{"name":"FAILURE","id":63,"value":0,"literal":"FAILURE","eClass":"EEnumLiteral"},{"name":"STRAIGHT","id":64,"value":1,"literal":"STRAIGHT","eClass":"EEnumLiteral"},{"name":"DIVERGING","id":65,"value":2,"literal":"DIVERGING","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":"routes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"regions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"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":1,"target":0},{"source":1,"target":2},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":13,"target":17},{"source":13,"target":1},{"source":14,"target":5},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":5},{"source":15,"target":2},{"source":15,"target":19},{"source":15,"target":1},{"source":19,"target":2},{"source":16,"target":2},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":20,"target":8},{"source":20,"target":23},{"source":20,"target":2},{"source":20,"target":24},{"source":23,"target":8},{"source":21,"target":2},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":2},{"source":22,"target":7},{"source":3,"target":0},{"source":3,"target":2},{"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":26,"target":10},{"source":26,"target":32},{"source":26,"target":3},{"source":32,"target":10},{"source":27,"target":6},{"source":27,"target":33},{"source":27,"target":3},{"source":27,"target":34},{"source":33,"target":6},{"source":28,"target":2},{"source":28,"target":35},{"source":28,"target":3},{"source":35,"target":2},{"source":29,"target":2},{"source":29,"target":36},{"source":29,"target":3},{"source":36,"target":2},{"source":30,"target":2},{"source":30,"target":37},{"source":30,"target":3},{"source":37,"target":2},{"source":31,"target":2},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":38,"target":5},{"source":38,"target":43},{"source":38,"target":4},{"source":43,"target":5},{"source":39,"target":6},{"source":39,"target":44},{"source":39,"target":4},{"source":39,"target":45},{"source":44,"target":6},{"source":40,"target":5},{"source":40,"target":46},{"source":40,"target":4},{"source":46,"target":5},{"source":41,"target":8},{"source":41,"target":47},{"source":41,"target":4},{"source":47,"target":8},{"source":42,"target":7},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":48},{"source":5,"target":49},{"source":48,"target":9},{"source":48,"target":50},{"source":48,"target":5},{"source":50,"target":9},{"source":49,"target":7},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":34},{"source":6,"target":51},{"source":6,"target":45},{"source":6,"target":52},{"source":34,"target":3},{"source":34,"target":53},{"source":34,"target":6},{"source":34,"target":27},{"source":53,"target":3},{"source":51,"target":10},{"source":51,"target":54},{"source":51,"target":6},{"source":54,"target":10},{"source":45,"target":4},{"source":45,"target":55},{"source":45,"target":6},{"source":45,"target":39},{"source":55,"target":4},{"source":52,"target":7},{"source":7,"target":0},{"source":7,"target":56},{"source":56,"target":57},{"source":56,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":24},{"source":8,"target":58},{"source":24,"target":2},{"source":24,"target":59},{"source":24,"target":8},{"source":24,"target":20},{"source":59,"target":2},{"source":58,"target":7},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":60,"target":9},{"source":61,"target":9},{"source":62,"target":9},{"source":10,"target":0},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":63,"target":10},{"source":64,"target":10},{"source":65,"target":10},{"source":11,"target":0},{"source":11,"target":66},{"source":11,"target":67},{"source":66,"target":4},{"source":66,"target":68},{"source":66,"target":11},{"source":68,"target":4},{"source":67,"target":12},{"source":67,"target":69},{"source":67,"target":11},{"source":69,"target":12},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":70},{"source":12,"target":71},{"source":12,"target":72},{"source":70,"target":2},{"source":70,"target":73},{"source":70,"target":12},{"source":73,"target":2},{"source":71,"target":8},{"source":71,"target":74},{"source":71,"target":12},{"source":74,"target":8},{"source":72,"target":7}],"multigraph":true}
ecore
library
repo-ecore-all/data/PSI-Polska/texo/tests/org.eclipse.emf.texo.modelgenerator.test/src/org/eclipse/emf/texo/modelgenerator/test/models/samples/emap.ecore
emapsample Book title writers BookStore name booksByWriter keyWords namesByWriter StringToWriterMapEntry java.util.Map$Entry java.util.Map$Entry key value Writer name WriterToBookMapEntry java.util.Map$Entry java.util.Map$Entry key value WriterToNameMapEntry java.util.Map$Entry java.util.Map$Entry key value
<?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="emapsample" nsURI="http://www.eclipse.org/emf/texo/test/model/samples/emap" nsPrefix="emapsample"> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Book"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" 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="title"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//StringToWriterMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="writers"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookStore" eSuperTypes="../base/identifiable.ecore#//Identifiable"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BookStore"/> <details key="kind" value="elementOnly"/> </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="element"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="booksByWriter" upperBound="-1" eType="#//WriterToBookMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="writersByBook"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="keyWords" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="namesByWriter" upperBound="-1" eType="#//WriterToNameMapEntry" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="writersByBook"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringToWriterMapEntry" instanceClassName="java.util.Map$Entry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="StringToWriterMapEntry"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" 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="key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Writer" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer" eSuperTypes="../base/identifiable.ecore#//Identifiable"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Writer"/> <details key="kind" value="elementOnly"/> </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="element"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriterToBookMapEntry" instanceClassName="java.util.Map$Entry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WriterToBookMapEntry"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//Writer" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Book" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WriterToNameMapEntry" instanceClassName="java.util.Map$Entry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WriterToNameMapEntry"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="#//Writer" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" 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="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"emapsample","nsURI":"http://www.eclipse.org/emf/texo/test/model/samples/emap","name":"emapsample","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookStore","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToWriterMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"WriterToBookMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"WriterToNameMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":6,"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":"title","changeable":true,"lowerBound":1,"iD":false,"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":"writers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"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":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":"booksByWriter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyWords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"namesByWriter","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"},{"id":19,"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":20,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"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":24,"derived":false},{"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":"key","changeable":true,"resolveProxies":false,"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":"value","changeable":true,"resolveProxies":false,"lowerBound":1,"id":28,"derived":false},{"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":"key","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"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":9},{"source":7,"target":1},{"source":8,"target":3},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":3},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":11,"target":16},{"source":11,"target":2},{"source":12,"target":5},{"source":12,"target":17},{"source":12,"target":2},{"source":17,"target":5},{"source":13,"target":18},{"source":13,"target":2},{"source":14,"target":6},{"source":14,"target":19},{"source":14,"target":2},{"source":19,"target":6},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":20,"target":22},{"source":20,"target":3},{"source":21,"target":4},{"source":21,"target":23},{"source":21,"target":3},{"source":23,"target":4},{"source":4,"target":0},{"source":4,"target":24},{"source":4,"target":25},{"source":24,"target":26},{"source":24,"target":4},{"source":5,"target":0},{"source":5,"target":27},{"source":5,"target":28},{"source":27,"target":4},{"source":27,"target":29},{"source":27,"target":5},{"source":29,"target":4},{"source":28,"target":1},{"source":28,"target":30},{"source":28,"target":5},{"source":30,"target":1},{"source":6,"target":0},{"source":6,"target":31},{"source":6,"target":32},{"source":31,"target":4},{"source":31,"target":33},{"source":31,"target":6},{"source":33,"target":4},{"source":32,"target":34},{"source":32,"target":6}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/dstrueber/bigtrafo/de.bigtrafo.benchmark/ocl/GraphConstraint.ecore
GraphConstraint Graph edges nodes GraphElement name NestedGraphConstraint import name condition emptyDomain Node attributes type Edge src tgt type Attribute op value type Mapping from to mappings ElementMapping origin image Quantifier EXISTS EXISTS FORALL FORALL Operator NOT NOT AND AND OR OR IMPLIES IMPLIES QuantifiedGraphCondition quantifier codomain restriction restrictionMapping codomainMapping nested True Formula op args Variable type name NestedGraphCondition formula qgc gc domain vars
<?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="GraphConstraint" nsURI="http://www.example.org/GraphConstraint" nsPrefix="gc"> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphElement" 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="NestedGraphConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="import" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/gc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="emptyDomain" lowerBound="1" eType="#//Graph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tgt" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//GraphElement"> <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"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//ElementMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" lowerBound="1" eType="#//GraphElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="#//GraphElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Quantifier"> <eLiterals name="EXISTS"/> <eLiterals name="FORALL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Operator"> <eLiterals name="NOT"/> <eLiterals name="AND"/> <eLiterals name="OR"/> <eLiterals name="IMPLIES"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedGraphCondition" eSuperTypes="#//NestedGraphCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantifier" lowerBound="1" eType="#//Quantifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codomain" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restriction" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionMapping" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codomainMapping" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nested" lowerBound="1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/qgc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="True" eSuperTypes="#//NestedGraphCondition"/> <eClassifiers xsi:type="ecore:EClass" name="Formula" eSuperTypes="#//NestedGraphCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" lowerBound="1" eType="#//Operator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" lowerBound="1" upperBound="-1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/> <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="NestedGraphCondition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Formula" eOpposite="#//Formula/args"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qgc" eType="#//QuantifiedGraphCondition" eOpposite="#//QuantifiedGraphCondition/nested"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gc" eType="#//NestedGraphConstraint" eOpposite="#//NestedGraphConstraint/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"gc","nsURI":"http://www.example.org/GraphConstraint","name":"GraphConstraint","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedGraphConstraint","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementMapping","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Quantifier","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedGraphCondition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"True","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedGraphCondition","instanceClass":null,"abstract":true,"id":15,"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":"edges","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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"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":"import","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":true,"unsettable":false,"transient":false,"unique":true,"name":"emptyDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"gc","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":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"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":"src","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":"tgt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"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":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":"op","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},{"container":false,"ordered":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":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"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":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"EXISTS","id":60,"value":0,"literal":"EXISTS","eClass":"EEnumLiteral"},{"name":"FORALL","id":61,"value":0,"literal":"FORALL","eClass":"EEnumLiteral"},{"name":"NOT","id":62,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"AND","id":63,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":64,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"IMPLIES","id":65,"value":0,"literal":"IMPLIES","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantifier","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"codomain","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":"restriction","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":"restrictionMapping","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":"codomainMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nested","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"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":"qgc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"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":81,"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":"args","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"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":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"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":87,"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":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"vars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":16,"target":5},{"source":16,"target":18},{"source":16,"target":1},{"source":18,"target":5},{"source":17,"target":4},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":4},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":21},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":22,"target":26},{"source":22,"target":3},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":15},{"source":24,"target":28},{"source":24,"target":3},{"source":24,"target":29},{"source":28,"target":15},{"source":25,"target":1},{"source":25,"target":30},{"source":25,"target":3},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":6},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":6},{"source":32,"target":35},{"source":32,"target":4},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":36,"target":4},{"source":36,"target":40},{"source":36,"target":5},{"source":40,"target":4},{"source":37,"target":4},{"source":37,"target":41},{"source":37,"target":5},{"source":41,"target":4},{"source":38,"target":42},{"source":38,"target":5},{"source":39,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":43,"target":47},{"source":43,"target":6},{"source":44,"target":48},{"source":44,"target":6},{"source":45,"target":49},{"source":45,"target":6},{"source":46,"target":2},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":50,"target":1},{"source":50,"target":53},{"source":50,"target":7},{"source":53,"target":1},{"source":51,"target":1},{"source":51,"target":54},{"source":51,"target":7},{"source":54,"target":1},{"source":52,"target":8},{"source":52,"target":55},{"source":52,"target":7},{"source":55,"target":8},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":56,"target":2},{"source":56,"target":58},{"source":56,"target":8},{"source":58,"target":2},{"source":57,"target":2},{"source":57,"target":59},{"source":57,"target":8},{"source":59,"target":2},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":61},{"source":60,"target":9},{"source":61,"target":9},{"source":10,"target":0},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":62,"target":10},{"source":63,"target":10},{"source":64,"target":10},{"source":65,"target":10},{"source":11,"target":0},{"source":11,"target":15},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":66,"target":9},{"source":66,"target":73},{"source":66,"target":11},{"source":73,"target":9},{"source":67,"target":1},{"source":67,"target":74},{"source":67,"target":11},{"source":74,"target":1},{"source":68,"target":1},{"source":68,"target":75},{"source":68,"target":11},{"source":75,"target":1},{"source":69,"target":7},{"source":69,"target":76},{"source":69,"target":11},{"source":76,"target":7},{"source":70,"target":7},{"source":70,"target":77},{"source":70,"target":11},{"source":77,"target":7},{"source":71,"target":15},{"source":71,"target":78},{"source":71,"target":11},{"source":71,"target":79},{"source":78,"target":15},{"source":72,"target":15},{"source":12,"target":0},{"source":12,"target":15},{"source":12,"target":80},{"source":80,"target":15},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":81,"target":10},{"source":81,"target":84},{"source":81,"target":13},{"source":84,"target":10},{"source":82,"target":15},{"source":82,"target":85},{"source":82,"target":13},{"source":82,"target":86},{"source":85,"target":15},{"source":83,"target":15},{"source":14,"target":0},{"source":14,"target":87},{"source":14,"target":88},{"source":87,"target":89},{"source":87,"target":14},{"source":88,"target":90},{"source":88,"target":14},{"source":15,"target":0},{"source":15,"target":86},{"source":15,"target":79},{"source":15,"target":29},{"source":15,"target":91},{"source":15,"target":92},{"source":86,"target":13},{"source":86,"target":93},{"source":86,"target":15},{"source":86,"target":82},{"source":93,"target":13},{"source":79,"target":11},{"source":79,"target":94},{"source":79,"target":15},{"source":79,"target":71},{"source":94,"target":11},{"source":29,"target":3},{"source":29,"target":95},{"source":29,"target":15},{"source":29,"target":24},{"source":95,"target":3},{"source":91,"target":1},{"source":91,"target":96},{"source":91,"target":15},{"source":96,"target":1},{"source":92,"target":14},{"source":92,"target":97},{"source":92,"target":15},{"source":97,"target":14}],"multigraph":true}
ecore
entities
repo-ecore-all/data/patrickneubauer/UoY-MODE-XTEXT/Entity DSL Projects/uk.ac.york.cs.entities/model/entities.ecore
entities Model elements Type name SimpleType Entity properties extends Property name type many
<?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="entities" nsURI="http://www.cs.york.ac.uk/entities" nsPrefix="entities"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" 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="SimpleType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extends" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <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="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"entities","nsURI":"http://www.cs.york.ac.uk/entities","name":"entities","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":"Type","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"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":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":"properties","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":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"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":16,"derived":false},{"container":false,"ordered":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":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"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":6,"target":2},{"source":6,"target":7},{"source":6,"target":1},{"source":7,"target":2},{"source":2,"target":0},{"source":2,"target":8},{"source":8,"target":9},{"source":8,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":10},{"source":10,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":11,"target":5},{"source":11,"target":14},{"source":11,"target":4},{"source":14,"target":5},{"source":12,"target":4},{"source":12,"target":15},{"source":12,"target":4},{"source":15,"target":4},{"source":13,"target":2},{"source":5,"target":0},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":16,"target":19},{"source":16,"target":5},{"source":17,"target":2},{"source":17,"target":20},{"source":17,"target":5},{"source":20,"target":2},{"source":18,"target":21},{"source":18,"target":5}],"multigraph":true}
ecore
education
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/temp_repository-bundle/schul.ecore
schul Classroom name students Diagram school School classrooms name Student name friends
<?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="schul" nsURI="http:///isoe.example.schul.v10" nsPrefix="isoe.example.schul"> <eClassifiers xsi:type="ecore:EClass" name="Classroom"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=students:ClassroomStudentsCompartment" value=""/> <details key="label=name" value=""/> </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="students" upperBound="-1" eType="#//Student" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Diagram"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> <details key="cref=school"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="school" eType="#//School" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="School"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="kref=classrooms:SchoolClassroomsCompartment" value=""/> <details key="label=name" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="classrooms" upperBound="-1" eType="#//Classroom" containment="true" resolveProxies="false"/> <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="Student"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="ref=friends" value=""/> </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="friends" upperBound="-1" eType="#//Student"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"isoe.example.schul","nsURI":"http:///isoe.example.schul.v10","name":"schul","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classroom","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Diagram","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"School","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Student","instanceClass":null,"abstract":false,"id":4,"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":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"students","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"school","changeable":true,"resolveProxies":false,"lowerBound":0,"id":9,"derived":false},{"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":"classrooms","changeable":true,"resolveProxies":false,"lowerBound":0,"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},{"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":"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":false,"unsettable":false,"transient":false,"unique":true,"name":"friends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":7},{"source":5,"target":1},{"source":6,"target":4},{"source":6,"target":8},{"source":6,"target":1},{"source":8,"target":4},{"source":2,"target":0},{"source":2,"target":9},{"source":9,"target":3},{"source":9,"target":10},{"source":9,"target":2},{"source":10,"target":3},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":12},{"source":11,"target":1},{"source":11,"target":13},{"source":11,"target":3},{"source":13,"target":1},{"source":12,"target":14},{"source":12,"target":3},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":16},{"source":15,"target":17},{"source":15,"target":4},{"source":16,"target":4},{"source":16,"target":18},{"source":16,"target":4},{"source":18,"target":4}],"multigraph":true}
ecore
library
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/extlibrary.ecore
extlibrary Book title pages 100 category author Library name writers employees borrowers stock books branches parentBranch casts readers Writer name books BookCategory Mystery Mystery ScienceFiction ScienceFiction Biography Biography Item publicationDate Lendable copies borrowers CirculatingItem Periodical title issuesPerYear AudioVisualItem title minutesLength damaged BookOnTape reader author VideoCassette cast Borrower borrowed Person firstName lastName Employee manager Addressable address
<?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="extlibrary" nsURI="http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0" nsPrefix="extlib"> <eClassifiers xsi:type="ecore:EClass" name="Book" eSuperTypes="#//CirculatingItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="#//BookCategory" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//Addressable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowers" upperBound="-1" eType="#//Borrower" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stock" ordered="false" upperBound="-1" eType="#//Item" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" ordered="false" upperBound="-1" eType="#//Book" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//Library" containment="true" eOpposite="#//Library/parentBranch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentBranch" eType="#//Library" eOpposite="#//Library/branches"/> <eStructuralFeatures xsi:type="ecore:EReference" name="casts" upperBound="-1" eType="#//Person" derived="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="readers" upperBound="-1" eType="#//Person" derived="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/author"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BookCategory"> <eLiterals name="Mystery"/> <eLiterals name="ScienceFiction" value="1"/> <eLiterals name="Biography" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Item" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lendable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copies" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowers" ordered="false" upperBound="-1" eType="#//Borrower" eOpposite="#//Borrower/borrowed"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CirculatingItem" abstract="true" eSuperTypes="#//Item #//Lendable"/> <eClassifiers xsi:type="ecore:EClass" name="Periodical" eSuperTypes="#//Item"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="issuesPerYear" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AudioVisualItem" abstract="true" eSuperTypes="#//CirculatingItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minutesLength" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="damaged" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BookOnTape" eSuperTypes="#//AudioVisualItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="reader" eType="#//Person"/> <eStructuralFeatures xsi:type="ecore:EReference" name="author" eType="#//Writer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideoCassette" eSuperTypes="#//AudioVisualItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="cast" upperBound="-1" eType="#//Person"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Borrower" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="borrowed" upperBound="-1" eType="#//Lendable" eOpposite="#//Lendable/borrowers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Addressable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee" eSuperTypes="#//Person"> <eStructuralFeatures xsi:type="ecore:EReference" name="manager" eType="#//Employee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Addressable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"extlib","nsURI":"http:///org/eclipse/emf/examples/library/extlibrary.ecore/1.0.0","name":"extlibrary","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BookCategory","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lendable","instanceClass":null,"abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CirculatingItem","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Periodical","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AudioVisualItem","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BookOnTape","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoCassette","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Borrower","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Addressable","instanceClass":null,"abstract":true,"id":15,"interface":true,"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":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"category","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"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"},{"container":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":"books","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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"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":"employees","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"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":"borrowers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"derived":true},{"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":"stock","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":true,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"branches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"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":"parentBranch","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":"casts","changeable":true,"resolveProxies":false,"lowerBound":0,"id":34,"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":"readers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":35,"derived":true},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"name":"Mystery","id":51,"value":0,"literal":"Mystery","eClass":"EEnumLiteral"},{"name":"ScienceFiction","id":52,"value":1,"literal":"ScienceFiction","eClass":"EEnumLiteral"},{"name":"Biography","id":53,"value":2,"literal":"Biography","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":"publicationDate","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"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":"copies","changeable":true,"lowerBound":1,"iD":false,"id":56,"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":"borrowers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"borrowed","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"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":63,"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":"issuesPerYear","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":68,"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":"minutesLength","changeable":true,"lowerBound":1,"iD":false,"id":69,"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":"damaged","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reader","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","changeable":true,"lowerBound":1,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"manager","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"address","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":16,"target":21},{"source":16,"target":1},{"source":17,"target":22},{"source":17,"target":1},{"source":18,"target":4},{"source":18,"target":23},{"source":18,"target":1},{"source":23,"target":4},{"source":19,"target":3},{"source":19,"target":24},{"source":19,"target":1},{"source":19,"target":25},{"source":24,"target":3},{"source":20,"target":7},{"source":2,"target":0},{"source":2,"target":15},{"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":26,"target":37},{"source":26,"target":2},{"source":27,"target":3},{"source":27,"target":38},{"source":27,"target":2},{"source":38,"target":3},{"source":28,"target":14},{"source":28,"target":39},{"source":28,"target":2},{"source":39,"target":14},{"source":29,"target":12},{"source":29,"target":40},{"source":29,"target":2},{"source":40,"target":12},{"source":30,"target":5},{"source":30,"target":41},{"source":30,"target":2},{"source":41,"target":5},{"source":31,"target":1},{"source":31,"target":42},{"source":31,"target":2},{"source":42,"target":1},{"source":32,"target":2},{"source":32,"target":43},{"source":32,"target":2},{"source":32,"target":33},{"source":43,"target":2},{"source":33,"target":2},{"source":33,"target":44},{"source":33,"target":2},{"source":33,"target":32},{"source":44,"target":2},{"source":34,"target":13},{"source":34,"target":45},{"source":34,"target":2},{"source":45,"target":13},{"source":35,"target":13},{"source":35,"target":46},{"source":35,"target":2},{"source":46,"target":13},{"source":36,"target":15},{"source":3,"target":0},{"source":3,"target":13},{"source":3,"target":47},{"source":3,"target":25},{"source":3,"target":48},{"source":47,"target":49},{"source":47,"target":3},{"source":25,"target":1},{"source":25,"target":50},{"source":25,"target":3},{"source":25,"target":19},{"source":50,"target":1},{"source":48,"target":13},{"source":4,"target":0},{"source":4,"target":51},{"source":4,"target":52},{"source":4,"target":53},{"source":51,"target":4},{"source":52,"target":4},{"source":53,"target":4},{"source":5,"target":0},{"source":5,"target":54},{"source":54,"target":55},{"source":54,"target":5},{"source":6,"target":0},{"source":6,"target":56},{"source":6,"target":57},{"source":56,"target":58},{"source":56,"target":6},{"source":57,"target":12},{"source":57,"target":59},{"source":57,"target":6},{"source":57,"target":60},{"source":59,"target":12},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":6},{"source":7,"target":61},{"source":7,"target":62},{"source":61,"target":5},{"source":62,"target":6},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":63},{"source":8,"target":64},{"source":8,"target":65},{"source":63,"target":66},{"source":63,"target":8},{"source":64,"target":67},{"source":64,"target":8},{"source":65,"target":5},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":68},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":68,"target":72},{"source":68,"target":9},{"source":69,"target":73},{"source":69,"target":9},{"source":70,"target":74},{"source":70,"target":9},{"source":71,"target":7},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":75},{"source":10,"target":76},{"source":10,"target":77},{"source":75,"target":13},{"source":75,"target":78},{"source":75,"target":10},{"source":78,"target":13},{"source":76,"target":3},{"source":76,"target":79},{"source":76,"target":10},{"source":79,"target":3},{"source":77,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":80},{"source":11,"target":81},{"source":80,"target":13},{"source":80,"target":82},{"source":80,"target":11},{"source":82,"target":13},{"source":81,"target":9},{"source":12,"target":0},{"source":12,"target":13},{"source":12,"target":60},{"source":12,"target":83},{"source":60,"target":6},{"source":60,"target":84},{"source":60,"target":12},{"source":60,"target":57},{"source":84,"target":6},{"source":83,"target":13},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":85},{"source":13,"target":86},{"source":13,"target":87},{"source":85,"target":88},{"source":85,"target":13},{"source":86,"target":89},{"source":86,"target":13},{"source":87,"target":15},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":90},{"source":14,"target":91},{"source":90,"target":14},{"source":90,"target":92},{"source":90,"target":14},{"source":92,"target":14},{"source":91,"target":13},{"source":15,"target":0},{"source":15,"target":93},{"source":93,"target":94},{"source":93,"target":15}],"multigraph":true}
ecore
workflow
repo-ecore-all/data/AnisBoubaker/cbpmn/models/cbpmni.ecore
cbpmni ProcessInst setupProcessInstance processDef tokens flowNodes FlowNodeInst EOperation0 nodeDef status INACTIVE next FlowNodeStatusType INACTIVE INACTIVE READY READY RUNNING RUNNING COMPLETED COMPLETED ABORTED ABORTED ActivityInst preconditions postconditions inputs outputs EventInst SplitInst branches BranchInst branchDef ConstraintInst extension constraintDef
<?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="cbpmni" nsURI="http://cbpmni/1.0" nsPrefix="cbpmni"> <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="ProcessInst"> <eOperations name="setupProcessInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processDef" eType="ecore:EClass cbpmn.ecore#//ProcessModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="#//FlowNodeInst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flowNodes" upperBound="-1" eType="#//FlowNodeInst" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FlowNodeInst" abstract="true"> <eOperations name="EOperation0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeDef" eType="ecore:EClass cbpmn.ecore#//FlowNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//FlowNodeStatusType" defaultValueLiteral="INACTIVE"/> <eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//FlowNodeInst"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FlowNodeStatusType"> <eLiterals name="INACTIVE"/> <eLiterals name="READY" value="1"/> <eLiterals name="RUNNING" value="2"/> <eLiterals name="COMPLETED" value="3"/> <eLiterals name="ABORTED" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityInst" eSuperTypes="#//FlowNodeInst"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="correctArguments correctNodeDef"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="correctArguments" value="true"/> <details key="correctNodeDef" value="nodeDef.oclIsTypeOf(cbpmn::Activity)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="preconditions" upperBound="-1" eType="#//ConstraintInst" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postconditions" upperBound="-1" eType="#//ConstraintInst" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputs" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventInst" eSuperTypes="#//FlowNodeInst"/> <eClassifiers xsi:type="ecore:EClass" name="SplitInst" eSuperTypes="#//FlowNodeInst"> <eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1" eType="#//BranchInst" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BranchInst"> <eStructuralFeatures xsi:type="ecore:EReference" name="branchDef" eType="ecore:EClass cbpmn.ecore#//Branch"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintInst"> <eStructuralFeatures xsi:type="ecore:EReference" name="extension" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraintDef" lowerBound="1" eType="ecore:EClass cbpmn.ecore#//OCLConstraint"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"cbpmni","nsURI":"http://cbpmni/1.0","name":"cbpmni","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessInst","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowNodeInst","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowNodeStatusType","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityInst","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventInst","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SplitInst","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BranchInst","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintInst","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"setupProcessInstance","lowerBound":0,"id":9,"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":"processDef","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":false,"unsettable":false,"transient":false,"unique":true,"name":"tokens","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":"flowNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"EOperation0","lowerBound":0,"id":16,"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":"nodeDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"INACTIVE","unsettable":false,"transient":false,"unique":true,"name":"status","changeable":true,"lowerBound":0,"iD":false,"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":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"name":"INACTIVE","id":23,"value":0,"literal":"INACTIVE","eClass":"EEnumLiteral"},{"name":"READY","id":24,"value":1,"literal":"READY","eClass":"EEnumLiteral"},{"name":"RUNNING","id":25,"value":2,"literal":"RUNNING","eClass":"EEnumLiteral"},{"name":"COMPLETED","id":26,"value":3,"literal":"COMPLETED","eClass":"EEnumLiteral"},{"name":"ABORTED","id":27,"value":4,"literal":"ABORTED","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":"preconditions","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":"postconditions","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inputs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outputs","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"},{"container":false,"ordered":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":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"branchDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"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":"extension","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"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":"constraintDef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"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":9,"target":1},{"source":10,"target":13},{"source":10,"target":1},{"source":11,"target":2},{"source":11,"target":14},{"source":11,"target":1},{"source":14,"target":2},{"source":12,"target":2},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":2},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":2},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":3},{"source":18,"target":21},{"source":18,"target":2},{"source":21,"target":3},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":2},{"source":22,"target":2},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":23,"target":3},{"source":24,"target":3},{"source":25,"target":3},{"source":26,"target":3},{"source":27,"target":3},{"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":4,"target":32},{"source":28,"target":8},{"source":28,"target":33},{"source":28,"target":4},{"source":33,"target":8},{"source":29,"target":8},{"source":29,"target":34},{"source":29,"target":4},{"source":34,"target":8},{"source":30,"target":35},{"source":30,"target":4},{"source":31,"target":36},{"source":31,"target":4},{"source":32,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":37},{"source":37,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":38},{"source":6,"target":39},{"source":38,"target":7},{"source":38,"target":40},{"source":38,"target":6},{"source":40,"target":7},{"source":39,"target":2},{"source":7,"target":0},{"source":7,"target":41},{"source":41,"target":42},{"source":41,"target":7},{"source":8,"target":0},{"source":8,"target":43},{"source":8,"target":44},{"source":43,"target":45},{"source":43,"target":8},{"source":44,"target":46},{"source":44,"target":8}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/eclipse-orbit/xtext-web/plugins/org.eclipse.xtext.web.example.statemachine/model/generated/Statemachine.ecore
statemachine Statemachine signals states Signal name InputSignal OutputSignal State name commands transitions nestedStates Transition condition state Condition events Event signal value Command signal newValue
<?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="statemachine" nsURI="http://www.eclipse.org/xtext/web/example/Statemachine" nsPrefix="statemachine"> <eClassifiers xsi:type="ecore:EClass" name="Statemachine"> <eStructuralFeatures xsi:type="ecore:EReference" name="signals" upperBound="-1" eType="#//Signal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//State" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Signal"> <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="InputSignal" eSuperTypes="#//Signal"/> <eClassifiers xsi:type="ecore:EClass" name="OutputSignal" eSuperTypes="#//Signal"/> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" upperBound="-1" eType="#//Command" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedStates" upperBound="-1" eType="#//State" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Condition"> <eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1" eType="#//Event" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event"> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" eType="#//Signal"/> <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="Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="signal" eType="#//Signal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"statemachine","nsURI":"http://www.eclipse.org/xtext/web/example/Statemachine","name":"statemachine","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":"Signal","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputSignal","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputSignal","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","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":"Condition","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signals","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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"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":14,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"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":"commands","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":"transitions","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":"nestedStates","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"},{"container":false,"ordered":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":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":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"events","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"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":"newValue","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":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":10,"target":2},{"source":10,"target":12},{"source":10,"target":1},{"source":12,"target":2},{"source":11,"target":5},{"source":11,"target":13},{"source":11,"target":1},{"source":13,"target":5},{"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":16,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":17},{"source":17,"target":2},{"source":5,"target":0},{"source":5,"target":18},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":18,"target":22},{"source":18,"target":5},{"source":19,"target":9},{"source":19,"target":23},{"source":19,"target":5},{"source":23,"target":9},{"source":20,"target":6},{"source":20,"target":24},{"source":20,"target":5},{"source":24,"target":6},{"source":21,"target":5},{"source":21,"target":25},{"source":21,"target":5},{"source":25,"target":5},{"source":6,"target":0},{"source":6,"target":26},{"source":6,"target":27},{"source":26,"target":7},{"source":26,"target":28},{"source":26,"target":6},{"source":28,"target":7},{"source":27,"target":5},{"source":27,"target":29},{"source":27,"target":6},{"source":29,"target":5},{"source":7,"target":0},{"source":7,"target":30},{"source":30,"target":8},{"source":30,"target":31},{"source":30,"target":7},{"source":31,"target":8},{"source":8,"target":0},{"source":8,"target":32},{"source":8,"target":33},{"source":32,"target":2},{"source":32,"target":34},{"source":32,"target":8},{"source":34,"target":2},{"source":33,"target":35},{"source":33,"target":8},{"source":9,"target":0},{"source":9,"target":36},{"source":9,"target":37},{"source":36,"target":2},{"source":36,"target":38},{"source":36,"target":9},{"source":38,"target":2},{"source":37,"target":39},{"source":37,"target":9}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/dstrueber/bigtrafo/de.bigtrafo.benchmark/ocl/reference/07/PetriNetWithOCLPaper.ecore
PetriNetModel PetriNet transition arcPT arcTP place name Transition name preArc postArc ArcPT inscription transition place ArcTP inscription place transition Place name preArc token postArc
<?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="PetriNetModel" nsURI="http://www.example.org/PetriNetModelWithOCL" nsPrefix="pnocl"> <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="PetriNet"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="DifferentNamedPlaces"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="DifferentNamedPlaces" value="self.place -> forAll(p1:Place | self.place -> forAll(p2:Place | p1 &lt;> p2 implies p1.name &lt;> p2.name))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcPT" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcPT" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcTP" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcTP" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Place" 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="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcPT"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcTP"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcPT"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inscription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Place"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArcTP"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inscription" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="place" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcTP"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="token" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EReference" name="postArc" upperBound="-1" eType="ecore:EClass PetriNetWithOCLPaper.ecore#//ArcPT"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"pnocl","nsURI":"http://www.example.org/PetriNetModelWithOCL","name":"PetriNetModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","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":"ArcPT","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArcTP","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","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":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcPT","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":"arcTP","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":"place","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":"name","changeable":true,"lowerBound":0,"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":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},{"container":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":"preArc","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":"postArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"container":false,"ordered":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":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":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inscription","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"place","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transition","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"preArc","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":"token","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":false,"unsettable":false,"transient":false,"unique":true,"name":"postArc","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"}],"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":11},{"source":6,"target":1},{"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":16,"target":19},{"source":16,"target":2},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":21},{"source":18,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":22,"target":25},{"source":22,"target":3},{"source":23,"target":26},{"source":23,"target":3},{"source":24,"target":27},{"source":24,"target":3},{"source":4,"target":0},{"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":33},{"source":30,"target":4},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":34,"target":38},{"source":34,"target":5},{"source":35,"target":39},{"source":35,"target":5},{"source":36,"target":40},{"source":36,"target":5},{"source":37,"target":41},{"source":37,"target":5}],"multigraph":true}
ecore
relational
repo-ecore-all/data/atlanmod/CoqTL/fr.inria.atlanmod.coqtl.coq/examples/Class2RelationalMV/resource/Relational.ecore
Relational Table id name columns Column id name reference
<?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="Relational" nsURI="http://Relational/1.0" nsPrefix="Relational"> <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="Table"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="EAN"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="EAN" value="attrs->forAll(a1 : ERAttribute, a2 : ERAttribute | a1.name = a2.name implies a1 = a2)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" ordered="false" upperBound="-1" eType="#//Column" containment="true" eOpposite="#//Column/reference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="EA_XOR"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="EA_XOR" value="self.entity.oclAsSet()->size() + self.relship.oclAsSet()->size() = 1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" ordered="false" eType="#//Table" eOpposite="#//Table/columns"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"Relational","nsURI":"http://Relational/1.0","name":"Relational","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":3,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":4,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"id":8,"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":"reference","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":"id","changeable":true,"lowerBound":0,"iD":false,"id":10,"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":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"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":3,"target":6},{"source":3,"target":1},{"source":4,"target":7},{"source":4,"target":1},{"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":10},{"source":2,"target":11},{"source":2,"target":9},{"source":10,"target":12},{"source":10,"target":2},{"source":11,"target":13},{"source":11,"target":2},{"source":9,"target":1},{"source":9,"target":14},{"source":9,"target":2},{"source":9,"target":5},{"source":14,"target":1}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/eclectic.frontend.ecore
frontend DummyRootMetaclass script ScriptedTransformation statements koan KoanTransformation traceInterface rules KoanRule matcher statements Matcher child ForAllMatcher type attribution AttributionTransformation attributes rules AttributeDcl InheritedAttributeDcl SynthesizedAttributeDcl AttributionRule type self condition statements RuleSelf AttributeInit attribute receptor right AttributeUse expr attribute imperative ImperativeTransformation methods MethodDefinition name formalParameters self type statements MethodSelf MethodParameter chain ChainTransformation composites externals generatedModels executions GeneratedModel TransformationExecution transformation inputModels outputModels AvailableTransformation ExternalTransformation CompositeTransformation executions patterns PatternSpecification patterns Pattern name objects outputVariables POutputVariable object PObject type features PFeature name PAttribute value variable PReference value CollectionReference mappings MappingTransformation delegates contexts MappingVariable MatchedElement Delegate left isExternal false module linkName featureName tags Context left right mappings modifiers sections tags Section sectionType mappings MappingElement ClassMapping Feature2Feature leftFeature converter AttributeMapping left rightPart AttributeRightPart AttributeIsString strValue AttributeIsBoolean boolValue AttributeIsDouble doubleValue AttributeIsResolveLink resolveLink AttributeIsInteger intValue Converter isExternal false module converterName Tag Class2Class cardinality 0 modifiers left right scopedAttributes C2CModifier RelatedBy attribute LinkedBy attribute linkedElement EqualityFilter attribute filter Operator Split mappings Join mappings Attribute2Attribute cardinality context right modifiers Reference2Reference cardinality left right resolverName MappingCardinality OneToOne OneToOne NToOne NToOne OneToN OneToN Modifier AttributeModifier ConvertModifier converter DefaultValue IntDefaultValue defaultValue MetamodelElementRef ClassRef klass FeatureRef referredElement featureName multivalued false AttributeRef referredElement featureName multivalued false ReferenceRef referredElement featureName multivalued false qool QoolTransformation queues segments QoolQueue optimizations QueueOptimization AccessByFeatureOptimization featureName force false LocalQueue type_ ModelElementQueue class_ additionals Segment statements IteratorStatement condition statements ForAllStatement queue ForEachStatement collection EmitStatement queue value MatchExpression queue predicates MatchPredicate KindOfPredicate class_ PropertyEqualsPredicate propertyName value InvokeTransformation transformationName sourceModels targetModels parameters inputViewFilter entryPointName entryPointParameters InvokeExternal outputResolutionSourceElement queueName traceAttributeName InvokeInternal InvocationParameter model calleeModelName NamedInvocationParameter formalName actualParameter facilities Copier objects callbacks copyInModel CopierCallbackDefinition stop false trigger action tao TaoTransformation templates TemplateParameter type ObjectInstantiation type assigments TemplateRootObject Template parameters roots Assignment AttributeAssigment targetFeature expr SourceExpression WithOptionalVariableExpression variable expr ObjectSourceVariable ReferenceAssignment targetFeature expr multivalued false ObjectSyntax object Invocation template core LocatedElement row column file NamedElement name DefinitionParameter ModuleParameter ModuleDefinition AnnotableElement annotatedWith ImplicitlyAnnotableElement annotations Annotation annotatedElement OptimizationsAnnotation enabled false MetamodelModelAnnotation metamodel SingleAnnotation PotencyAnnotation value GenericAnnotation name parameters AnnotationParameter RepresentModel TransformationDefinition inModels outModels importedModels inlineModels annotations uses requires EclecticTransformationDefinition transformations TransformationDefinitionParameter ImportedModel UseDeclaration module as RequireDeclaration name default parameters RequireParameter formalParameterName RequireModelParameter model Variable name Statement Expression DefineVariable expression PropertyWrite property receptor expression ModelReference VariableReference variable MethodCall receptor methodName parameters withParameters false KeywordMethodCall receptor parameters KeywordParameter keyword value BinaryExpr left right binaryOp ClosureDeclaration statements formalParameters ClosureParameter ResolveLink expr isExternal false module linkName featureName BinaryOp EQUAL EQUAL ADD ADD SUB SUB MUL MUL DIV DIV IfExpr then elsifs else IfBranch condition statements NumLiteral value DoubleLiteral value StringLiteral value BooleanLiteral value TypeExpression ClassUse model className strictType false TraceUse trace TypedWithClass type_ TraceInterface definitions TracedModelParameter TraceDefinition elements TraceElement type InlineModel classes InlineClass features InlineFeature type multivalued false InlineAttribute InlineReference MatchTrace trace traceExpr cardinality 0 TraceCompareExpression multivaluedTag false traceVar expr ResolveTraceCardinality ONE_ONE ONE_ONE ZERO_OR_ONE ZERO_OR_ONE MANY MANY PutTrace trace parameters PutTraceParameter value traceVar
<?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="frontend" nsURI="http://eclectic.org/frontend" nsPrefix="frontend"> <eClassifiers xsi:type="ecore:EClass" name="DummyRootMetaclass"/> <eSubpackages name="script" nsURI="http://eclectic.org/frontend/scriptL" nsPrefix="ec_frontend_scriptL"> <eClassifiers xsi:type="ecore:EClass" name="ScriptedTransformation" eSuperTypes="#//core/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//core/Statement" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="koan" nsURI="http://eclectic.org/frontend/koanL" nsPrefix="ec_frontend_koanL"> <eClassifiers xsi:type="ecore:EClass" name="KoanTransformation" eSuperTypes="#//core/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="traceInterface" lowerBound="1" eType="#//core/TraceInterface" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//koan/KoanRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KoanRule" eSuperTypes="#//core/LocatedElement #//core/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="matcher" lowerBound="1" eType="#//koan/Matcher" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//core/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Matcher" abstract="true" eSuperTypes="#//core/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" eType="#//koan/Matcher" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForAllMatcher" eSuperTypes="#//koan/Matcher #//core/Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//core/ClassUse" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="attribution" nsURI="http://eclectic.org/frontend/attributionL" nsPrefix="ec_frontend_attributionL"> <eClassifiers xsi:type="ecore:EClass" name="AttributionTransformation" eSuperTypes="#//core/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//attribution/AttributeDcl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1" eType="#//attribution/AttributionRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeDcl" abstract="true" eSuperTypes="#//core/Variable #//core/TypedWithClass #//core/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InheritedAttributeDcl" eSuperTypes="#//attribution/AttributeDcl"/> <eClassifiers xsi:type="ecore:EClass" name="SynthesizedAttributeDcl" eSuperTypes="#//attribution/AttributeDcl"/> <eClassifiers xsi:type="ecore:EClass" name="AttributionRule" eSuperTypes="#//core/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//core/ClassUse" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="self" lowerBound="1" eType="#//attribution/RuleSelf" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//core/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RuleSelf" eSuperTypes="#//core/Variable"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeInit" eSuperTypes="#//core/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//attribution/AttributeDcl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receptor" lowerBound="1" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//core/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeUse" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//attribution/AttributeDcl"/> </eClassifiers> </eSubpackages> <eSubpackages name="imperative" nsURI="http://eclectic.org/frontend/imperativeL" nsPrefix="ec_frontend_imperativeL"> <eClassifiers xsi:type="ecore:EClass" name="ImperativeTransformation" eSuperTypes="#//core/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//imperative/MethodDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDefinition" eSuperTypes="#//core/LocatedElement"> <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="formalParameters" upperBound="-1" eType="#//imperative/MethodParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="self" eType="#//imperative/MethodSelf" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//core/ClassUse" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//core/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodSelf" eSuperTypes="#//core/Variable"/> <eClassifiers xsi:type="ecore:EClass" name="MethodParameter" eSuperTypes="#//core/Variable"/> </eSubpackages> <eSubpackages name="chain" nsURI="http://eclectic.org/frontend/chainL" nsPrefix="ec_frontend_chainL"> <eClassifiers xsi:type="ecore:EClass" name="ChainTransformation" eSuperTypes="#//core/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="composites" upperBound="-1" eType="#//chain/CompositeTransformation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externals" upperBound="-1" eType="#//chain/ExternalTransformation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generatedModels" upperBound="-1" eType="#//chain/GeneratedModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="executions" upperBound="-1" eType="#//chain/TransformationExecution" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GeneratedModel" eSuperTypes="#//core/RepresentModel #//core/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TransformationExecution" eSuperTypes="#//core/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformation" lowerBound="1" eType="#//chain/AvailableTransformation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputModels" upperBound="-1" eType="#//core/RepresentModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputModels" upperBound="-1" eType="#//core/RepresentModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AvailableTransformation" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ExternalTransformation" eSuperTypes="#//chain/AvailableTransformation #//core/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CompositeTransformation" eSuperTypes="#//chain/AvailableTransformation #//core/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="executions" upperBound="-1" eType="#//chain/TransformationExecution" containment="true"/> </eClassifiers> </eSubpackages> <eSubpackages name="patterns" nsURI="http://eclectic.org/frontend/patL" nsPrefix="ec_frontend_patL"> <eClassifiers xsi:type="ecore:EClass" name="PatternSpecification" eSuperTypes="#//core/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="patterns" upperBound="-1" eType="#//patterns/Pattern" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="#//core/LocatedElement"> <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="objects" upperBound="-1" eType="#//patterns/PObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputVariables" upperBound="-1" eType="#//patterns/POutputVariable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="POutputVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//patterns/PObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PObject" eSuperTypes="#//core/Variable #//core/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//core/ClassUse" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//patterns/PFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PFeature" abstract="true" eSuperTypes="#//core/LocatedElement"> <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="PAttribute" eSuperTypes="#//patterns/PFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//core/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PReference" eSuperTypes="#//patterns/PFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1" eType="#//patterns/PObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionReference" eSuperTypes="#//patterns/PReference"/> </eSubpackages> <eSubpackages name="mappings" nsURI="http://eclectic.org/frontend/mappingL" nsPrefix="ec_frontend_mappingL"> <eClassifiers xsi:type="ecore:EClass" name="MappingTransformation" eSuperTypes="#//core/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="delegates" upperBound="-1" eType="#//mappings/Delegate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contexts" upperBound="-1" eType="#//mappings/Context" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingVariable" eSuperTypes="#//core/Variable"/> <eClassifiers xsi:type="ecore:EClass" name="MatchedElement" eSuperTypes="#//core/ClassUse #//mappings/MappingVariable"/> <eClassifiers xsi:type="ecore:EClass" name="Delegate" eSuperTypes="#//core/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" upperBound="-1" eType="#//mappings/MatchedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExternal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//core/UseDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//mappings/Tag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context" eSuperTypes="#//core/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" upperBound="-1" eType="#//mappings/MatchedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" upperBound="-1" eType="#//mappings/MatchedElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//mappings/MappingElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//mappings/C2CModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sections" upperBound="-1" eType="#//mappings/Section" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//mappings/Tag" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section" eSuperTypes="#//core/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sectionType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//mappings/MappingElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MappingElement" abstract="true" eSuperTypes="#//core/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClassMapping" abstract="true" eSuperTypes="#//mappings/MappingElement"/> <eClassifiers xsi:type="ecore:EClass" name="Feature2Feature" abstract="true" eSuperTypes="#//mappings/MappingElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftFeature" eType="#//mappings/FeatureRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="converter" eType="#//mappings/Converter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeMapping" eSuperTypes="#//mappings/Feature2Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" upperBound="-1" eType="#//mappings/AttributeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightPart" lowerBound="1" eType="#//mappings/AttributeRightPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeRightPart" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeIsString" eSuperTypes="#//mappings/AttributeRightPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeIsBoolean" eSuperTypes="#//mappings/AttributeRightPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="boolValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeIsDouble" eSuperTypes="#//mappings/AttributeRightPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doubleValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeIsResolveLink" eSuperTypes="#//mappings/AttributeRightPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="resolveLink" lowerBound="1" eType="#//core/ResolveLink" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeIsInteger" eSuperTypes="#//mappings/AttributeRightPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Converter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExternal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//core/UseDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="converterName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//core/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Class2Class" eSuperTypes="#//mappings/ClassMapping"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" lowerBound="1" eType="#//mappings/MappingCardinality" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//mappings/C2CModifier" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" upperBound="-1" eType="#//mappings/ClassRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" upperBound="-1" eType="#//mappings/ClassRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scopedAttributes" upperBound="-1" eType="#//mappings/Attribute2Attribute" containment="true" eOpposite="#//mappings/Attribute2Attribute/context"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="C2CModifier" abstract="true" eSuperTypes="#//mappings/MappingElement"/> <eClassifiers xsi:type="ecore:EClass" name="RelatedBy" eSuperTypes="#//mappings/C2CModifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//mappings/AttributeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinkedBy" eSuperTypes="#//mappings/C2CModifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//mappings/AttributeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedElement" lowerBound="1" eType="#//mappings/MatchedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityFilter" eSuperTypes="#//mappings/C2CModifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="#//mappings/AttributeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" abstract="true" eSuperTypes="#//core/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Split" eSuperTypes="#//mappings/Operator"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//mappings/ClassMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Join" eSuperTypes="#//mappings/Operator"> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//mappings/ClassMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute2Attribute" eSuperTypes="#//mappings/Feature2Feature #//mappings/AttributeRightPart"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" lowerBound="1" eType="#//mappings/MappingCardinality"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//mappings/Class2Class" eOpposite="#//mappings/Class2Class/scopedAttributes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" upperBound="-1" eType="#//mappings/AttributeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//mappings/AttributeModifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Reference2Reference" eSuperTypes="#//mappings/Feature2Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" lowerBound="1" eType="#//mappings/MappingCardinality"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" upperBound="-1" eType="#//mappings/ReferenceRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" upperBound="-1" eType="#//mappings/ReferenceRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resolverName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MappingCardinality"> <eLiterals name="OneToOne"/> <eLiterals name="NToOne" value="1"/> <eLiterals name="OneToN" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeModifier" abstract="true" eSuperTypes="#//mappings/Modifier"/> <eClassifiers xsi:type="ecore:EClass" name="ConvertModifier" eSuperTypes="#//mappings/AttributeModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="converter" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DefaultValue" abstract="true" eSuperTypes="#//mappings/AttributeModifier"/> <eClassifiers xsi:type="ecore:EClass" name="IntDefaultValue" eSuperTypes="#//mappings/DefaultValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetamodelElementRef" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ClassRef" eSuperTypes="#//mappings/MetamodelElementRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="klass" lowerBound="1" eType="#//core/ClassUse"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureRef" eSuperTypes="#//mappings/MetamodelElementRef #//mappings/Feature2Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredElement" lowerBound="1" eType="#//mappings/MatchedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multivalued" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeRef" eSuperTypes="#//mappings/MetamodelElementRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredElement" lowerBound="1" eType="#//mappings/MatchedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multivalued" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceRef" eSuperTypes="#//mappings/MetamodelElementRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="referredElement" lowerBound="1" eType="#//mappings/MatchedElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multivalued" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> </eSubpackages> <eSubpackages name="qool" nsURI="http://eclectic.org/frontend/qoolL" nsPrefix="ec_frontend_qoolL"> <eClassifiers xsi:type="ecore:EClass" name="QoolTransformation" eSuperTypes="#//core/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="queues" upperBound="-1" eType="#//qool/QoolQueue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1" eType="#//qool/Segment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QoolQueue" abstract="true" eSuperTypes="#//core/LocatedElement #//core/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="optimizations" upperBound="-1" eType="#//qool/QueueOptimization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueueOptimization" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="AccessByFeatureOptimization" eSuperTypes="#//qool/QueueOptimization"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="force" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocalQueue" eSuperTypes="#//qool/QoolQueue"> <eStructuralFeatures xsi:type="ecore:EReference" name="type_" lowerBound="1" eType="#//core/TypeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElementQueue" eSuperTypes="#//qool/QoolQueue"> <eStructuralFeatures xsi:type="ecore:EReference" name="class_" lowerBound="1" eType="#//core/ClassUse" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="additionals" upperBound="-1" eType="#//core/ClassUse" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Segment" eSuperTypes="#//core/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//core/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IteratorStatement" eSuperTypes="#//core/Statement #//core/Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//core/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForAllStatement" eSuperTypes="#//qool/IteratorStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="queue" lowerBound="1" eType="#//qool/QoolQueue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForEachStatement" eSuperTypes="#//qool/IteratorStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" lowerBound="1" eType="#//core/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmitStatement" eSuperTypes="#//core/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="queue" lowerBound="1" eType="#//qool/QoolQueue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//core/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchExpression" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="queue" lowerBound="1" eType="#//qool/QoolQueue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicates" lowerBound="1" upperBound="-1" eType="#//qool/MatchPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchPredicate" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="KindOfPredicate" eSuperTypes="#//qool/MatchPredicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="class_" lowerBound="1" eType="#//core/ClassUse" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyEqualsPredicate" eSuperTypes="#//qool/MatchPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//core/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvokeTransformation" abstract="true" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transformationName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceModels" upperBound="-1" eType="#//qool/InvocationParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetModels" upperBound="-1" eType="#//qool/InvocationParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//qool/NamedInvocationParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputViewFilter" eType="#//core/Variable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entryPointName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryPointParameters" upperBound="-1" eType="#//core/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvokeExternal" eSuperTypes="#//qool/InvokeTransformation"> <eStructuralFeatures xsi:type="ecore:EReference" name="outputResolutionSourceElement" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="queueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traceAttributeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvokeInternal" eSuperTypes="#//qool/InvokeTransformation"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//core/TransformationDefinitionParameter"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="calleeModelName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedInvocationParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formalName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParameter" lowerBound="1" eType="#//core/Expression" containment="true"/> </eClassifiers> <eSubpackages name="facilities" nsURI="http://eclectic.org/frontend/qoolL/facilities" nsPrefix="qool_facilities"> <eClassifiers xsi:type="ecore:EClass" name="Copier" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="objects" upperBound="-1" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="callbacks" upperBound="-1" eType="#//qool/facilities/CopierCallbackDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="copyInModel" lowerBound="1" eType="#//core/TransformationDefinitionParameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CopierCallbackDefinition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stop" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" lowerBound="1" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="action" lowerBound="1" eType="#//core/Expression" containment="true"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="tao" nsURI="http://eclectic.org/frontend/taoL" nsPrefix="ec_frontend_taoL"> <eClassifiers xsi:type="ecore:EClass" name="TaoTransformation" eSuperTypes="#//core/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1" eType="#//tao/Template" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#//core/Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//core/ClassUse" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectInstantiation" eSuperTypes="#//core/Variable #//core/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//core/ClassUse" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assigments" upperBound="-1" eType="#//tao/Assignment" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateRootObject" eSuperTypes="#//tao/ObjectInstantiation"/> <eClassifiers xsi:type="ecore:EClass" name="Template" eSuperTypes="#//core/NamedElement #//core/LocatedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//tao/TemplateParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roots" upperBound="-1" eType="#//tao/TemplateRootObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" abstract="true" eSuperTypes="#//core/Statement"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeAssigment" eSuperTypes="#//tao/Assignment"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetFeature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//tao/SourceExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceExpression" abstract="true" eSuperTypes="#//core/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="WithOptionalVariableExpression" eSuperTypes="#//tao/SourceExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" eType="#//tao/ObjectSourceVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//core/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectSourceVariable" eSuperTypes="#//core/Variable"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceAssignment" abstract="true" eSuperTypes="#//tao/Assignment #//core/Variable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetFeature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//tao/SourceExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multivalued" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectSyntax" eSuperTypes="#//tao/ReferenceAssignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//tao/ObjectInstantiation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Invocation" eSuperTypes="#//tao/ReferenceAssignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1" eType="#//tao/Template"/> </eClassifiers> </eSubpackages> <eSubpackages name="core" nsURI="http://eclectic.org/frontend/core" nsPrefix="eclectic_frontend_core"> <eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="row" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="file" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </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="DefinitionParameter" abstract="true" eSuperTypes="#//core/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ModuleParameter" eSuperTypes="#//core/DefinitionParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ModuleDefinition" abstract="true" eSuperTypes="#//core/LocatedElement #//core/NamedElement #//core/AnnotableElement"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotableElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedWith" upperBound="-1" eType="#//core/Annotation" eOpposite="#//core/Annotation/annotatedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplicitlyAnnotableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//core/SingleAnnotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotatedElement" eType="#//core/AnnotableElement" eOpposite="#//core/AnnotableElement/annotatedWith"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OptimizationsAnnotation" eSuperTypes="#//core/Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetamodelModelAnnotation" eSuperTypes="#//core/Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleAnnotation" abstract="true" eSuperTypes="#//core/Annotation"/> <eClassifiers xsi:type="ecore:EClass" name="PotencyAnnotation" eSuperTypes="#//core/SingleAnnotation"> <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="GenericAnnotation"> <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="parameters" lowerBound="1" upperBound="-1" eType="#//core/AnnotationParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationParameter" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="RepresentModel" abstract="true" eSuperTypes="#//core/AnnotableElement"/> <eClassifiers xsi:type="ecore:EClass" name="TransformationDefinition" abstract="true" eSuperTypes="#//core/ModuleDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="inModels" upperBound="-1" eType="#//core/TransformationDefinitionParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outModels" upperBound="-1" eType="#//core/TransformationDefinitionParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedModels" upperBound="-1" eType="#//core/ImportedModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inlineModels" upperBound="-1" eType="#//core/InlineModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//core/Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uses" upperBound="-1" eType="#//core/UseDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requires" upperBound="-1" eType="#//core/RequireDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EclecticTransformationDefinition" eSuperTypes="#//core/TransformationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="transformations" upperBound="-1" eType="#//core/TransformationDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformationDefinitionParameter" eSuperTypes="#//core/DefinitionParameter #//core/RepresentModel"/> <eClassifiers xsi:type="ecore:EClass" name="ImportedModel" eSuperTypes="#//core/RepresentModel #//core/NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UseDeclaration" eSuperTypes="#//core/RepresentModel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="module" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="as" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequireDeclaration" eSuperTypes="#//core/RepresentModel"> <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="default" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//core/RequireParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequireParameter" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formalParameterName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequireModelParameter" eSuperTypes="#//core/RequireParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//core/RepresentModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" 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="Statement" abstract="true" eSuperTypes="#//core/LocatedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//core/Statement"/> <eClassifiers xsi:type="ecore:EClass" name="DefineVariable" eSuperTypes="#//core/Statement #//core/Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//core/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyWrite" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="property" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receptor" lowerBound="1" eType="#//core/Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//core/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelReference" eSuperTypes="#//core/ClassUse #//core/Expression"/> <eClassifiers xsi:type="ecore:EClass" name="VariableReference" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//core/Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receptor" lowerBound="1" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="methodName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withParameters" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeywordMethodCall" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="receptor" lowerBound="1" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//core/KeywordParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KeywordParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keyword" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//core/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpr" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binaryOp" lowerBound="1" eType="#//core/BinaryOp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClosureDeclaration" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//core/Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//core/ClosureParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClosureParameter" eSuperTypes="#//core/Variable"/> <eClassifiers xsi:type="ecore:EClass" name="ResolveLink" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isExternal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//core/UseDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryOp"> <eLiterals name="EQUAL"/> <eLiterals name="ADD" value="1"/> <eLiterals name="SUB" value="2"/> <eLiterals name="MUL" value="3"/> <eLiterals name="DIV" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfExpr" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//core/IfBranch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elsifs" upperBound="-1" eType="#//core/IfBranch" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//core/IfBranch" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfBranch"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//core/Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumLiteral" eSuperTypes="#//core/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="DoubleLiteral" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//core/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="TypeExpression" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ClassUse" eSuperTypes="#//core/TypeExpression #//core/ImplicitlyAnnotableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//core/RepresentModel"/> <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="strictType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceUse" eSuperTypes="#//core/TypeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="trace" lowerBound="1" eType="#//core/TraceDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedWithClass" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type_" lowerBound="1" eType="#//core/ClassUse" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceInterface" eSuperTypes="#//core/ModuleDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitions" upperBound="-1" eType="#//core/TraceDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TracedModelParameter" eSuperTypes="#//core/DefinitionParameter #//core/RepresentModel"/> <eClassifiers xsi:type="ecore:EClass" name="TraceDefinition" eSuperTypes="#//core/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1" upperBound="-1" eType="#//core/TraceElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceElement" eSuperTypes="#//core/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//core/TypeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InlineModel" eSuperTypes="#//core/ModuleDefinition #//core/RepresentModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//core/InlineClass" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InlineClass" eSuperTypes="#//core/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//core/InlineFeature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InlineFeature" eSuperTypes="#//core/NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//core/TypeExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multivalued" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InlineAttribute" eSuperTypes="#//core/InlineFeature"/> <eClassifiers xsi:type="ecore:EClass" name="InlineReference" eSuperTypes="#//core/InlineFeature"/> <eClassifiers xsi:type="ecore:EClass" name="MatchTrace" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="trace" lowerBound="1" eType="#//core/TraceDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceExpr" lowerBound="1" eType="#//core/TraceCompareExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cardinality" lowerBound="1" eType="#//core/ResolveTraceCardinality" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraceCompareExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multivaluedTag" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceVar" lowerBound="1" eType="#//core/TraceElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" lowerBound="1" eType="#//core/Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ResolveTraceCardinality"> <eLiterals name="ONE_ONE"/> <eLiterals name="ZERO_OR_ONE" value="1"/> <eLiterals name="MANY" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PutTrace" eSuperTypes="#//core/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="trace" lowerBound="1" eType="#//core/TraceDefinition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//core/PutTraceParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PutTraceParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//core/Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traceVar" lowerBound="1" eType="#//core/TraceElement"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"frontend","nsURI":"http://eclectic.org/frontend","name":"frontend","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyRootMetaclass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"ec_frontend_scriptL","nsURI":"http://eclectic.org/frontend/scriptL","name":"script","id":2,"eClass":"EPackage"},{"nsPrefix":"ec_frontend_koanL","nsURI":"http://eclectic.org/frontend/koanL","name":"koan","id":3,"eClass":"EPackage"},{"nsPrefix":"ec_frontend_attributionL","nsURI":"http://eclectic.org/frontend/attributionL","name":"attribution","id":4,"eClass":"EPackage"},{"nsPrefix":"ec_frontend_imperativeL","nsURI":"http://eclectic.org/frontend/imperativeL","name":"imperative","id":5,"eClass":"EPackage"},{"nsPrefix":"ec_frontend_chainL","nsURI":"http://eclectic.org/frontend/chainL","name":"chain","id":6,"eClass":"EPackage"},{"nsPrefix":"ec_frontend_patL","nsURI":"http://eclectic.org/frontend/patL","name":"patterns","id":7,"eClass":"EPackage"},{"nsPrefix":"ec_frontend_mappingL","nsURI":"http://eclectic.org/frontend/mappingL","name":"mappings","id":8,"eClass":"EPackage"},{"nsPrefix":"ec_frontend_qoolL","nsURI":"http://eclectic.org/frontend/qoolL","name":"qool","id":9,"eClass":"EPackage"},{"nsPrefix":"ec_frontend_taoL","nsURI":"http://eclectic.org/frontend/taoL","name":"tao","id":10,"eClass":"EPackage"},{"nsPrefix":"eclectic_frontend_core","nsURI":"http://eclectic.org/frontend/core","name":"core","id":11,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptedTransformation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationDefinition","instanceClass":null,"abstract":true,"id":13,"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"id":17,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KoanTransformation","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KoanRule","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Matcher","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForAllMatcher","instanceClass":null,"abstract":false,"id":21,"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":"traceInterface","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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceInterface","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":29,"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":"matcher","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"statements","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":39,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassUse","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"id":44,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributionTransformation","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDcl","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InheritedAttributeDcl","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynthesizedAttributeDcl","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributionRule","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleSelf","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeInit","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeUse","instanceClass":null,"abstract":false,"id":52,"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":"attributes","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":"rules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedWithClass","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"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":"self","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":71,"interface":false,"eClass":"EClass"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeTransformation","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDefinition","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodSelf","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodParameter","instanceClass":null,"abstract":false,"id":90,"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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"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":94,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"self","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"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":97,"derived":false},{"container":false,"ordered":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":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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChainTransformation","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratedModel","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationExecution","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AvailableTransformation","instanceClass":null,"abstract":true,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExternalTransformation","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeTransformation","instanceClass":null,"abstract":false,"id":112,"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":"composites","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":"externals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generatedModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"executions","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentModel","instanceClass":null,"abstract":true,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"eClass":"EGenericType"},{"id":124,"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":"transformation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"inputModels","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"outputModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"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":"executions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternSpecification","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POutputVariable","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PObject","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PFeature","instanceClass":null,"abstract":true,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PAttribute","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PReference","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionReference","instanceClass":null,"abstract":false,"id":145,"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":"patterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"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":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":"objects","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":"outputVariables","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","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"},{"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":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":"value","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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingTransformation","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingVariable","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedElement","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delegate","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingElement","instanceClass":null,"abstract":true,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassMapping","instanceClass":null,"abstract":true,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature2Feature","instanceClass":null,"abstract":true,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeMapping","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeRightPart","instanceClass":null,"abstract":true,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeIsString","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeIsBoolean","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeIsDouble","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeIsResolveLink","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeIsInteger","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Converter","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class2Class","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C2CModifier","instanceClass":null,"abstract":true,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatedBy","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkedBy","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityFilter","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":true,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Split","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Join","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute2Attribute","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference2Reference","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MappingCardinality","instanceClass":null,"id":204,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":true,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeModifier","instanceClass":null,"abstract":true,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConvertModifier","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultValue","instanceClass":null,"abstract":true,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntDefaultValue","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelElementRef","instanceClass":null,"abstract":true,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassRef","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureRef","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeRef","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceRef","instanceClass":null,"abstract":false,"id":214,"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":"delegates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"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":"isExternal","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":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"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":"linkName","changeable":true,"lowerBound":1,"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":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseDeclaration","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","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":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sectionType","changeable":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"converter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"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":"rightPart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"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":"strValue","changeable":true,"lowerBound":1,"iD":false,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"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":"boolValue","changeable":true,"lowerBound":1,"iD":false,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"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":"doubleValue","changeable":true,"lowerBound":1,"iD":false,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"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":"resolveLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolveLink","instanceClass":null,"abstract":false,"id":278,"interface":false,"eClass":"EClass"},{"id":279,"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":"intValue","changeable":true,"lowerBound":1,"iD":false,"id":280,"derived":false},{"id":281,"eClass":"EGenericType"},{"id":282,"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":"isExternal","changeable":true,"lowerBound":1,"iD":false,"id":283,"derived":false},{"container":false,"ordered":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":284,"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":"converterName","changeable":true,"lowerBound":1,"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":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":1,"iD":false,"id":290,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"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":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":292,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"scopedAttributes","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"},{"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":301,"derived":false},{"id":302,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"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":"linkedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":311,"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":"filter","changeable":true,"lowerBound":1,"iD":false,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"cardinality","changeable":true,"lowerBound":1,"iD":false,"id":323,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":1,"iD":false,"id":332,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"resolverName","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"name":"OneToOne","id":341,"value":0,"literal":"OneToOne","eClass":"EEnumLiteral"},{"name":"NToOne","id":342,"value":1,"literal":"NToOne","eClass":"EEnumLiteral"},{"name":"OneToN","id":343,"value":2,"literal":"OneToN","eClass":"EEnumLiteral"},{"id":344,"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":"converter","changeable":true,"lowerBound":1,"iD":false,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"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":"defaultValue","changeable":true,"lowerBound":1,"iD":false,"id":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"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":"klass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"derived":false},{"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":"referredElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":356,"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":"multivalued","changeable":true,"lowerBound":1,"iD":false,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referredElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":364,"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":"multivalued","changeable":true,"lowerBound":1,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"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":"referredElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":371,"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":"multivalued","changeable":true,"lowerBound":1,"iD":false,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QoolTransformation","instanceClass":null,"abstract":false,"id":377,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QoolQueue","instanceClass":null,"abstract":true,"id":378,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueueOptimization","instanceClass":null,"abstract":true,"id":379,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessByFeatureOptimization","instanceClass":null,"abstract":false,"id":380,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalQueue","instanceClass":null,"abstract":false,"id":381,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElementQueue","instanceClass":null,"abstract":false,"id":382,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Segment","instanceClass":null,"abstract":false,"id":383,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorStatement","instanceClass":null,"abstract":false,"id":384,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForAllStatement","instanceClass":null,"abstract":false,"id":385,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachStatement","instanceClass":null,"abstract":false,"id":386,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmitStatement","instanceClass":null,"abstract":false,"id":387,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchExpression","instanceClass":null,"abstract":false,"id":388,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchPredicate","instanceClass":null,"abstract":true,"id":389,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KindOfPredicate","instanceClass":null,"abstract":false,"id":390,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyEqualsPredicate","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeTransformation","instanceClass":null,"abstract":true,"id":392,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeExternal","instanceClass":null,"abstract":false,"id":393,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvokeInternal","instanceClass":null,"abstract":false,"id":394,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationParameter","instanceClass":null,"abstract":false,"id":395,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedInvocationParameter","instanceClass":null,"abstract":false,"id":396,"interface":false,"eClass":"EClass"},{"nsPrefix":"qool_facilities","nsURI":"http://eclectic.org/frontend/qoolL/facilities","name":"facilities","id":397,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"container":false,"ordered":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":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optimizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"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":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":407,"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":"force","changeable":true,"lowerBound":1,"iD":false,"id":408,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeExpression","instanceClass":null,"abstract":true,"id":414,"interface":false,"eClass":"EClass"},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":416,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionals","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":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":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"queue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"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":"queue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":436,"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":437,"derived":false},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"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":"queue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":441,"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":"predicates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"class_","changeable":true,"resolveProxies":true,"lowerBound":1,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"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":"propertyName","changeable":true,"lowerBound":1,"iD":false,"id":449,"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":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"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":"transformationName","changeable":true,"lowerBound":1,"iD":false,"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":"sourceModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"container":false,"ordered":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":457,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputViewFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":458,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entryPointName","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entryPointParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputResolutionSourceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queueName","changeable":true,"lowerBound":0,"iD":false,"id":470,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traceAttributeName","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"container":false,"ordered":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":477,"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":"calleeModelName","changeable":true,"lowerBound":1,"iD":false,"id":478,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformationDefinitionParameter","instanceClass":null,"abstract":false,"id":479,"interface":false,"eClass":"EClass"},{"id":480,"eClass":"EGenericType"},{"id":481,"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":"formalName","changeable":true,"lowerBound":1,"iD":false,"id":482,"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":"actualParameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Copier","instanceClass":null,"abstract":false,"id":486,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CopierCallbackDefinition","instanceClass":null,"abstract":false,"id":487,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"callbacks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"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":"copyInModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":490,"derived":false},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"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":"stop","changeable":true,"lowerBound":1,"iD":false,"id":495,"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":"trigger","changeable":true,"resolveProxies":true,"lowerBound":1,"id":496,"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":"action","changeable":true,"resolveProxies":true,"lowerBound":1,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaoTransformation","instanceClass":null,"abstract":false,"id":501,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":502,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectInstantiation","instanceClass":null,"abstract":false,"id":503,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateRootObject","instanceClass":null,"abstract":false,"id":504,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":505,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":true,"id":506,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeAssigment","instanceClass":null,"abstract":false,"id":507,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceExpression","instanceClass":null,"abstract":true,"id":508,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WithOptionalVariableExpression","instanceClass":null,"abstract":false,"id":509,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectSourceVariable","instanceClass":null,"abstract":false,"id":510,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceAssignment","instanceClass":null,"abstract":true,"id":511,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectSyntax","instanceClass":null,"abstract":false,"id":512,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invocation","instanceClass":null,"abstract":false,"id":513,"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":"templates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":517,"derived":false},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assigments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":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":527,"derived":false},{"container":false,"ordered":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":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"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":"targetFeature","changeable":true,"lowerBound":1,"iD":false,"id":534,"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":535,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":541,"derived":false},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"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":"targetFeature","changeable":true,"lowerBound":1,"iD":false,"id":546,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"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":"multivalued","changeable":true,"lowerBound":1,"iD":false,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":554,"derived":false},{"id":555,"eClass":"EGenericType"},{"id":556,"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":"template","changeable":true,"resolveProxies":true,"lowerBound":1,"id":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionParameter","instanceClass":null,"abstract":true,"id":560,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleParameter","instanceClass":null,"abstract":false,"id":561,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleDefinition","instanceClass":null,"abstract":true,"id":562,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotableElement","instanceClass":null,"abstract":true,"id":563,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplicitlyAnnotableElement","instanceClass":null,"abstract":false,"id":564,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":true,"id":565,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptimizationsAnnotation","instanceClass":null,"abstract":false,"id":566,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetamodelModelAnnotation","instanceClass":null,"abstract":false,"id":567,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleAnnotation","instanceClass":null,"abstract":true,"id":568,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PotencyAnnotation","instanceClass":null,"abstract":false,"id":569,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericAnnotation","instanceClass":null,"abstract":false,"id":570,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationParameter","instanceClass":null,"abstract":true,"id":571,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EclecticTransformationDefinition","instanceClass":null,"abstract":false,"id":572,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportedModel","instanceClass":null,"abstract":false,"id":573,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequireDeclaration","instanceClass":null,"abstract":false,"id":574,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequireParameter","instanceClass":null,"abstract":true,"id":575,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequireModelParameter","instanceClass":null,"abstract":false,"id":576,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefineVariable","instanceClass":null,"abstract":false,"id":577,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyWrite","instanceClass":null,"abstract":false,"id":578,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelReference","instanceClass":null,"abstract":false,"id":579,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableReference","instanceClass":null,"abstract":false,"id":580,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":false,"id":581,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeywordMethodCall","instanceClass":null,"abstract":false,"id":582,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KeywordParameter","instanceClass":null,"abstract":false,"id":583,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpr","instanceClass":null,"abstract":false,"id":584,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosureDeclaration","instanceClass":null,"abstract":false,"id":585,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosureParameter","instanceClass":null,"abstract":false,"id":586,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOp","instanceClass":null,"id":587,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExpr","instanceClass":null,"abstract":false,"id":588,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfBranch","instanceClass":null,"abstract":false,"id":589,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumLiteral","instanceClass":null,"abstract":false,"id":590,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":591,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":592,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":593,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceUse","instanceClass":null,"abstract":false,"id":594,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracedModelParameter","instanceClass":null,"abstract":false,"id":595,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceDefinition","instanceClass":null,"abstract":false,"id":596,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceElement","instanceClass":null,"abstract":false,"id":597,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineModel","instanceClass":null,"abstract":false,"id":598,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineClass","instanceClass":null,"abstract":false,"id":599,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineFeature","instanceClass":null,"abstract":false,"id":600,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineAttribute","instanceClass":null,"abstract":false,"id":601,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineReference","instanceClass":null,"abstract":false,"id":602,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchTrace","instanceClass":null,"abstract":false,"id":603,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceCompareExpression","instanceClass":null,"abstract":false,"id":604,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ResolveTraceCardinality","instanceClass":null,"id":605,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PutTrace","instanceClass":null,"abstract":false,"id":606,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PutTraceParameter","instanceClass":null,"abstract":false,"id":607,"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":"row","changeable":true,"lowerBound":0,"iD":false,"id":608,"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":"column","changeable":true,"lowerBound":0,"iD":false,"id":609,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":0,"iD":false,"id":610,"derived":false},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"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":614,"derived":false},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"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":"annotatedWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":621,"derived":false},{"id":622,"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":"annotatedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":623,"derived":false},{"container":false,"ordered":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":624,"derived":false},{"id":625,"eClass":"EGenericType"},{"id":626,"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":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":627,"derived":false},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metamodel","changeable":true,"lowerBound":0,"iD":false,"id":630,"derived":false},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"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":634,"derived":false},{"id":635,"eClass":"EGenericType"},{"id":636,"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":637,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":1,"id":638,"derived":false},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":642,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":643,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":644,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":645,"derived":false},{"container":false,"ordered":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":646,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":647,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requires","changeable":true,"resolveProxies":true,"lowerBound":0,"id":648,"derived":false},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transformations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":657,"derived":false},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"id":663,"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":"module","changeable":true,"lowerBound":1,"iD":false,"id":664,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"as","changeable":true,"lowerBound":0,"iD":false,"id":665,"derived":false},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"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":669,"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":"default","changeable":true,"lowerBound":1,"iD":false,"id":670,"derived":false},{"container":false,"ordered":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":671,"derived":false},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formalParameterName","changeable":true,"lowerBound":0,"iD":false,"id":676,"derived":false},{"id":677,"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":678,"derived":false},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"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":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":685,"derived":false},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"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":"property","changeable":true,"lowerBound":1,"iD":false,"id":689,"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":"receptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":690,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":691,"derived":false},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":698,"derived":false},{"id":699,"eClass":"EGenericType"},{"id":700,"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":"receptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":701,"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":702,"derived":false},{"container":false,"ordered":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":703,"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":"withParameters","changeable":true,"lowerBound":1,"iD":false,"id":704,"derived":false},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receptor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":710,"derived":false},{"container":false,"ordered":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":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"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":"keyword","changeable":true,"lowerBound":1,"iD":false,"id":715,"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":716,"derived":false},{"id":717,"eClass":"EGenericType"},{"id":718,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":719,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":720,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"binaryOp","changeable":true,"lowerBound":1,"iD":false,"id":721,"derived":false},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"container":false,"ordered":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":726,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":727,"derived":false},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"id":731,"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":732,"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":"isExternal","changeable":true,"lowerBound":1,"iD":false,"id":733,"derived":false},{"container":false,"ordered":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":734,"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":"linkName","changeable":true,"lowerBound":1,"iD":false,"id":735,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":736,"derived":false},{"id":737,"eClass":"EGenericType"},{"id":738,"eClass":"EGenericType"},{"id":739,"eClass":"EGenericType"},{"id":740,"eClass":"EGenericType"},{"id":741,"eClass":"EGenericType"},{"id":742,"eClass":"EGenericType"},{"name":"EQUAL","id":743,"value":0,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"ADD","id":744,"value":1,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"SUB","id":745,"value":2,"literal":"SUB","eClass":"EEnumLiteral"},{"name":"MUL","id":746,"value":3,"literal":"MUL","eClass":"EEnumLiteral"},{"name":"DIV","id":747,"value":3,"literal":"DIV","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":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":748,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsifs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":749,"derived":false},{"container":false,"ordered":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":750,"derived":false},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"container":false,"ordered":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":755,"derived":false},{"container":false,"ordered":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":756,"derived":false},{"id":757,"eClass":"EGenericType"},{"id":758,"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":759,"derived":false},{"id":760,"eClass":"EGenericType"},{"id":761,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":762,"derived":false},{"id":763,"eClass":"EGenericType"},{"id":764,"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":765,"derived":false},{"id":766,"eClass":"EGenericType"},{"id":767,"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":768,"derived":false},{"id":769,"eClass":"EGenericType"},{"id":770,"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":771,"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":772,"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":"strictType","changeable":true,"lowerBound":0,"iD":false,"id":773,"derived":false},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"id":778,"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":"trace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":779,"derived":false},{"id":780,"eClass":"EGenericType"},{"id":781,"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":782,"derived":false},{"id":783,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":784,"derived":false},{"id":785,"eClass":"EGenericType"},{"id":786,"eClass":"EGenericType"},{"id":787,"eClass":"EGenericType"},{"id":788,"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":789,"derived":false},{"id":790,"eClass":"EGenericType"},{"id":791,"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":792,"derived":false},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"container":false,"ordered":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":795,"derived":false},{"id":796,"eClass":"EGenericType"},{"id":797,"eClass":"EGenericType"},{"id":798,"eClass":"EGenericType"},{"container":false,"ordered":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":799,"derived":false},{"id":800,"eClass":"EGenericType"},{"id":801,"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":802,"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":"multivalued","changeable":true,"lowerBound":0,"iD":false,"id":803,"derived":false},{"id":804,"eClass":"EGenericType"},{"id":805,"eClass":"EGenericType"},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"id":808,"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":"trace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":809,"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":"traceExpr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":810,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"cardinality","changeable":true,"lowerBound":1,"iD":false,"id":811,"derived":false},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"id":814,"eClass":"EGenericType"},{"id":815,"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":"multivaluedTag","changeable":true,"lowerBound":1,"iD":false,"id":816,"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":"traceVar","changeable":true,"resolveProxies":true,"lowerBound":1,"id":817,"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":1,"id":818,"derived":false},{"id":819,"eClass":"EGenericType"},{"id":820,"eClass":"EGenericType"},{"id":821,"eClass":"EGenericType"},{"name":"ONE_ONE","id":822,"value":0,"literal":"ONE_ONE","eClass":"EEnumLiteral"},{"name":"ZERO_OR_ONE","id":823,"value":1,"literal":"ZERO_OR_ONE","eClass":"EEnumLiteral"},{"name":"MANY","id":824,"value":2,"literal":"MANY","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":"trace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":825,"derived":false},{"container":false,"ordered":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":826,"derived":false},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"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":830,"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":"traceVar","changeable":true,"resolveProxies":true,"lowerBound":1,"id":831,"derived":false},{"id":832,"eClass":"EGenericType"},{"id":833,"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":2,"target":12},{"source":2,"target":0},{"source":12,"target":2},{"source":12,"target":13},{"source":12,"target":14},{"source":12,"target":15},{"source":14,"target":16},{"source":14,"target":17},{"source":14,"target":12},{"source":17,"target":16},{"source":15,"target":13},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":0},{"source":18,"target":3},{"source":18,"target":13},{"source":18,"target":22},{"source":18,"target":23},{"source":18,"target":24},{"source":22,"target":25},{"source":22,"target":26},{"source":22,"target":18},{"source":26,"target":25},{"source":23,"target":19},{"source":23,"target":27},{"source":23,"target":18},{"source":27,"target":19},{"source":24,"target":13},{"source":19,"target":3},{"source":19,"target":28},{"source":19,"target":29},{"source":19,"target":30},{"source":19,"target":31},{"source":19,"target":32},{"source":19,"target":33},{"source":30,"target":20},{"source":30,"target":34},{"source":30,"target":19},{"source":34,"target":20},{"source":31,"target":16},{"source":31,"target":35},{"source":31,"target":19},{"source":35,"target":16},{"source":32,"target":28},{"source":33,"target":29},{"source":20,"target":3},{"source":20,"target":28},{"source":20,"target":36},{"source":20,"target":37},{"source":36,"target":20},{"source":36,"target":38},{"source":36,"target":20},{"source":38,"target":20},{"source":37,"target":28},{"source":21,"target":3},{"source":21,"target":20},{"source":21,"target":39},{"source":21,"target":40},{"source":21,"target":41},{"source":21,"target":42},{"source":40,"target":43},{"source":40,"target":44},{"source":40,"target":21},{"source":44,"target":43},{"source":41,"target":20},{"source":42,"target":39},{"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":0},{"source":45,"target":4},{"source":45,"target":13},{"source":45,"target":53},{"source":45,"target":54},{"source":45,"target":55},{"source":53,"target":46},{"source":53,"target":56},{"source":53,"target":45},{"source":56,"target":46},{"source":54,"target":49},{"source":54,"target":57},{"source":54,"target":45},{"source":57,"target":49},{"source":55,"target":13},{"source":46,"target":4},{"source":46,"target":39},{"source":46,"target":58},{"source":46,"target":28},{"source":46,"target":59},{"source":46,"target":60},{"source":46,"target":61},{"source":59,"target":39},{"source":60,"target":58},{"source":61,"target":28},{"source":47,"target":4},{"source":47,"target":46},{"source":47,"target":62},{"source":62,"target":46},{"source":48,"target":4},{"source":48,"target":46},{"source":48,"target":63},{"source":63,"target":46},{"source":49,"target":4},{"source":49,"target":28},{"source":49,"target":64},{"source":49,"target":65},{"source":49,"target":66},{"source":49,"target":67},{"source":49,"target":68},{"source":64,"target":43},{"source":64,"target":69},{"source":64,"target":49},{"source":69,"target":43},{"source":65,"target":50},{"source":65,"target":70},{"source":65,"target":49},{"source":70,"target":50},{"source":66,"target":71},{"source":66,"target":72},{"source":66,"target":49},{"source":72,"target":71},{"source":67,"target":16},{"source":67,"target":73},{"source":67,"target":49},{"source":73,"target":16},{"source":68,"target":28},{"source":50,"target":4},{"source":50,"target":39},{"source":50,"target":74},{"source":74,"target":39},{"source":51,"target":4},{"source":51,"target":16},{"source":51,"target":75},{"source":51,"target":76},{"source":51,"target":77},{"source":51,"target":78},{"source":75,"target":46},{"source":75,"target":79},{"source":75,"target":51},{"source":79,"target":46},{"source":76,"target":71},{"source":76,"target":80},{"source":76,"target":51},{"source":80,"target":71},{"source":77,"target":71},{"source":77,"target":81},{"source":77,"target":51},{"source":81,"target":71},{"source":78,"target":16},{"source":52,"target":4},{"source":52,"target":71},{"source":52,"target":82},{"source":52,"target":83},{"source":52,"target":84},{"source":82,"target":71},{"source":82,"target":85},{"source":82,"target":52},{"source":85,"target":71},{"source":83,"target":46},{"source":83,"target":86},{"source":83,"target":52},{"source":86,"target":46},{"source":84,"target":71},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":0},{"source":87,"target":5},{"source":87,"target":13},{"source":87,"target":91},{"source":87,"target":92},{"source":91,"target":88},{"source":91,"target":93},{"source":91,"target":87},{"source":93,"target":88},{"source":92,"target":13},{"source":88,"target":5},{"source":88,"target":28},{"source":88,"target":94},{"source":88,"target":95},{"source":88,"target":96},{"source":88,"target":97},{"source":88,"target":98},{"source":88,"target":99},{"source":94,"target":100},{"source":94,"target":88},{"source":95,"target":90},{"source":95,"target":101},{"source":95,"target":88},{"source":101,"target":90},{"source":96,"target":89},{"source":96,"target":102},{"source":96,"target":88},{"source":102,"target":89},{"source":97,"target":43},{"source":97,"target":103},{"source":97,"target":88},{"source":103,"target":43},{"source":98,"target":16},{"source":98,"target":104},{"source":98,"target":88},{"source":104,"target":16},{"source":99,"target":28},{"source":89,"target":5},{"source":89,"target":39},{"source":89,"target":105},{"source":105,"target":39},{"source":90,"target":5},{"source":90,"target":39},{"source":90,"target":106},{"source":106,"target":39},{"source":6,"target":107},{"source":6,"target":108},{"source":6,"target":109},{"source":6,"target":110},{"source":6,"target":111},{"source":6,"target":112},{"source":6,"target":0},{"source":107,"target":6},{"source":107,"target":13},{"source":107,"target":113},{"source":107,"target":114},{"source":107,"target":115},{"source":107,"target":116},{"source":107,"target":117},{"source":113,"target":112},{"source":113,"target":118},{"source":113,"target":107},{"source":118,"target":112},{"source":114,"target":111},{"source":114,"target":119},{"source":114,"target":107},{"source":119,"target":111},{"source":115,"target":108},{"source":115,"target":120},{"source":115,"target":107},{"source":120,"target":108},{"source":116,"target":109},{"source":116,"target":121},{"source":116,"target":107},{"source":121,"target":109},{"source":117,"target":13},{"source":108,"target":6},{"source":108,"target":122},{"source":108,"target":29},{"source":108,"target":123},{"source":108,"target":124},{"source":123,"target":122},{"source":124,"target":29},{"source":109,"target":6},{"source":109,"target":28},{"source":109,"target":125},{"source":109,"target":126},{"source":109,"target":127},{"source":109,"target":128},{"source":125,"target":110},{"source":125,"target":129},{"source":125,"target":109},{"source":129,"target":110},{"source":126,"target":122},{"source":126,"target":130},{"source":126,"target":109},{"source":130,"target":122},{"source":127,"target":122},{"source":127,"target":131},{"source":127,"target":109},{"source":131,"target":122},{"source":128,"target":28},{"source":110,"target":6},{"source":111,"target":6},{"source":111,"target":110},{"source":111,"target":29},{"source":111,"target":132},{"source":111,"target":133},{"source":132,"target":110},{"source":133,"target":29},{"source":112,"target":6},{"source":112,"target":110},{"source":112,"target":13},{"source":112,"target":134},{"source":112,"target":135},{"source":112,"target":136},{"source":134,"target":109},{"source":134,"target":137},{"source":134,"target":112},{"source":137,"target":109},{"source":135,"target":110},{"source":136,"target":13},{"source":7,"target":138},{"source":7,"target":139},{"source":7,"target":140},{"source":7,"target":141},{"source":7,"target":142},{"source":7,"target":143},{"source":7,"target":144},{"source":7,"target":145},{"source":7,"target":0},{"source":138,"target":7},{"source":138,"target":13},{"source":138,"target":146},{"source":138,"target":147},{"source":146,"target":139},{"source":146,"target":148},{"source":146,"target":138},{"source":148,"target":139},{"source":147,"target":13},{"source":139,"target":7},{"source":139,"target":28},{"source":139,"target":149},{"source":139,"target":150},{"source":139,"target":151},{"source":139,"target":152},{"source":149,"target":153},{"source":149,"target":139},{"source":150,"target":141},{"source":150,"target":154},{"source":150,"target":139},{"source":154,"target":141},{"source":151,"target":140},{"source":151,"target":155},{"source":151,"target":139},{"source":155,"target":140},{"source":152,"target":28},{"source":140,"target":7},{"source":140,"target":156},{"source":156,"target":141},{"source":156,"target":157},{"source":156,"target":140},{"source":157,"target":141},{"source":141,"target":7},{"source":141,"target":39},{"source":141,"target":28},{"source":141,"target":158},{"source":141,"target":159},{"source":141,"target":160},{"source":141,"target":161},{"source":158,"target":43},{"source":158,"target":162},{"source":158,"target":141},{"source":162,"target":43},{"source":159,"target":142},{"source":159,"target":163},{"source":159,"target":141},{"source":163,"target":142},{"source":160,"target":39},{"source":161,"target":28},{"source":142,"target":7},{"source":142,"target":28},{"source":142,"target":164},{"source":142,"target":165},{"source":164,"target":166},{"source":164,"target":142},{"source":165,"target":28},{"source":143,"target":7},{"source":143,"target":142},{"source":143,"target":167},{"source":143,"target":168},{"source":143,"target":169},{"source":167,"target":71},{"source":167,"target":170},{"source":167,"target":143},{"source":170,"target":71},{"source":168,"target":39},{"source":168,"target":171},{"source":168,"target":143},{"source":171,"target":39},{"source":169,"target":142},{"source":144,"target":7},{"source":144,"target":142},{"source":144,"target":172},{"source":144,"target":173},{"source":172,"target":141},{"source":172,"target":174},{"source":172,"target":144},{"source":174,"target":141},{"source":173,"target":142},{"source":145,"target":7},{"source":145,"target":144},{"source":145,"target":175},{"source":175,"target":144},{"source":8,"target":176},{"source":8,"target":177},{"source":8,"target":178},{"source":8,"target":179},{"source":8,"target":180},{"source":8,"target":181},{"source":8,"target":182},{"source":8,"target":183},{"source":8,"target":184},{"source":8,"target":185},{"source":8,"target":186},{"source":8,"target":187},{"source":8,"target":188},{"source":8,"target":189},{"source":8,"target":190},{"source":8,"target":191},{"source":8,"target":192},{"source":8,"target":193},{"source":8,"target":194},{"source":8,"target":195},{"source":8,"target":196},{"source":8,"target":197},{"source":8,"target":198},{"source":8,"target":199},{"source":8,"target":200},{"source":8,"target":201},{"source":8,"target":202},{"source":8,"target":203},{"source":8,"target":204},{"source":8,"target":205},{"source":8,"target":206},{"source":8,"target":207},{"source":8,"target":208},{"source":8,"target":209},{"source":8,"target":210},{"source":8,"target":211},{"source":8,"target":212},{"source":8,"target":213},{"source":8,"target":214},{"source":8,"target":0},{"source":176,"target":8},{"source":176,"target":13},{"source":176,"target":215},{"source":176,"target":216},{"source":176,"target":217},{"source":215,"target":179},{"source":215,"target":218},{"source":215,"target":176},{"source":218,"target":179},{"source":216,"target":180},{"source":216,"target":219},{"source":216,"target":176},{"source":219,"target":180},{"source":217,"target":13},{"source":177,"target":8},{"source":177,"target":39},{"source":177,"target":220},{"source":220,"target":39},{"source":178,"target":8},{"source":178,"target":43},{"source":178,"target":177},{"source":178,"target":221},{"source":178,"target":222},{"source":221,"target":43},{"source":222,"target":177},{"source":179,"target":8},{"source":179,"target":28},{"source":179,"target":223},{"source":179,"target":224},{"source":179,"target":225},{"source":179,"target":226},{"source":179,"target":227},{"source":179,"target":228},{"source":179,"target":229},{"source":223,"target":178},{"source":223,"target":230},{"source":223,"target":179},{"source":230,"target":178},{"source":224,"target":231},{"source":224,"target":179},{"source":225,"target":232},{"source":225,"target":233},{"source":225,"target":179},{"source":233,"target":232},{"source":226,"target":234},{"source":226,"target":179},{"source":227,"target":235},{"source":227,"target":179},{"source":228,"target":193},{"source":228,"target":236},{"source":228,"target":179},{"source":236,"target":193},{"source":229,"target":28},{"source":180,"target":8},{"source":180,"target":28},{"source":180,"target":237},{"source":180,"target":238},{"source":180,"target":239},{"source":180,"target":240},{"source":180,"target":241},{"source":180,"target":242},{"source":180,"target":243},{"source":237,"target":178},{"source":237,"target":244},{"source":237,"target":180},{"source":244,"target":178},{"source":238,"target":178},{"source":238,"target":245},{"source":238,"target":180},{"source":245,"target":178},{"source":239,"target":182},{"source":239,"target":246},{"source":239,"target":180},{"source":246,"target":182},{"source":240,"target":195},{"source":240,"target":247},{"source":240,"target":180},{"source":247,"target":195},{"source":241,"target":181},{"source":241,"target":248},{"source":241,"target":180},{"source":248,"target":181},{"source":242,"target":193},{"source":242,"target":249},{"source":242,"target":180},{"source":249,"target":193},{"source":243,"target":28},{"source":181,"target":8},{"source":181,"target":28},{"source":181,"target":250},{"source":181,"target":251},{"source":181,"target":252},{"source":250,"target":253},{"source":250,"target":181},{"source":251,"target":182},{"source":251,"target":254},{"source":251,"target":181},{"source":254,"target":182},{"source":252,"target":28},{"source":182,"target":8},{"source":182,"target":28},{"source":182,"target":255},{"source":255,"target":28},{"source":183,"target":8},{"source":183,"target":182},{"source":183,"target":256},{"source":256,"target":182},{"source":184,"target":8},{"source":184,"target":182},{"source":184,"target":257},{"source":184,"target":258},{"source":184,"target":259},{"source":257,"target":212},{"source":257,"target":260},{"source":257,"target":184},{"source":260,"target":212},{"source":258,"target":192},{"source":258,"target":261},{"source":258,"target":184},{"source":261,"target":192},{"source":259,"target":182},{"source":185,"target":8},{"source":185,"target":184},{"source":185,"target":262},{"source":185,"target":263},{"source":185,"target":264},{"source":262,"target":213},{"source":262,"target":265},{"source":262,"target":185},{"source":265,"target":213},{"source":263,"target":186},{"source":263,"target":266},{"source":263,"target":185},{"source":266,"target":186},{"source":264,"target":184},{"source":186,"target":8},{"source":187,"target":8},{"source":187,"target":186},{"source":187,"target":267},{"source":187,"target":268},{"source":267,"target":269},{"source":267,"target":187},{"source":268,"target":186},{"source":188,"target":8},{"source":188,"target":186},{"source":188,"target":270},{"source":188,"target":271},{"source":270,"target":272},{"source":270,"target":188},{"source":271,"target":186},{"source":189,"target":8},{"source":189,"target":186},{"source":189,"target":273},{"source":189,"target":274},{"source":273,"target":275},{"source":273,"target":189},{"source":274,"target":186},{"source":190,"target":8},{"source":190,"target":186},{"source":190,"target":276},{"source":190,"target":277},{"source":276,"target":278},{"source":276,"target":279},{"source":276,"target":190},{"source":279,"target":278},{"source":277,"target":186},{"source":191,"target":8},{"source":191,"target":186},{"source":191,"target":280},{"source":191,"target":281},{"source":280,"target":282},{"source":280,"target":191},{"source":281,"target":186},{"source":192,"target":8},{"source":192,"target":283},{"source":192,"target":284},{"source":192,"target":285},{"source":283,"target":286},{"source":283,"target":192},{"source":284,"target":232},{"source":284,"target":287},{"source":284,"target":192},{"source":287,"target":232},{"source":285,"target":288},{"source":285,"target":192},{"source":193,"target":8},{"source":193,"target":29},{"source":193,"target":289},{"source":289,"target":29},{"source":194,"target":8},{"source":194,"target":183},{"source":194,"target":290},{"source":194,"target":291},{"source":194,"target":292},{"source":194,"target":293},{"source":194,"target":294},{"source":194,"target":295},{"source":290,"target":204},{"source":290,"target":296},{"source":290,"target":194},{"source":296,"target":204},{"source":291,"target":195},{"source":291,"target":297},{"source":291,"target":194},{"source":297,"target":195},{"source":292,"target":211},{"source":292,"target":298},{"source":292,"target":194},{"source":298,"target":211},{"source":293,"target":211},{"source":293,"target":299},{"source":293,"target":194},{"source":299,"target":211},{"source":294,"target":202},{"source":294,"target":300},{"source":294,"target":194},{"source":294,"target":301},{"source":300,"target":202},{"source":295,"target":183},{"source":195,"target":8},{"source":195,"target":182},{"source":195,"target":302},{"source":302,"target":182},{"source":196,"target":8},{"source":196,"target":195},{"source":196,"target":303},{"source":196,"target":304},{"source":303,"target":213},{"source":303,"target":305},{"source":303,"target":196},{"source":305,"target":213},{"source":304,"target":195},{"source":197,"target":8},{"source":197,"target":195},{"source":197,"target":306},{"source":197,"target":307},{"source":197,"target":308},{"source":306,"target":213},{"source":306,"target":309},{"source":306,"target":197},{"source":309,"target":213},{"source":307,"target":178},{"source":307,"target":310},{"source":307,"target":197},{"source":310,"target":178},{"source":308,"target":195},{"source":198,"target":8},{"source":198,"target":195},{"source":198,"target":311},{"source":198,"target":312},{"source":198,"target":313},{"source":311,"target":213},{"source":311,"target":314},{"source":311,"target":198},{"source":314,"target":213},{"source":312,"target":315},{"source":312,"target":198},{"source":313,"target":195},{"source":199,"target":8},{"source":199,"target":28},{"source":199,"target":316},{"source":316,"target":28},{"source":200,"target":8},{"source":200,"target":199},{"source":200,"target":317},{"source":200,"target":318},{"source":317,"target":183},{"source":317,"target":319},{"source":317,"target":200},{"source":319,"target":183},{"source":318,"target":199},{"source":201,"target":8},{"source":201,"target":199},{"source":201,"target":320},{"source":201,"target":321},{"source":320,"target":183},{"source":320,"target":322},{"source":320,"target":201},{"source":322,"target":183},{"source":321,"target":199},{"source":202,"target":8},{"source":202,"target":184},{"source":202,"target":186},{"source":202,"target":323},{"source":202,"target":301},{"source":202,"target":324},{"source":202,"target":325},{"source":202,"target":326},{"source":202,"target":327},{"source":323,"target":204},{"source":323,"target":328},{"source":323,"target":202},{"source":328,"target":204},{"source":301,"target":194},{"source":301,"target":329},{"source":301,"target":202},{"source":301,"target":294},{"source":329,"target":194},{"source":324,"target":213},{"source":324,"target":330},{"source":324,"target":202},{"source":330,"target":213},{"source":325,"target":206},{"source":325,"target":331},{"source":325,"target":202},{"source":331,"target":206},{"source":326,"target":184},{"source":327,"target":186},{"source":203,"target":8},{"source":203,"target":184},{"source":203,"target":332},{"source":203,"target":333},{"source":203,"target":334},{"source":203,"target":335},{"source":203,"target":336},{"source":332,"target":204},{"source":332,"target":337},{"source":332,"target":203},{"source":337,"target":204},{"source":333,"target":214},{"source":333,"target":338},{"source":333,"target":203},{"source":338,"target":214},{"source":334,"target":214},{"source":334,"target":339},{"source":334,"target":203},{"source":339,"target":214},{"source":335,"target":340},{"source":335,"target":203},{"source":336,"target":184},{"source":204,"target":8},{"source":204,"target":341},{"source":204,"target":342},{"source":204,"target":343},{"source":341,"target":204},{"source":342,"target":204},{"source":343,"target":204},{"source":205,"target":8},{"source":206,"target":8},{"source":206,"target":205},{"source":206,"target":344},{"source":344,"target":205},{"source":207,"target":8},{"source":207,"target":206},{"source":207,"target":345},{"source":207,"target":346},{"source":345,"target":347},{"source":345,"target":207},{"source":346,"target":206},{"source":208,"target":8},{"source":208,"target":206},{"source":208,"target":348},{"source":348,"target":206},{"source":209,"target":8},{"source":209,"target":208},{"source":209,"target":349},{"source":209,"target":350},{"source":349,"target":351},{"source":349,"target":209},{"source":350,"target":208},{"source":210,"target":8},{"source":211,"target":8},{"source":211,"target":210},{"source":211,"target":352},{"source":211,"target":353},{"source":352,"target":43},{"source":352,"target":354},{"source":352,"target":211},{"source":354,"target":43},{"source":353,"target":210},{"source":212,"target":8},{"source":212,"target":210},{"source":212,"target":184},{"source":212,"target":355},{"source":212,"target":356},{"source":212,"target":357},{"source":212,"target":358},{"source":212,"target":359},{"source":355,"target":178},{"source":355,"target":360},{"source":355,"target":212},{"source":360,"target":178},{"source":356,"target":361},{"source":356,"target":212},{"source":357,"target":362},{"source":357,"target":212},{"source":358,"target":210},{"source":359,"target":184},{"source":213,"target":8},{"source":213,"target":210},{"source":213,"target":363},{"source":213,"target":364},{"source":213,"target":365},{"source":213,"target":366},{"source":363,"target":178},{"source":363,"target":367},{"source":363,"target":213},{"source":367,"target":178},{"source":364,"target":368},{"source":364,"target":213},{"source":365,"target":369},{"source":365,"target":213},{"source":366,"target":210},{"source":214,"target":8},{"source":214,"target":210},{"source":214,"target":370},{"source":214,"target":371},{"source":214,"target":372},{"source":214,"target":373},{"source":370,"target":178},{"source":370,"target":374},{"source":370,"target":214},{"source":374,"target":178},{"source":371,"target":375},{"source":371,"target":214},{"source":372,"target":376},{"source":372,"target":214},{"source":373,"target":210},{"source":9,"target":377},{"source":9,"target":378},{"source":9,"target":379},{"source":9,"target":380},{"source":9,"target":381},{"source":9,"target":382},{"source":9,"target":383},{"source":9,"target":384},{"source":9,"target":385},{"source":9,"target":386},{"source":9,"target":387},{"source":9,"target":388},{"source":9,"target":389},{"source":9,"target":390},{"source":9,"target":391},{"source":9,"target":392},{"source":9,"target":393},{"source":9,"target":394},{"source":9,"target":395},{"source":9,"target":396},{"source":9,"target":397},{"source":9,"target":0},{"source":377,"target":9},{"source":377,"target":13},{"source":377,"target":398},{"source":377,"target":399},{"source":377,"target":400},{"source":398,"target":378},{"source":398,"target":401},{"source":398,"target":377},{"source":401,"target":378},{"source":399,"target":383},{"source":399,"target":402},{"source":399,"target":377},{"source":402,"target":383},{"source":400,"target":13},{"source":378,"target":9},{"source":378,"target":28},{"source":378,"target":29},{"source":378,"target":403},{"source":378,"target":404},{"source":378,"target":405},{"source":403,"target":379},{"source":403,"target":406},{"source":403,"target":378},{"source":406,"target":379},{"source":404,"target":28},{"source":405,"target":29},{"source":379,"target":9},{"source":380,"target":9},{"source":380,"target":379},{"source":380,"target":407},{"source":380,"target":408},{"source":380,"target":409},{"source":407,"target":410},{"source":407,"target":380},{"source":408,"target":411},{"source":408,"target":380},{"source":409,"target":379},{"source":381,"target":9},{"source":381,"target":378},{"source":381,"target":412},{"source":381,"target":413},{"source":412,"target":414},{"source":412,"target":415},{"source":412,"target":381},{"source":415,"target":414},{"source":413,"target":378},{"source":382,"target":9},{"source":382,"target":378},{"source":382,"target":416},{"source":382,"target":417},{"source":382,"target":418},{"source":416,"target":43},{"source":416,"target":419},{"source":416,"target":382},{"source":419,"target":43},{"source":417,"target":43},{"source":417,"target":420},{"source":417,"target":382},{"source":420,"target":43},{"source":418,"target":378},{"source":383,"target":9},{"source":383,"target":29},{"source":383,"target":421},{"source":383,"target":422},{"source":421,"target":16},{"source":421,"target":423},{"source":421,"target":383},{"source":423,"target":16},{"source":422,"target":29},{"source":384,"target":9},{"source":384,"target":16},{"source":384,"target":39},{"source":384,"target":424},{"source":384,"target":425},{"source":384,"target":426},{"source":384,"target":427},{"source":424,"target":71},{"source":424,"target":428},{"source":424,"target":384},{"source":428,"target":71},{"source":425,"target":16},{"source":425,"target":429},{"source":425,"target":384},{"source":429,"target":16},{"source":426,"target":16},{"source":427,"target":39},{"source":385,"target":9},{"source":385,"target":384},{"source":385,"target":430},{"source":385,"target":431},{"source":430,"target":378},{"source":430,"target":432},{"source":430,"target":385},{"source":432,"target":378},{"source":431,"target":384},{"source":386,"target":9},{"source":386,"target":384},{"source":386,"target":433},{"source":386,"target":434},{"source":433,"target":71},{"source":433,"target":435},{"source":433,"target":386},{"source":435,"target":71},{"source":434,"target":384},{"source":387,"target":9},{"source":387,"target":16},{"source":387,"target":436},{"source":387,"target":437},{"source":387,"target":438},{"source":436,"target":378},{"source":436,"target":439},{"source":436,"target":387},{"source":439,"target":378},{"source":437,"target":71},{"source":437,"target":440},{"source":437,"target":387},{"source":440,"target":71},{"source":438,"target":16},{"source":388,"target":9},{"source":388,"target":71},{"source":388,"target":441},{"source":388,"target":442},{"source":388,"target":443},{"source":441,"target":378},{"source":441,"target":444},{"source":441,"target":388},{"source":444,"target":378},{"source":442,"target":389},{"source":442,"target":445},{"source":442,"target":388},{"source":445,"target":389},{"source":443,"target":71},{"source":389,"target":9},{"source":390,"target":9},{"source":390,"target":389},{"source":390,"target":446},{"source":390,"target":447},{"source":446,"target":43},{"source":446,"target":448},{"source":446,"target":390},{"source":448,"target":43},{"source":447,"target":389},{"source":391,"target":9},{"source":391,"target":389},{"source":391,"target":449},{"source":391,"target":450},{"source":391,"target":451},{"source":449,"target":452},{"source":449,"target":391},{"source":450,"target":71},{"source":450,"target":453},{"source":450,"target":391},{"source":453,"target":71},{"source":451,"target":389},{"source":392,"target":9},{"source":392,"target":71},{"source":392,"target":454},{"source":392,"target":455},{"source":392,"target":456},{"source":392,"target":457},{"source":392,"target":458},{"source":392,"target":459},{"source":392,"target":460},{"source":392,"target":461},{"source":454,"target":462},{"source":454,"target":392},{"source":455,"target":395},{"source":455,"target":463},{"source":455,"target":392},{"source":463,"target":395},{"source":456,"target":395},{"source":456,"target":464},{"source":456,"target":392},{"source":464,"target":395},{"source":457,"target":396},{"source":457,"target":465},{"source":457,"target":392},{"source":465,"target":396},{"source":458,"target":39},{"source":458,"target":466},{"source":458,"target":392},{"source":466,"target":39},{"source":459,"target":467},{"source":459,"target":392},{"source":460,"target":71},{"source":460,"target":468},{"source":460,"target":392},{"source":468,"target":71},{"source":461,"target":71},{"source":393,"target":9},{"source":393,"target":392},{"source":393,"target":469},{"source":393,"target":470},{"source":393,"target":471},{"source":393,"target":472},{"source":469,"target":71},{"source":469,"target":473},{"source":469,"target":393},{"source":473,"target":71},{"source":470,"target":474},{"source":470,"target":393},{"source":471,"target":475},{"source":471,"target":393},{"source":472,"target":392},{"source":394,"target":9},{"source":394,"target":392},{"source":394,"target":476},{"source":476,"target":392},{"source":395,"target":9},{"source":395,"target":477},{"source":395,"target":478},{"source":477,"target":479},{"source":477,"target":480},{"source":477,"target":395},{"source":480,"target":479},{"source":478,"target":481},{"source":478,"target":395},{"source":396,"target":9},{"source":396,"target":482},{"source":396,"target":483},{"source":482,"target":484},{"source":482,"target":396},{"source":483,"target":71},{"source":483,"target":485},{"source":483,"target":396},{"source":485,"target":71},{"source":397,"target":486},{"source":397,"target":487},{"source":397,"target":9},{"source":486,"target":397},{"source":486,"target":71},{"source":486,"target":488},{"source":486,"target":489},{"source":486,"target":490},{"source":486,"target":491},{"source":488,"target":71},{"source":488,"target":492},{"source":488,"target":486},{"source":492,"target":71},{"source":489,"target":487},{"source":489,"target":493},{"source":489,"target":486},{"source":493,"target":487},{"source":490,"target":479},{"source":490,"target":494},{"source":490,"target":486},{"source":494,"target":479},{"source":491,"target":71},{"source":487,"target":397},{"source":487,"target":495},{"source":487,"target":496},{"source":487,"target":497},{"source":495,"target":498},{"source":495,"target":487},{"source":496,"target":71},{"source":496,"target":499},{"source":496,"target":487},{"source":499,"target":71},{"source":497,"target":71},{"source":497,"target":500},{"source":497,"target":487},{"source":500,"target":71},{"source":10,"target":501},{"source":10,"target":502},{"source":10,"target":503},{"source":10,"target":504},{"source":10,"target":505},{"source":10,"target":506},{"source":10,"target":507},{"source":10,"target":508},{"source":10,"target":509},{"source":10,"target":510},{"source":10,"target":511},{"source":10,"target":512},{"source":10,"target":513},{"source":10,"target":0},{"source":501,"target":10},{"source":501,"target":13},{"source":501,"target":514},{"source":501,"target":515},{"source":514,"target":505},{"source":514,"target":516},{"source":514,"target":501},{"source":516,"target":505},{"source":515,"target":13},{"source":502,"target":10},{"source":502,"target":39},{"source":502,"target":517},{"source":502,"target":518},{"source":517,"target":43},{"source":517,"target":519},{"source":517,"target":502},{"source":519,"target":43},{"source":518,"target":39},{"source":503,"target":10},{"source":503,"target":39},{"source":503,"target":16},{"source":503,"target":520},{"source":503,"target":521},{"source":503,"target":522},{"source":503,"target":523},{"source":520,"target":43},{"source":520,"target":524},{"source":520,"target":503},{"source":524,"target":43},{"source":521,"target":506},{"source":521,"target":525},{"source":521,"target":503},{"source":525,"target":506},{"source":522,"target":39},{"source":523,"target":16},{"source":504,"target":10},{"source":504,"target":503},{"source":504,"target":526},{"source":526,"target":503},{"source":505,"target":10},{"source":505,"target":29},{"source":505,"target":28},{"source":505,"target":527},{"source":505,"target":528},{"source":505,"target":529},{"source":505,"target":530},{"source":527,"target":502},{"source":527,"target":531},{"source":527,"target":505},{"source":531,"target":502},{"source":528,"target":504},{"source":528,"target":532},{"source":528,"target":505},{"source":532,"target":504},{"source":529,"target":29},{"source":530,"target":28},{"source":506,"target":10},{"source":506,"target":16},{"source":506,"target":533},{"source":533,"target":16},{"source":507,"target":10},{"source":507,"target":506},{"source":507,"target":534},{"source":507,"target":535},{"source":507,"target":536},{"source":534,"target":537},{"source":534,"target":507},{"source":535,"target":508},{"source":535,"target":538},{"source":535,"target":507},{"source":538,"target":508},{"source":536,"target":506},{"source":508,"target":10},{"source":508,"target":28},{"source":508,"target":539},{"source":539,"target":28},{"source":509,"target":10},{"source":509,"target":508},{"source":509,"target":540},{"source":509,"target":541},{"source":509,"target":542},{"source":540,"target":510},{"source":540,"target":543},{"source":540,"target":509},{"source":543,"target":510},{"source":541,"target":71},{"source":541,"target":544},{"source":541,"target":509},{"source":544,"target":71},{"source":542,"target":508},{"source":510,"target":10},{"source":510,"target":39},{"source":510,"target":545},{"source":545,"target":39},{"source":511,"target":10},{"source":511,"target":506},{"source":511,"target":39},{"source":511,"target":546},{"source":511,"target":547},{"source":511,"target":548},{"source":511,"target":549},{"source":511,"target":550},{"source":546,"target":551},{"source":546,"target":511},{"source":547,"target":508},{"source":547,"target":552},{"source":547,"target":511},{"source":552,"target":508},{"source":548,"target":553},{"source":548,"target":511},{"source":549,"target":506},{"source":550,"target":39},{"source":512,"target":10},{"source":512,"target":511},{"source":512,"target":554},{"source":512,"target":555},{"source":554,"target":503},{"source":554,"target":556},{"source":554,"target":512},{"source":556,"target":503},{"source":555,"target":511},{"source":513,"target":10},{"source":513,"target":511},{"source":513,"target":557},{"source":513,"target":558},{"source":557,"target":505},{"source":557,"target":559},{"source":557,"target":513},{"source":559,"target":505},{"source":558,"target":511},{"source":11,"target":28},{"source":11,"target":29},{"source":11,"target":560},{"source":11,"target":561},{"source":11,"target":562},{"source":11,"target":563},{"source":11,"target":564},{"source":11,"target":565},{"source":11,"target":566},{"source":11,"target":567},{"source":11,"target":568},{"source":11,"target":569},{"source":11,"target":570},{"source":11,"target":571},{"source":11,"target":122},{"source":11,"target":13},{"source":11,"target":572},{"source":11,"target":479},{"source":11,"target":573},{"source":11,"target":232},{"source":11,"target":574},{"source":11,"target":575},{"source":11,"target":576},{"source":11,"target":39},{"source":11,"target":16},{"source":11,"target":71},{"source":11,"target":577},{"source":11,"target":578},{"source":11,"target":579},{"source":11,"target":580},{"source":11,"target":581},{"source":11,"target":582},{"source":11,"target":583},{"source":11,"target":584},{"source":11,"target":585},{"source":11,"target":586},{"source":11,"target":278},{"source":11,"target":587},{"source":11,"target":588},{"source":11,"target":589},{"source":11,"target":590},{"source":11,"target":591},{"source":11,"target":592},{"source":11,"target":593},{"source":11,"target":414},{"source":11,"target":43},{"source":11,"target":594},{"source":11,"target":58},{"source":11,"target":25},{"source":11,"target":595},{"source":11,"target":596},{"source":11,"target":597},{"source":11,"target":598},{"source":11,"target":599},{"source":11,"target":600},{"source":11,"target":601},{"source":11,"target":602},{"source":11,"target":603},{"source":11,"target":604},{"source":11,"target":605},{"source":11,"target":606},{"source":11,"target":607},{"source":11,"target":0},{"source":28,"target":11},{"source":28,"target":608},{"source":28,"target":609},{"source":28,"target":610},{"source":608,"target":611},{"source":608,"target":28},{"source":609,"target":612},{"source":609,"target":28},{"source":610,"target":613},{"source":610,"target":28},{"source":29,"target":11},{"source":29,"target":614},{"source":614,"target":615},{"source":614,"target":29},{"source":560,"target":11},{"source":560,"target":29},{"source":560,"target":616},{"source":616,"target":29},{"source":561,"target":11},{"source":561,"target":560},{"source":561,"target":617},{"source":617,"target":560},{"source":562,"target":11},{"source":562,"target":28},{"source":562,"target":29},{"source":562,"target":563},{"source":562,"target":618},{"source":562,"target":619},{"source":562,"target":620},{"source":618,"target":28},{"source":619,"target":29},{"source":620,"target":563},{"source":563,"target":11},{"source":563,"target":621},{"source":621,"target":565},{"source":621,"target":622},{"source":621,"target":563},{"source":621,"target":623},{"source":622,"target":565},{"source":564,"target":11},{"source":564,"target":624},{"source":624,"target":568},{"source":624,"target":625},{"source":624,"target":564},{"source":625,"target":568},{"source":565,"target":11},{"source":565,"target":623},{"source":623,"target":563},{"source":623,"target":626},{"source":623,"target":565},{"source":623,"target":621},{"source":626,"target":563},{"source":566,"target":11},{"source":566,"target":565},{"source":566,"target":627},{"source":566,"target":628},{"source":627,"target":629},{"source":627,"target":566},{"source":628,"target":565},{"source":567,"target":11},{"source":567,"target":565},{"source":567,"target":630},{"source":567,"target":631},{"source":630,"target":632},{"source":630,"target":567},{"source":631,"target":565},{"source":568,"target":11},{"source":568,"target":565},{"source":568,"target":633},{"source":633,"target":565},{"source":569,"target":11},{"source":569,"target":568},{"source":569,"target":634},{"source":569,"target":635},{"source":634,"target":636},{"source":634,"target":569},{"source":635,"target":568},{"source":570,"target":11},{"source":570,"target":637},{"source":570,"target":638},{"source":637,"target":639},{"source":637,"target":570},{"source":638,"target":571},{"source":638,"target":640},{"source":638,"target":570},{"source":640,"target":571},{"source":571,"target":11},{"source":122,"target":11},{"source":122,"target":563},{"source":122,"target":641},{"source":641,"target":563},{"source":13,"target":11},{"source":13,"target":562},{"source":13,"target":642},{"source":13,"target":643},{"source":13,"target":644},{"source":13,"target":645},{"source":13,"target":646},{"source":13,"target":647},{"source":13,"target":648},{"source":13,"target":649},{"source":642,"target":479},{"source":642,"target":650},{"source":642,"target":13},{"source":650,"target":479},{"source":643,"target":479},{"source":643,"target":651},{"source":643,"target":13},{"source":651,"target":479},{"source":644,"target":573},{"source":644,"target":652},{"source":644,"target":13},{"source":652,"target":573},{"source":645,"target":598},{"source":645,"target":653},{"source":645,"target":13},{"source":653,"target":598},{"source":646,"target":565},{"source":646,"target":654},{"source":646,"target":13},{"source":654,"target":565},{"source":647,"target":232},{"source":647,"target":655},{"source":647,"target":13},{"source":655,"target":232},{"source":648,"target":574},{"source":648,"target":656},{"source":648,"target":13},{"source":656,"target":574},{"source":649,"target":562},{"source":572,"target":11},{"source":572,"target":13},{"source":572,"target":657},{"source":572,"target":658},{"source":657,"target":13},{"source":657,"target":659},{"source":657,"target":572},{"source":659,"target":13},{"source":658,"target":13},{"source":479,"target":11},{"source":479,"target":560},{"source":479,"target":122},{"source":479,"target":660},{"source":479,"target":661},{"source":660,"target":560},{"source":661,"target":122},{"source":573,"target":11},{"source":573,"target":122},{"source":573,"target":29},{"source":573,"target":662},{"source":573,"target":663},{"source":662,"target":122},{"source":663,"target":29},{"source":232,"target":11},{"source":232,"target":122},{"source":232,"target":664},{"source":232,"target":665},{"source":232,"target":666},{"source":664,"target":667},{"source":664,"target":232},{"source":665,"target":668},{"source":665,"target":232},{"source":666,"target":122},{"source":574,"target":11},{"source":574,"target":122},{"source":574,"target":669},{"source":574,"target":670},{"source":574,"target":671},{"source":574,"target":672},{"source":669,"target":673},{"source":669,"target":574},{"source":670,"target":674},{"source":670,"target":574},{"source":671,"target":575},{"source":671,"target":675},{"source":671,"target":574},{"source":675,"target":575},{"source":672,"target":122},{"source":575,"target":11},{"source":575,"target":676},{"source":676,"target":677},{"source":676,"target":575},{"source":576,"target":11},{"source":576,"target":575},{"source":576,"target":678},{"source":576,"target":679},{"source":678,"target":122},{"source":678,"target":680},{"source":678,"target":576},{"source":680,"target":122},{"source":679,"target":575},{"source":39,"target":11},{"source":39,"target":681},{"source":681,"target":682},{"source":681,"target":39},{"source":16,"target":11},{"source":16,"target":28},{"source":16,"target":683},{"source":683,"target":28},{"source":71,"target":11},{"source":71,"target":16},{"source":71,"target":684},{"source":684,"target":16},{"source":577,"target":11},{"source":577,"target":16},{"source":577,"target":39},{"source":577,"target":685},{"source":577,"target":686},{"source":577,"target":687},{"source":685,"target":71},{"source":685,"target":688},{"source":685,"target":577},{"source":688,"target":71},{"source":686,"target":16},{"source":687,"target":39},{"source":578,"target":11},{"source":578,"target":71},{"source":578,"target":689},{"source":578,"target":690},{"source":578,"target":691},{"source":578,"target":692},{"source":689,"target":693},{"source":689,"target":578},{"source":690,"target":39},{"source":690,"target":694},{"source":690,"target":578},{"source":694,"target":39},{"source":691,"target":71},{"source":691,"target":695},{"source":691,"target":578},{"source":695,"target":71},{"source":692,"target":71},{"source":579,"target":11},{"source":579,"target":43},{"source":579,"target":71},{"source":579,"target":696},{"source":579,"target":697},{"source":696,"target":43},{"source":697,"target":71},{"source":580,"target":11},{"source":580,"target":71},{"source":580,"target":698},{"source":580,"target":699},{"source":698,"target":39},{"source":698,"target":700},{"source":698,"target":580},{"source":700,"target":39},{"source":699,"target":71},{"source":581,"target":11},{"source":581,"target":71},{"source":581,"target":701},{"source":581,"target":702},{"source":581,"target":703},{"source":581,"target":704},{"source":581,"target":705},{"source":701,"target":71},{"source":701,"target":706},{"source":701,"target":581},{"source":706,"target":71},{"source":702,"target":707},{"source":702,"target":581},{"source":703,"target":71},{"source":703,"target":708},{"source":703,"target":581},{"source":708,"target":71},{"source":704,"target":709},{"source":704,"target":581},{"source":705,"target":71},{"source":582,"target":11},{"source":582,"target":71},{"source":582,"target":710},{"source":582,"target":711},{"source":582,"target":712},{"source":710,"target":71},{"source":710,"target":713},{"source":710,"target":582},{"source":713,"target":71},{"source":711,"target":583},{"source":711,"target":714},{"source":711,"target":582},{"source":714,"target":583},{"source":712,"target":71},{"source":583,"target":11},{"source":583,"target":715},{"source":583,"target":716},{"source":715,"target":717},{"source":715,"target":583},{"source":716,"target":71},{"source":716,"target":718},{"source":716,"target":583},{"source":718,"target":71},{"source":584,"target":11},{"source":584,"target":71},{"source":584,"target":719},{"source":584,"target":720},{"source":584,"target":721},{"source":584,"target":722},{"source":719,"target":71},{"source":719,"target":723},{"source":719,"target":584},{"source":723,"target":71},{"source":720,"target":71},{"source":720,"target":724},{"source":720,"target":584},{"source":724,"target":71},{"source":721,"target":587},{"source":721,"target":725},{"source":721,"target":584},{"source":725,"target":587},{"source":722,"target":71},{"source":585,"target":11},{"source":585,"target":71},{"source":585,"target":726},{"source":585,"target":727},{"source":585,"target":728},{"source":726,"target":16},{"source":726,"target":729},{"source":726,"target":585},{"source":729,"target":16},{"source":727,"target":586},{"source":727,"target":730},{"source":727,"target":585},{"source":730,"target":586},{"source":728,"target":71},{"source":586,"target":11},{"source":586,"target":39},{"source":586,"target":731},{"source":731,"target":39},{"source":278,"target":11},{"source":278,"target":71},{"source":278,"target":732},{"source":278,"target":733},{"source":278,"target":734},{"source":278,"target":735},{"source":278,"target":736},{"source":278,"target":737},{"source":732,"target":71},{"source":732,"target":738},{"source":732,"target":278},{"source":738,"target":71},{"source":733,"target":739},{"source":733,"target":278},{"source":734,"target":232},{"source":734,"target":740},{"source":734,"target":278},{"source":740,"target":232},{"source":735,"target":741},{"source":735,"target":278},{"source":736,"target":742},{"source":736,"target":278},{"source":737,"target":71},{"source":587,"target":11},{"source":587,"target":743},{"source":587,"target":744},{"source":587,"target":745},{"source":587,"target":746},{"source":587,"target":747},{"source":743,"target":587},{"source":744,"target":587},{"source":745,"target":587},{"source":746,"target":587},{"source":747,"target":587},{"source":588,"target":11},{"source":588,"target":71},{"source":588,"target":748},{"source":588,"target":749},{"source":588,"target":750},{"source":588,"target":751},{"source":748,"target":589},{"source":748,"target":752},{"source":748,"target":588},{"source":752,"target":589},{"source":749,"target":589},{"source":749,"target":753},{"source":749,"target":588},{"source":753,"target":589},{"source":750,"target":589},{"source":750,"target":754},{"source":750,"target":588},{"source":754,"target":589},{"source":751,"target":71},{"source":589,"target":11},{"source":589,"target":755},{"source":589,"target":756},{"source":755,"target":71},{"source":755,"target":757},{"source":755,"target":589},{"source":757,"target":71},{"source":756,"target":16},{"source":756,"target":758},{"source":756,"target":589},{"source":758,"target":16},{"source":590,"target":11},{"source":590,"target":71},{"source":590,"target":759},{"source":590,"target":760},{"source":759,"target":761},{"source":759,"target":590},{"source":760,"target":71},{"source":591,"target":11},{"source":591,"target":71},{"source":591,"target":762},{"source":591,"target":763},{"source":762,"target":764},{"source":762,"target":591},{"source":763,"target":71},{"source":592,"target":11},{"source":592,"target":71},{"source":592,"target":765},{"source":592,"target":766},{"source":765,"target":767},{"source":765,"target":592},{"source":766,"target":71},{"source":593,"target":11},{"source":593,"target":71},{"source":593,"target":768},{"source":593,"target":769},{"source":768,"target":770},{"source":768,"target":593},{"source":769,"target":71},{"source":414,"target":11},{"source":43,"target":11},{"source":43,"target":414},{"source":43,"target":564},{"source":43,"target":771},{"source":43,"target":772},{"source":43,"target":773},{"source":43,"target":774},{"source":43,"target":775},{"source":771,"target":122},{"source":771,"target":776},{"source":771,"target":43},{"source":776,"target":122},{"source":772,"target":777},{"source":772,"target":43},{"source":773,"target":778},{"source":773,"target":43},{"source":774,"target":414},{"source":775,"target":564},{"source":594,"target":11},{"source":594,"target":414},{"source":594,"target":779},{"source":594,"target":780},{"source":779,"target":596},{"source":779,"target":781},{"source":779,"target":594},{"source":781,"target":596},{"source":780,"target":414},{"source":58,"target":11},{"source":58,"target":782},{"source":782,"target":43},{"source":782,"target":783},{"source":782,"target":58},{"source":783,"target":43},{"source":25,"target":11},{"source":25,"target":562},{"source":25,"target":784},{"source":25,"target":785},{"source":784,"target":596},{"source":784,"target":786},{"source":784,"target":25},{"source":786,"target":596},{"source":785,"target":562},{"source":595,"target":11},{"source":595,"target":560},{"source":595,"target":122},{"source":595,"target":787},{"source":595,"target":788},{"source":787,"target":560},{"source":788,"target":122},{"source":596,"target":11},{"source":596,"target":29},{"source":596,"target":789},{"source":596,"target":790},{"source":789,"target":597},{"source":789,"target":791},{"source":789,"target":596},{"source":791,"target":597},{"source":790,"target":29},{"source":597,"target":11},{"source":597,"target":29},{"source":597,"target":792},{"source":597,"target":793},{"source":792,"target":414},{"source":792,"target":794},{"source":792,"target":597},{"source":794,"target":414},{"source":793,"target":29},{"source":598,"target":11},{"source":598,"target":562},{"source":598,"target":122},{"source":598,"target":795},{"source":598,"target":796},{"source":598,"target":797},{"source":795,"target":599},{"source":795,"target":798},{"source":795,"target":598},{"source":798,"target":599},{"source":796,"target":562},{"source":797,"target":122},{"source":599,"target":11},{"source":599,"target":29},{"source":599,"target":799},{"source":599,"target":800},{"source":799,"target":600},{"source":799,"target":801},{"source":799,"target":599},{"source":801,"target":600},{"source":800,"target":29},{"source":600,"target":11},{"source":600,"target":29},{"source":600,"target":802},{"source":600,"target":803},{"source":600,"target":804},{"source":802,"target":414},{"source":802,"target":805},{"source":802,"target":600},{"source":805,"target":414},{"source":803,"target":806},{"source":803,"target":600},{"source":804,"target":29},{"source":601,"target":11},{"source":601,"target":600},{"source":601,"target":807},{"source":807,"target":600},{"source":602,"target":11},{"source":602,"target":600},{"source":602,"target":808},{"source":808,"target":600},{"source":603,"target":11},{"source":603,"target":71},{"source":603,"target":809},{"source":603,"target":810},{"source":603,"target":811},{"source":603,"target":812},{"source":809,"target":596},{"source":809,"target":813},{"source":809,"target":603},{"source":813,"target":596},{"source":810,"target":604},{"source":810,"target":814},{"source":810,"target":603},{"source":814,"target":604},{"source":811,"target":605},{"source":811,"target":815},{"source":811,"target":603},{"source":815,"target":605},{"source":812,"target":71},{"source":604,"target":11},{"source":604,"target":816},{"source":604,"target":817},{"source":604,"target":818},{"source":816,"target":819},{"source":816,"target":604},{"source":817,"target":597},{"source":817,"target":820},{"source":817,"target":604},{"source":820,"target":597},{"source":818,"target":71},{"source":818,"target":821},{"source":818,"target":604},{"source":821,"target":71},{"source":605,"target":11},{"source":605,"target":822},{"source":605,"target":823},{"source":605,"target":824},{"source":822,"target":605},{"source":823,"target":605},{"source":824,"target":605},{"source":606,"target":11},{"source":606,"target":71},{"source":606,"target":825},{"source":606,"target":826},{"source":606,"target":827},{"source":825,"target":596},{"source":825,"target":828},{"source":825,"target":606},{"source":828,"target":596},{"source":826,"target":607},{"source":826,"target":829},{"source":826,"target":606},{"source":829,"target":607},{"source":827,"target":71},{"source":607,"target":11},{"source":607,"target":830},{"source":607,"target":831},{"source":830,"target":71},{"source":830,"target":832},{"source":830,"target":607},{"source":832,"target":71},{"source":831,"target":597},{"source":831,"target":833},{"source":831,"target":607},{"source":833,"target":597}],"multigraph":true}
ecore
features
repo-ecore-all/data/supersede-project/dyn_adapt/YAFMT/cz.zcu.yafmt.model/model/FeatureConfiguration.ecore
fc FeatureConfiguration getSelectionsById id name version description comment featureModel featureModelCopy root Selection id name description comment parent root present enabled true values selections featureConfiguration feature AttributeValue id name description comment selection attribute BooleanValue value false IntegerValue value 0 DoubleValue value 0.0 StringValue value
<?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="fc" nsURI="http://zcu.cz/yafmt/model/fc" nsPrefix="fc"> <eClassifiers xsi:type="ecore:EClass" name="FeatureConfiguration"> <eOperations name="getSelectionsById"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//Selection"/> </eGenericType> <eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <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="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:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureModel" eType="ecore:EClass FeatureModel.ecore#//FeatureModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureModelCopy" lowerBound="1" eType="ecore:EClass FeatureModel.ecore#//FeatureModel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" lowerBound="1" eType="#//Selection" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" 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="parent" eType="#//Selection" eOpposite="#//Selection/selections"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="root" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="present" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" transient="true" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//AttributeValue" containment="true" eOpposite="#//AttributeValue/selection"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selections" upperBound="-1" eType="#//Selection" containment="true" eOpposite="#//Selection/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureConfiguration" lowerBound="1" eType="#//FeatureConfiguration" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1" eType="ecore:EClass FeatureModel.ecore#//Feature" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeValue" 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="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" 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="selection" lowerBound="1" eType="#//Selection" eOpposite="#//Selection/values"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1" eType="ecore:EClass FeatureModel.ecore#//Attribute" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//AttributeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//AttributeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleValue" eSuperTypes="#//AttributeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//AttributeValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"fc","nsURI":"http://zcu.cz/yafmt/model/fc","name":"fc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureConfiguration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValue","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSelectionsById","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"version","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":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":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":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"featureModel","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":true,"unsettable":false,"transient":false,"unique":true,"name":"featureModelCopy","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":true,"unsettable":false,"transient":false,"unique":true,"name":"root","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EParameter"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":1,"iD":false,"id":28,"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":"description","changeable":false,"lowerBound":0,"iD":false,"id":29,"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":"comment","changeable":false,"lowerBound":0,"iD":false,"id":30,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"root","changeable":false,"lowerBound":1,"iD":false,"id":32,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"present","changeable":false,"lowerBound":0,"iD":false,"id":33,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":true,"unique":true,"name":"enabled","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":"values","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":"selections","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unique":true,"name":"featureConfiguration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":true},{"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":"feature","changeable":false,"resolveProxies":true,"lowerBound":1,"id":38,"derived":true},{"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"},{"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":"selection","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"id","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"name","changeable":false,"lowerBound":1,"iD":false,"id":53,"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":"description","changeable":false,"lowerBound":0,"iD":false,"id":54,"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":"comment","changeable":false,"lowerBound":0,"iD":false,"id":55,"derived":true},{"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":"attribute","changeable":false,"resolveProxies":true,"lowerBound":1,"id":56,"derived":true},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"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":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":8,"target":16},{"source":8,"target":1},{"source":8,"target":17},{"source":16,"target":18},{"source":18,"target":2},{"source":17,"target":19},{"source":17,"target":8},{"source":9,"target":20},{"source":9,"target":1},{"source":10,"target":21},{"source":10,"target":1},{"source":11,"target":22},{"source":11,"target":1},{"source":12,"target":23},{"source":12,"target":1},{"source":13,"target":24},{"source":13,"target":1},{"source":14,"target":25},{"source":14,"target":1},{"source":15,"target":2},{"source":15,"target":26},{"source":15,"target":1},{"source":26,"target":2},{"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":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"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":2},{"source":31,"target":43},{"source":31,"target":2},{"source":31,"target":36},{"source":43,"target":2},{"source":32,"target":44},{"source":32,"target":2},{"source":33,"target":45},{"source":33,"target":2},{"source":34,"target":46},{"source":34,"target":2},{"source":35,"target":3},{"source":35,"target":47},{"source":35,"target":2},{"source":35,"target":48},{"source":47,"target":3},{"source":36,"target":2},{"source":36,"target":49},{"source":36,"target":2},{"source":36,"target":31},{"source":49,"target":2},{"source":37,"target":1},{"source":37,"target":50},{"source":37,"target":2},{"source":50,"target":1},{"source":38,"target":51},{"source":38,"target":2},{"source":3,"target":0},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":48},{"source":3,"target":56},{"source":52,"target":57},{"source":52,"target":3},{"source":53,"target":58},{"source":53,"target":3},{"source":54,"target":59},{"source":54,"target":3},{"source":55,"target":60},{"source":55,"target":3},{"source":48,"target":2},{"source":48,"target":61},{"source":48,"target":3},{"source":48,"target":35},{"source":61,"target":2},{"source":56,"target":62},{"source":56,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":63},{"source":4,"target":64},{"source":63,"target":65},{"source":63,"target":4},{"source":64,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":66},{"source":5,"target":67},{"source":66,"target":68},{"source":66,"target":5},{"source":67,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":69},{"source":6,"target":70},{"source":69,"target":71},{"source":69,"target":6},{"source":70,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":72},{"source":7,"target":73},{"source":72,"target":74},{"source":72,"target":7},{"source":73,"target":3}],"multigraph":true}
ecore
types
repo-ecore-all/data/eclipse/xtext-extras/org.eclipse.xtext.common.types/model/JavaVMTypes.ecore
types JvmIdentifiableElement getIdentifier getSimpleName getQualifiedName getQualifiedName innerClassDelimiter JvmType JvmVoid JvmComponentType arrayType JvmPrimitiveType simpleName JvmArrayType getDimensions componentType JvmDeclaredType getDeclaredOperations getDeclaredFields findAllFeaturesByName simpleName getAllFeatures getExtendedInterfaces getExtendedClass isInstantiateable findAllNestedTypesByName simpleName isLocal getDeclaredConstructors getAllNestedTypes superTypes members abstract static final packageName JvmTypeParameter name declarator JvmTypeParameterDeclarator typeParameters JvmConstraintOwner constraints JvmTypeConstraint getIdentifier getSimpleName getQualifiedName getQualifiedName innerClassDelimiter typeReference owner JvmUpperBound JvmLowerBound JvmAnnotationType JvmEnumerationType literals JvmEnumerationLiteral getEnumType JvmGenericType interface strictFloatingPoint anonymous JvmTypeReference getType getIdentifier getSimpleName getQualifiedName getQualifiedName innerClassDelimiter accept Result visitor accept Parameter Result visitor parameter JvmParameterizedTypeReference arguments type JvmGenericArrayTypeReference getDimensions getType componentType JvmWildcardTypeReference JvmAnyTypeReference type JvmMultiTypeReference JvmMember internalSetIdentifier identifier declaringType visibility simpleName identifier deprecated JvmFeature isStatic localClasses JvmVisibility DEFAULT DEFAULT PRIVATE PRIVATE PROTECTED PROTECTED PUBLIC PUBLIC JvmField getConstantValueAsLong getConstantValueAsInt getConstantValueAsShort getConstantValueAsByte getConstantValueAsDouble getConstantValueAsFloat getConstantValueAsChar getConstantValueAsBoolean getConstantValueAsString static final type volatile transient constant constantValue JvmExecutable parameters exceptions varArgs JvmConstructor JvmOperation static final abstract returnType defaultValue synchronized default native strictFloatingPoint JvmFormalParameter name parameterType JvmAnnotationTarget annotations JvmAnnotationReference getValues annotation explicitValues JvmAnnotationValue getValueName operation JvmIntAnnotationValue values JvmBooleanAnnotationValue values JvmByteAnnotationValue values JvmShortAnnotationValue values JvmLongAnnotationValue values JvmDoubleAnnotationValue values JvmFloatAnnotationValue values JvmCharAnnotationValue values JvmStringAnnotationValue values JvmTypeAnnotationValue values JvmAnnotationAnnotationValue values JvmEnumAnnotationValue values Iterable java.lang.Iterable java.lang.Iterable E JvmDelegateTypeReference delegate JvmSpecializedTypeReference equivalent JvmSynonymTypeReference JvmUnknownTypeReference qualifiedName ITypeReferenceVisitor org.eclipse.xtext.common.types.util.ITypeReferenceVisitor org.eclipse.xtext.common.types.util.ITypeReferenceVisitor Result ITypeReferenceVisitorWithParameter org.eclipse.xtext.common.types.util.ITypeReferenceVisitorWithParameter org.eclipse.xtext.common.types.util.ITypeReferenceVisitorWithParameter Parameter Result JvmCompoundTypeReference type references JvmCustomAnnotationValue values JvmInnerTypeReference outer
<?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="types" nsURI="http://www.eclipse.org/xtext/common/JavaVMTypes" nsPrefix="types"> <eClassifiers xsi:type="ecore:EClass" name="JvmIdentifiableElement" abstract="true"> <eOperations name="getIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>The identifier of a JvmIdentifiableElement is a canonical representation of the element.&lt;/p>&#xA;&lt;p>A type will return its fully qualified name as its identifier with a '$' delimiter for inner classes. &#xA;The identifier of an executables contains the identifiers of their respective parameter types. They do&#xA;not contain any information about type parameters.&lt;/p>&#xA;&lt;p>Examples for identifiers are:&lt;/p>&#xA;&lt;ul>&#xA;&lt;li>java.lang.String for a class&lt;/li>&#xA;&lt;li>java.util.Map$Entry for an inner class&lt;/li>&#xA;&lt;li>java.lang.String.String() for a constructor (note the repeated simple name)&lt;/li>&#xA;&lt;li>java.lang.String.charAt(int) for a method&lt;/li>&#xA;&lt;li>java.lang.String.offset for a field&lt;/li>&#xA;&lt;li>java.lang.Object[][] for an array type&lt;/li>&#xA;&lt;/ul>"/> </eAnnotations> </eOperations> <eOperations name="getSimpleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>The simple name of a JvmIdentifiableElement is short representation of the element.&lt;/p>&#xA;&lt;p>The simple name does not contain any information about type parameters.&lt;/p>&#xA;&lt;p>Examples for simple names are:&lt;/p>&#xA;&lt;ul>&#xA;&lt;li>String for class java.lang.String&lt;/li>&#xA;&lt;li>Entry for class java.util.Map$Entry&lt;/li>&#xA;&lt;li>charAt for method java.lang.String.charAt(int)&lt;/li>&#xA;&lt;li>String for constructor java.lang.String.String(java.lang.String)&lt;/li>&#xA;&lt;/ul>"/> </eAnnotations> </eOperations> <eOperations name="getQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>The qualified name of a JvmIdentifiableElement is a textual representation of the element.&lt;/p>&#xA;&lt;p>The default delimiter character is the '$'.&lt;/p>&#xA;@see #getQualifiedName(char)"/> </eAnnotations> </eOperations> <eOperations name="getQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>The qualified name of a JvmIdentifiableElement is a textual representation of the element.&lt;/p>&#xA;&lt;p>The name does not contain any information about type parameters. Inner classes are delimited by means of &#xA;the given 'innerClassDelimiter'&lt;/p>&#xA;&lt;p>Examples for qualified names with a '$' delimiter are:&lt;/p>&#xA;&lt;ul>&#xA;&lt;li>java.lang.String for class java.lang.String&lt;/li>&#xA;&lt;li>java.util.Map$Entry for class java.util.Map$Entry&lt;/li>&#xA;&lt;li>java.lang.String.charAt for method java.lang.String.charAt(int)&lt;/li>&#xA;&lt;li>java.lang.String.offset for field java.lang.String.offset&lt;/li>&#xA;&lt;li>java.lang.String for a constructor that is identified by java.lang.String.String(java.lang.String)&lt;/li>&#xA;&lt;/ul>"/> </eAnnotations> <eParameters name="innerClassDelimiter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmType" abstract="true" eSuperTypes="#//JvmIdentifiableElement"/> <eClassifiers xsi:type="ecore:EClass" name="JvmVoid" eSuperTypes="#//JvmType"/> <eClassifiers xsi:type="ecore:EClass" name="JvmComponentType" abstract="true" eSuperTypes="#//JvmType"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayType" eType="#//JvmArrayType" containment="true" resolveProxies="false" eOpposite="#//JvmArrayType/componentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmPrimitiveType" eSuperTypes="#//JvmComponentType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmArrayType" eSuperTypes="#//JvmComponentType"> <eOperations name="getDimensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentType" eType="#//JvmComponentType" eOpposite="#//JvmComponentType/arrayType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmDeclaredType" abstract="true" eSuperTypes="#//JvmMember #//JvmComponentType"> <eOperations name="getDeclaredOperations" lowerBound="1"> <eGenericType eClassifier="#//Iterable"> <eTypeArguments eClassifier="#//JvmOperation"/> </eGenericType> </eOperations> <eOperations name="getDeclaredFields" lowerBound="1"> <eGenericType eClassifier="#//Iterable"> <eTypeArguments eClassifier="#//JvmField"/> </eGenericType> </eOperations> <eOperations name="findAllFeaturesByName" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>Returns all the fields and operations with the given simple name.&lt;/p>&#xA;&lt;p>Inherited features will be returend, but overridden features are not contained in the result.&lt;/p>"/> </eAnnotations> <eGenericType eClassifier="#//Iterable"> <eTypeArguments eClassifier="#//JvmFeature"/> </eGenericType> <eParameters name="simpleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getAllFeatures" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>Returns all the fields and operations of this type.&lt;/p>&#xA;&lt;p>Inherited features are included, but overridden features will not be returned.&lt;/p>"/> </eAnnotations> <eGenericType eClassifier="#//Iterable"> <eTypeArguments eClassifier="#//JvmFeature"/> </eGenericType> </eOperations> <eOperations name="getExtendedInterfaces"> <eGenericType eClassifier="#//Iterable"> <eTypeArguments eClassifier="#//JvmTypeReference"/> </eGenericType> </eOperations> <eOperations name="getExtendedClass" eType="#//JvmTypeReference"/> <eOperations name="isInstantiateable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="findAllNestedTypesByName"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>Returns all the nested types with the given simple name.&lt;/p>&#xA;&lt;p>Inherited types will be returned, too.&lt;/p>"/> </eAnnotations> <eGenericType eClassifier="#//Iterable"> <eTypeArguments eClassifier="#//JvmDeclaredType"/> </eGenericType> <eParameters name="simpleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="isLocal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getDeclaredConstructors" lowerBound="1"> <eGenericType eClassifier="#//Iterable"> <eTypeArguments eClassifier="#//JvmConstructor"/> </eGenericType> </eOperations> <eOperations name="getAllNestedTypes" lowerBound="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>Returns all the nested types of this type.&lt;/p>&#xA;&lt;p>Inherited types will also be returned.&lt;/p>"/> </eAnnotations> <eGenericType eClassifier="#//Iterable"> <eTypeArguments eClassifier="#//JvmDeclaredType"/> </eGenericType> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="superTypes" upperBound="-1" eType="#//JvmTypeReference" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//JvmMember" containment="true" resolveProxies="false" eOpposite="#//JvmMember/declaringType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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="JvmTypeParameter" eSuperTypes="#//JvmComponentType #//JvmConstraintOwner"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarator" eType="#//JvmTypeParameterDeclarator" eOpposite="#//JvmTypeParameterDeclarator/typeParameters"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmTypeParameterDeclarator" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//JvmTypeParameter" containment="true" resolveProxies="false" eOpposite="#//JvmTypeParameter/declarator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmConstraintOwner" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//JvmTypeConstraint" containment="true" resolveProxies="false" eOpposite="#//JvmTypeConstraint/owner"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmTypeConstraint" abstract="true"> <eOperations name="getIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>The identifier of a JvmTypeConstraint is a canonical representation of the constraint information.&lt;/p>&#xA;&lt;p>Examples for constraint identifiers are:&lt;/p>&#xA;&lt;ul>&#xA;&lt;li>extends java.util.List&lt;java.lang.Map$Entry&lt;java.lang.Object,java.lang.Object>>&lt;/li>&#xA;&lt;li>super java.lang.Object&lt;/li>&#xA;&lt;/ul>"/> </eAnnotations> </eOperations> <eOperations name="getSimpleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="innerClassDelimiter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="typeReference" eType="#//JvmTypeReference" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//JvmConstraintOwner" eOpposite="#//JvmConstraintOwner/constraints"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmUpperBound" eSuperTypes="#//JvmTypeConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="JvmLowerBound" eSuperTypes="#//JvmTypeConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="JvmAnnotationType" eSuperTypes="#//JvmDeclaredType"/> <eClassifiers xsi:type="ecore:EClass" name="JvmEnumerationType" eSuperTypes="#//JvmDeclaredType"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1" eType="#//JvmEnumerationLiteral" changeable="false" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmEnumerationLiteral" eSuperTypes="#//JvmField"> <eOperations name="getEnumType" eType="#//JvmEnumerationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmGenericType" eSuperTypes="#//JvmDeclaredType #//JvmTypeParameterDeclarator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interface" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strictFloatingPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anonymous" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmTypeReference" abstract="true"> <eOperations name="getType" eType="#//JvmType"/> <eOperations name="getIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>The identifier of a JvmTypeReference is a canonical representation of the referenced type &#xA;including its type arguments.&lt;/p>&#xA;&lt;p>The types fully qualified name is used ('$' is the delimiter for inner types).&lt;/p>&#xA;&lt;p>Examples for reference identifiers are:&lt;/p>&#xA;&lt;ul>&#xA;&lt;li>java.lang.String for a reference to an object type&lt;/li>&#xA;&lt;li>java.util.Map$Entry&lt;java.lang.Object,java.lang.Integer> for a parameterized type&lt;/li>&#xA;&lt;li>java.util.List&lt;? extends java.lang.String>[] for a generic array type&lt;/li>&#xA;&lt;/ul>"/> </eAnnotations> </eOperations> <eOperations name="getSimpleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="getQualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eParameters name="innerClassDelimiter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eOperations> <eOperations name="accept"> <eGenericType eTypeParameter="#//JvmTypeReference/accept/Result"/> <eTypeParameters name="Result"/> <eParameters name="visitor"> <eGenericType eClassifier="#//ITypeReferenceVisitor"> <eTypeArguments eTypeParameter="#//JvmTypeReference/accept/Result"/> </eGenericType> </eParameters> </eOperations> <eOperations name="accept"> <eGenericType eTypeParameter="#//JvmTypeReference/accept.1/Result"/> <eTypeParameters name="Parameter"/> <eTypeParameters name="Result"/> <eParameters name="visitor"> <eGenericType eClassifier="#//ITypeReferenceVisitorWithParameter"> <eTypeArguments eTypeParameter="#//JvmTypeReference/accept.1/Parameter"/> <eTypeArguments eTypeParameter="#//JvmTypeReference/accept.1/Result"/> </eGenericType> </eParameters> <eParameters name="parameter"> <eGenericType eTypeParameter="#//JvmTypeReference/accept.1/Parameter"/> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmParameterizedTypeReference" eSuperTypes="#//JvmTypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//JvmTypeReference" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//JvmType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmGenericArrayTypeReference" eSuperTypes="#//JvmTypeReference"> <eOperations name="getDimensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getType" eType="#//JvmArrayType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="componentType" eType="#//JvmTypeReference" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmWildcardTypeReference" eSuperTypes="#//JvmTypeReference #//JvmConstraintOwner"/> <eClassifiers xsi:type="ecore:EClass" name="JvmAnyTypeReference" eSuperTypes="#//JvmTypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//JvmType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmMultiTypeReference" eSuperTypes="#//JvmCompoundTypeReference"/> <eClassifiers xsi:type="ecore:EClass" name="JvmMember" abstract="true" eSuperTypes="#//JvmAnnotationTarget"> <eOperations name="internalSetIdentifier"> <eParameters name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="declaringType" eType="#//JvmDeclaredType" eOpposite="#//JvmDeclaredType/members"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//JvmVisibility"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="simpleName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deprecated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmFeature" abstract="true" eSuperTypes="#//JvmMember"> <eOperations name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>Returns &lt;code>true&lt;/code> if the feature is a static field or static operation.&lt;/p>&#xA;&#xA;@since 2.4"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="localClasses" upperBound="-1" eType="#//JvmGenericType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="JvmVisibility"> <eLiterals name="DEFAULT"/> <eLiterals name="PRIVATE" value="1"/> <eLiterals name="PROTECTED" value="2"/> <eLiterals name="PUBLIC" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmField" eSuperTypes="#//JvmFeature"> <eOperations name="getConstantValueAsLong" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eOperations name="getConstantValueAsInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eOperations name="getConstantValueAsShort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"/> <eOperations name="getConstantValueAsByte" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/> <eOperations name="getConstantValueAsDouble" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eOperations name="getConstantValueAsFloat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eOperations name="getConstantValueAsChar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> <eOperations name="getConstantValueAsBoolean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="getConstantValueAsString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//JvmTypeReference" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constantValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmExecutable" abstract="true" eSuperTypes="#//JvmFeature #//JvmTypeParameterDeclarator"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//JvmFormalParameter" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#//JvmTypeReference" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varArgs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmConstructor" eSuperTypes="#//JvmExecutable"/> <eClassifiers xsi:type="ecore:EClass" name="JvmOperation" eSuperTypes="#//JvmExecutable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" 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:EReference" name="returnType" eType="#//JvmTypeReference" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//JvmAnnotationValue" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>Returns the default value for the annotation member represented by this JvmOperation instance.&lt;/p>&#xA;&lt;p>Returns null if no default is associated with the member, or if the operation does not represent a declared member of an annotation type.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strictFloatingPoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmFormalParameter" eSuperTypes="#//JvmAnnotationTarget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterType" eType="#//JvmTypeReference" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmAnnotationTarget" abstract="true" eSuperTypes="#//JvmIdentifiableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//JvmAnnotationReference" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmAnnotationReference"> <eOperations name="getValues" upperBound="-1" eType="#//JvmAnnotationValue"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>Returns all annotation values. That is, default values are included if not explicitly given.&lt;/p>"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//JvmAnnotationType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="explicitValues" upperBound="-1" eType="#//JvmAnnotationValue" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>Returns the explicit annotation values. That is, default values are not expected to be contained in that list.&lt;/p>&#xA;&lt;p>Important note: Some implementations don't have enough information about default values on annotations.&#xA;They may choose to consider all available values as explicit values.&lt;/p>"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmAnnotationValue" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>Represents the value of an annotation member.&lt;/p>&#xA;&lt;p>That is, either the default value of an operation as a member of an annotation type, or the &#xA;concrete value in an annotation reference is returned.&lt;/p>"/> </eAnnotations> <eOperations name="getValueName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//JvmOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmIntAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmBooleanAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmByteAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByte"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmShortAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EShort"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmLongAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmDoubleAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmFloatAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmCharAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmStringAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <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="JvmTypeAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//JvmTypeReference" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmAnnotationAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//JvmAnnotationReference" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmEnumAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" unique="false" upperBound="-1" eType="#//JvmEnumerationLiteral"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Iterable" instanceClassName="java.lang.Iterable"> <eTypeParameters name="E"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmDelegateTypeReference" eSuperTypes="#//JvmTypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="delegate" eType="#//JvmTypeReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmSpecializedTypeReference" abstract="true" eSuperTypes="#//JvmTypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="equivalent" eType="#//JvmTypeReference" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmSynonymTypeReference" eSuperTypes="#//JvmCompoundTypeReference"/> <eClassifiers xsi:type="ecore:EClass" name="JvmUnknownTypeReference" eSuperTypes="#//JvmTypeReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&lt;p>Returns the known qualified name of the otherwise unresolveable type. May be &lt;code>null&lt;/code>.&lt;/p>&#xA;&#xA;@since 2.4"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ITypeReferenceVisitor" instanceClassName="org.eclipse.xtext.common.types.util.ITypeReferenceVisitor" serializable="false"> <eTypeParameters name="Result"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ITypeReferenceVisitorWithParameter" instanceClassName="org.eclipse.xtext.common.types.util.ITypeReferenceVisitorWithParameter" serializable="false"> <eTypeParameters name="Parameter"/> <eTypeParameters name="Result"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmCompoundTypeReference" abstract="true" eSuperTypes="#//JvmTypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//JvmType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//JvmTypeReference" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmCustomAnnotationValue" eSuperTypes="#//JvmAnnotationValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JvmInnerTypeReference" eSuperTypes="#//JvmParameterizedTypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="outer" eType="#//JvmParameterizedTypeReference" containment="true" resolveProxies="false"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"types","nsURI":"http://www.eclipse.org/xtext/common/JavaVMTypes","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmIdentifiableElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmType","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmVoid","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmComponentType","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmPrimitiveType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmArrayType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmDeclaredType","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmTypeParameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmTypeParameterDeclarator","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmConstraintOwner","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmTypeConstraint","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmUpperBound","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmLowerBound","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmAnnotationType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmEnumerationType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmEnumerationLiteral","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmGenericType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmTypeReference","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmParameterizedTypeReference","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmGenericArrayTypeReference","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmWildcardTypeReference","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmAnyTypeReference","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmMultiTypeReference","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmMember","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmFeature","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JvmVisibility","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmField","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmExecutable","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmConstructor","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmOperation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmFormalParameter","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmAnnotationTarget","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmAnnotationReference","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmAnnotationValue","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmIntAnnotationValue","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmBooleanAnnotationValue","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmByteAnnotationValue","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmShortAnnotationValue","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmLongAnnotationValue","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmDoubleAnnotationValue","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmFloatAnnotationValue","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmCharAnnotationValue","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmStringAnnotationValue","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmTypeAnnotationValue","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmAnnotationAnnotationValue","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmEnumAnnotationValue","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Iterable","defaultValue":null,"instanceClassName":"java.lang.Iterable","name":"Iterable","instanceClass":"java.lang.Iterable","id":47,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmDelegateTypeReference","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmSpecializedTypeReference","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmSynonymTypeReference","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmUnknownTypeReference","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.xtext.common.types.util.ITypeReferenceVisitor","defaultValue":null,"instanceClassName":"org.eclipse.xtext.common.types.util.ITypeReferenceVisitor","name":"ITypeReferenceVisitor","instanceClass":"org.eclipse.xtext.common.types.util.ITypeReferenceVisitor","id":52,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.xtext.common.types.util.ITypeReferenceVisitorWithParameter","defaultValue":null,"instanceClassName":"org.eclipse.xtext.common.types.util.ITypeReferenceVisitorWithParameter","name":"ITypeReferenceVisitorWithParameter","instanceClass":"org.eclipse.xtext.common.types.util.ITypeReferenceVisitorWithParameter","id":53,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmCompoundTypeReference","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmCustomAnnotationValue","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JvmInnerTypeReference","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIdentifier","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSimpleName","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getQualifiedName","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getQualifiedName","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EOperation"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"innerClassDelimiter","lowerBound":0,"id":65,"many":false,"required":false,"eClass":"EParameter"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"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":"componentType","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":"simpleName","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDimensions","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EOperation"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDeclaredOperations","lowerBound":1,"id":80,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDeclaredFields","lowerBound":1,"id":81,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findAllFeaturesByName","lowerBound":1,"id":82,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllFeatures","lowerBound":1,"id":83,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtendedInterfaces","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExtendedClass","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isInstantiateable","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"findAllNestedTypesByName","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLocal","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDeclaredConstructors","lowerBound":1,"id":89,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllNestedTypes","lowerBound":1,"id":90,"many":false,"required":true,"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":"superTypes","changeable":true,"resolveProxies":false,"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":"members","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"abstract","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":"static","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":"final","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageName","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"simpleName","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"simpleName","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"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":"declaringType","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"},{"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":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":"declarator","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":135,"derived":false},{"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":"constraints","changeable":true,"resolveProxies":false,"lowerBound":0,"id":137,"derived":false},{"id":138,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getIdentifier","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSimpleName","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getQualifiedName","lowerBound":0,"id":142,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getQualifiedName","lowerBound":0,"id":143,"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":"typeReference","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"innerClassDelimiter","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EParameter"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"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":true,"unique":true,"name":"literals","changeable":false,"resolveProxies":true,"lowerBound":0,"id":156,"derived":true},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getEnumType","lowerBound":0,"id":159,"many":false,"required":false,"eClass":"EOperation"},{"id":160,"eClass":"EGenericType"},{"id":161,"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":"interface","changeable":true,"lowerBound":0,"iD":false,"id":162,"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":"strictFloatingPoint","changeable":true,"lowerBound":0,"iD":false,"id":163,"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":"anonymous","changeable":true,"lowerBound":0,"iD":false,"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":"getType","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIdentifier","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSimpleName","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getQualifiedName","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getQualifiedName","lowerBound":0,"id":174,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"accept","lowerBound":0,"id":176,"many":false,"required":false,"eClass":"EOperation"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"innerClassDelimiter","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EParameter"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"name":"Result","id":185,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EParameter"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"name":"Parameter","id":190,"eClass":"ETypeParameter"},{"name":"Result","id":191,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"visitor","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":0,"id":193,"many":false,"required":false,"eClass":"EParameter"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDimensions","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","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":true,"unsettable":false,"transient":false,"unique":true,"name":"componentType","changeable":true,"resolveProxies":false,"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"},{"container":false,"ordered":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":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"internalSetIdentifier","lowerBound":0,"id":216,"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":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"simpleName","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"identifier","changeable":false,"lowerBound":0,"iD":false,"id":219,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"deprecated","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"identifier","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isStatic","lowerBound":0,"id":229,"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":"localClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"name":"DEFAULT","id":234,"value":0,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"PRIVATE","id":235,"value":1,"literal":"PRIVATE","eClass":"EEnumLiteral"},{"name":"PROTECTED","id":236,"value":2,"literal":"PROTECTED","eClass":"EEnumLiteral"},{"name":"PUBLIC","id":237,"value":3,"literal":"PUBLIC","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConstantValueAsLong","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConstantValueAsInt","lowerBound":0,"id":239,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConstantValueAsShort","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConstantValueAsByte","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConstantValueAsDouble","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConstantValueAsFloat","lowerBound":0,"id":243,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConstantValueAsChar","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConstantValueAsBoolean","lowerBound":0,"id":245,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getConstantValueAsString","lowerBound":0,"id":246,"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":"static","changeable":true,"lowerBound":0,"iD":false,"id":247,"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":"final","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"volatile","changeable":true,"lowerBound":0,"iD":false,"id":250,"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":"transient","changeable":true,"lowerBound":0,"iD":false,"id":251,"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":"constant","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constantValue","changeable":true,"lowerBound":0,"iD":false,"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"},{"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"},{"container":false,"ordered":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":271,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":272,"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":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"final","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"abstract","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":"returnType","changeable":true,"resolveProxies":false,"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":"defaultValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synchronized","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"native","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strictFloatingPoint","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"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"},{"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":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":"parameterType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getValues","lowerBound":0,"id":307,"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":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"explicitValues","changeable":true,"resolveProxies":false,"lowerBound":0,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getValueName","lowerBound":0,"id":313,"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":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"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":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"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":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"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":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"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":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"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":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"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":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"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":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"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":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"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":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":false,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"name":"E","id":353,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"delegate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equivalent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"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":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"name":"Result","id":364,"eClass":"ETypeParameter"},{"name":"Parameter","id":365,"eClass":"ETypeParameter"},{"name":"Result","id":366,"eClass":"ETypeParameter"},{"container":false,"ordered":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":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":"references","changeable":true,"resolveProxies":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":1,"target":0},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":1,"target":60},{"source":57,"target":61},{"source":57,"target":1},{"source":58,"target":62},{"source":58,"target":1},{"source":59,"target":63},{"source":59,"target":1},{"source":60,"target":64},{"source":60,"target":1},{"source":60,"target":65},{"source":65,"target":66},{"source":65,"target":60},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":67},{"source":67,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":68},{"source":68,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":69},{"source":4,"target":70},{"source":69,"target":6},{"source":69,"target":71},{"source":69,"target":4},{"source":69,"target":72},{"source":71,"target":6},{"source":70,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":73},{"source":5,"target":74},{"source":73,"target":75},{"source":73,"target":5},{"source":74,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":76},{"source":6,"target":72},{"source":6,"target":77},{"source":76,"target":78},{"source":76,"target":6},{"source":72,"target":4},{"source":72,"target":79},{"source":72,"target":6},{"source":72,"target":69},{"source":79,"target":4},{"source":77,"target":4},{"source":7,"target":0},{"source":7,"target":24},{"source":7,"target":4},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":80,"target":47},{"source":80,"target":99},{"source":80,"target":7},{"source":99,"target":100},{"source":99,"target":47},{"source":100,"target":30},{"source":81,"target":47},{"source":81,"target":101},{"source":81,"target":7},{"source":101,"target":102},{"source":101,"target":47},{"source":102,"target":27},{"source":82,"target":47},{"source":82,"target":103},{"source":82,"target":7},{"source":82,"target":104},{"source":103,"target":105},{"source":103,"target":47},{"source":105,"target":25},{"source":104,"target":106},{"source":104,"target":82},{"source":83,"target":47},{"source":83,"target":107},{"source":83,"target":7},{"source":107,"target":108},{"source":107,"target":47},{"source":108,"target":25},{"source":84,"target":47},{"source":84,"target":109},{"source":84,"target":7},{"source":109,"target":110},{"source":109,"target":47},{"source":110,"target":18},{"source":85,"target":18},{"source":85,"target":111},{"source":85,"target":7},{"source":111,"target":18},{"source":86,"target":112},{"source":86,"target":7},{"source":87,"target":47},{"source":87,"target":113},{"source":87,"target":7},{"source":87,"target":114},{"source":113,"target":115},{"source":113,"target":47},{"source":115,"target":7},{"source":114,"target":116},{"source":114,"target":87},{"source":88,"target":117},{"source":88,"target":7},{"source":89,"target":47},{"source":89,"target":118},{"source":89,"target":7},{"source":118,"target":119},{"source":118,"target":47},{"source":119,"target":29},{"source":90,"target":47},{"source":90,"target":120},{"source":90,"target":7},{"source":120,"target":121},{"source":120,"target":47},{"source":121,"target":7},{"source":91,"target":18},{"source":91,"target":122},{"source":91,"target":7},{"source":122,"target":18},{"source":92,"target":24},{"source":92,"target":123},{"source":92,"target":7},{"source":92,"target":124},{"source":123,"target":24},{"source":93,"target":125},{"source":93,"target":7},{"source":94,"target":126},{"source":94,"target":7},{"source":95,"target":127},{"source":95,"target":7},{"source":96,"target":128},{"source":96,"target":7},{"source":97,"target":24},{"source":98,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":10},{"source":8,"target":129},{"source":8,"target":130},{"source":8,"target":131},{"source":8,"target":132},{"source":129,"target":133},{"source":129,"target":8},{"source":130,"target":9},{"source":130,"target":134},{"source":130,"target":8},{"source":130,"target":135},{"source":134,"target":9},{"source":131,"target":4},{"source":132,"target":10},{"source":9,"target":0},{"source":9,"target":135},{"source":135,"target":8},{"source":135,"target":136},{"source":135,"target":9},{"source":135,"target":130},{"source":136,"target":8},{"source":10,"target":0},{"source":10,"target":137},{"source":137,"target":11},{"source":137,"target":138},{"source":137,"target":10},{"source":137,"target":139},{"source":138,"target":11},{"source":11,"target":0},{"source":11,"target":140},{"source":11,"target":141},{"source":11,"target":142},{"source":11,"target":143},{"source":11,"target":144},{"source":11,"target":139},{"source":140,"target":145},{"source":140,"target":11},{"source":141,"target":146},{"source":141,"target":11},{"source":142,"target":147},{"source":142,"target":11},{"source":143,"target":148},{"source":143,"target":11},{"source":143,"target":149},{"source":149,"target":150},{"source":149,"target":143},{"source":144,"target":18},{"source":144,"target":151},{"source":144,"target":11},{"source":151,"target":18},{"source":139,"target":10},{"source":139,"target":152},{"source":139,"target":11},{"source":139,"target":137},{"source":152,"target":10},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":153},{"source":153,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":154},{"source":154,"target":11},{"source":14,"target":0},{"source":14,"target":7},{"source":14,"target":155},{"source":155,"target":7},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":156},{"source":15,"target":157},{"source":156,"target":16},{"source":156,"target":158},{"source":156,"target":15},{"source":158,"target":16},{"source":157,"target":7},{"source":16,"target":0},{"source":16,"target":27},{"source":16,"target":159},{"source":16,"target":160},{"source":159,"target":15},{"source":159,"target":161},{"source":159,"target":16},{"source":161,"target":15},{"source":160,"target":27},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":9},{"source":17,"target":162},{"source":17,"target":163},{"source":17,"target":164},{"source":17,"target":165},{"source":17,"target":166},{"source":162,"target":167},{"source":162,"target":17},{"source":163,"target":168},{"source":163,"target":17},{"source":164,"target":169},{"source":164,"target":17},{"source":165,"target":7},{"source":166,"target":9},{"source":18,"target":0},{"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":170,"target":2},{"source":170,"target":177},{"source":170,"target":18},{"source":177,"target":2},{"source":171,"target":178},{"source":171,"target":18},{"source":172,"target":179},{"source":172,"target":18},{"source":173,"target":180},{"source":173,"target":18},{"source":174,"target":181},{"source":174,"target":18},{"source":174,"target":182},{"source":182,"target":183},{"source":182,"target":174},{"source":175,"target":184},{"source":175,"target":18},{"source":175,"target":185},{"source":175,"target":186},{"source":184,"target":185},{"source":186,"target":52},{"source":186,"target":187},{"source":186,"target":175},{"source":187,"target":188},{"source":187,"target":52},{"source":188,"target":185},{"source":176,"target":189},{"source":176,"target":18},{"source":176,"target":190},{"source":176,"target":191},{"source":176,"target":192},{"source":176,"target":193},{"source":189,"target":191},{"source":192,"target":53},{"source":192,"target":194},{"source":192,"target":176},{"source":194,"target":195},{"source":194,"target":196},{"source":194,"target":53},{"source":195,"target":190},{"source":196,"target":191},{"source":193,"target":197},{"source":193,"target":176},{"source":197,"target":190},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":198},{"source":19,"target":199},{"source":19,"target":200},{"source":198,"target":18},{"source":198,"target":201},{"source":198,"target":19},{"source":201,"target":18},{"source":199,"target":2},{"source":199,"target":202},{"source":199,"target":19},{"source":202,"target":2},{"source":200,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":203},{"source":20,"target":204},{"source":20,"target":205},{"source":20,"target":206},{"source":203,"target":207},{"source":203,"target":20},{"source":204,"target":6},{"source":204,"target":208},{"source":204,"target":20},{"source":208,"target":6},{"source":205,"target":18},{"source":205,"target":209},{"source":205,"target":20},{"source":209,"target":18},{"source":206,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":10},{"source":21,"target":210},{"source":21,"target":211},{"source":210,"target":18},{"source":211,"target":10},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":212},{"source":22,"target":213},{"source":212,"target":2},{"source":212,"target":214},{"source":212,"target":22},{"source":214,"target":2},{"source":213,"target":18},{"source":23,"target":0},{"source":23,"target":54},{"source":23,"target":215},{"source":215,"target":54},{"source":24,"target":0},{"source":24,"target":32},{"source":24,"target":216},{"source":24,"target":124},{"source":24,"target":217},{"source":24,"target":218},{"source":24,"target":219},{"source":24,"target":220},{"source":24,"target":221},{"source":216,"target":24},{"source":216,"target":222},{"source":222,"target":223},{"source":222,"target":216},{"source":124,"target":7},{"source":124,"target":224},{"source":124,"target":24},{"source":124,"target":92},{"source":224,"target":7},{"source":217,"target":26},{"source":217,"target":225},{"source":217,"target":24},{"source":225,"target":26},{"source":218,"target":226},{"source":218,"target":24},{"source":219,"target":227},{"source":219,"target":24},{"source":220,"target":228},{"source":220,"target":24},{"source":221,"target":32},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":229,"target":232},{"source":229,"target":25},{"source":230,"target":17},{"source":230,"target":233},{"source":230,"target":25},{"source":233,"target":17},{"source":231,"target":24},{"source":26,"target":0},{"source":26,"target":234},{"source":26,"target":235},{"source":26,"target":236},{"source":26,"target":237},{"source":234,"target":26},{"source":235,"target":26},{"source":236,"target":26},{"source":237,"target":26},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":238},{"source":27,"target":239},{"source":27,"target":240},{"source":27,"target":241},{"source":27,"target":242},{"source":27,"target":243},{"source":27,"target":244},{"source":27,"target":245},{"source":27,"target":246},{"source":27,"target":247},{"source":27,"target":248},{"source":27,"target":249},{"source":27,"target":250},{"source":27,"target":251},{"source":27,"target":252},{"source":27,"target":253},{"source":27,"target":254},{"source":238,"target":255},{"source":238,"target":27},{"source":239,"target":256},{"source":239,"target":27},{"source":240,"target":257},{"source":240,"target":27},{"source":241,"target":258},{"source":241,"target":27},{"source":242,"target":259},{"source":242,"target":27},{"source":243,"target":260},{"source":243,"target":27},{"source":244,"target":261},{"source":244,"target":27},{"source":245,"target":262},{"source":245,"target":27},{"source":246,"target":263},{"source":246,"target":27},{"source":247,"target":264},{"source":247,"target":27},{"source":248,"target":265},{"source":248,"target":27},{"source":249,"target":18},{"source":249,"target":266},{"source":249,"target":27},{"source":266,"target":18},{"source":250,"target":267},{"source":250,"target":27},{"source":251,"target":268},{"source":251,"target":27},{"source":252,"target":269},{"source":252,"target":27},{"source":253,"target":270},{"source":253,"target":27},{"source":254,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":9},{"source":28,"target":271},{"source":28,"target":272},{"source":28,"target":273},{"source":28,"target":274},{"source":28,"target":275},{"source":271,"target":31},{"source":271,"target":276},{"source":271,"target":28},{"source":276,"target":31},{"source":272,"target":18},{"source":272,"target":277},{"source":272,"target":28},{"source":277,"target":18},{"source":273,"target":278},{"source":273,"target":28},{"source":274,"target":25},{"source":275,"target":9},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":279},{"source":279,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":280},{"source":30,"target":281},{"source":30,"target":282},{"source":30,"target":283},{"source":30,"target":284},{"source":30,"target":285},{"source":30,"target":286},{"source":30,"target":287},{"source":30,"target":288},{"source":30,"target":289},{"source":280,"target":290},{"source":280,"target":30},{"source":281,"target":291},{"source":281,"target":30},{"source":282,"target":292},{"source":282,"target":30},{"source":283,"target":18},{"source":283,"target":293},{"source":283,"target":30},{"source":293,"target":18},{"source":284,"target":34},{"source":284,"target":294},{"source":284,"target":30},{"source":294,"target":34},{"source":285,"target":295},{"source":285,"target":30},{"source":286,"target":296},{"source":286,"target":30},{"source":287,"target":297},{"source":287,"target":30},{"source":288,"target":298},{"source":288,"target":30},{"source":289,"target":28},{"source":31,"target":0},{"source":31,"target":32},{"source":31,"target":299},{"source":31,"target":300},{"source":31,"target":301},{"source":299,"target":302},{"source":299,"target":31},{"source":300,"target":18},{"source":300,"target":303},{"source":300,"target":31},{"source":303,"target":18},{"source":301,"target":32},{"source":32,"target":0},{"source":32,"target":1},{"source":32,"target":304},{"source":32,"target":305},{"source":304,"target":33},{"source":304,"target":306},{"source":304,"target":32},{"source":306,"target":33},{"source":305,"target":1},{"source":33,"target":0},{"source":33,"target":307},{"source":33,"target":308},{"source":33,"target":309},{"source":307,"target":34},{"source":307,"target":310},{"source":307,"target":33},{"source":310,"target":34},{"source":308,"target":14},{"source":308,"target":311},{"source":308,"target":33},{"source":311,"target":14},{"source":309,"target":34},{"source":309,"target":312},{"source":309,"target":33},{"source":312,"target":34},{"source":34,"target":0},{"source":34,"target":313},{"source":34,"target":314},{"source":313,"target":315},{"source":313,"target":34},{"source":314,"target":30},{"source":314,"target":316},{"source":314,"target":34},{"source":316,"target":30},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":317},{"source":35,"target":318},{"source":317,"target":319},{"source":317,"target":35},{"source":318,"target":34},{"source":36,"target":0},{"source":36,"target":34},{"source":36,"target":320},{"source":36,"target":321},{"source":320,"target":322},{"source":320,"target":36},{"source":321,"target":34},{"source":37,"target":0},{"source":37,"target":34},{"source":37,"target":323},{"source":37,"target":324},{"source":323,"target":325},{"source":323,"target":37},{"source":324,"target":34},{"source":38,"target":0},{"source":38,"target":34},{"source":38,"target":326},{"source":38,"target":327},{"source":326,"target":328},{"source":326,"target":38},{"source":327,"target":34},{"source":39,"target":0},{"source":39,"target":34},{"source":39,"target":329},{"source":39,"target":330},{"source":329,"target":331},{"source":329,"target":39},{"source":330,"target":34},{"source":40,"target":0},{"source":40,"target":34},{"source":40,"target":332},{"source":40,"target":333},{"source":332,"target":334},{"source":332,"target":40},{"source":333,"target":34},{"source":41,"target":0},{"source":41,"target":34},{"source":41,"target":335},{"source":41,"target":336},{"source":335,"target":337},{"source":335,"target":41},{"source":336,"target":34},{"source":42,"target":0},{"source":42,"target":34},{"source":42,"target":338},{"source":42,"target":339},{"source":338,"target":340},{"source":338,"target":42},{"source":339,"target":34},{"source":43,"target":0},{"source":43,"target":34},{"source":43,"target":341},{"source":43,"target":342},{"source":341,"target":343},{"source":341,"target":43},{"source":342,"target":34},{"source":44,"target":0},{"source":44,"target":34},{"source":44,"target":344},{"source":44,"target":345},{"source":344,"target":18},{"source":344,"target":346},{"source":344,"target":44},{"source":346,"target":18},{"source":345,"target":34},{"source":45,"target":0},{"source":45,"target":34},{"source":45,"target":347},{"source":45,"target":348},{"source":347,"target":33},{"source":347,"target":349},{"source":347,"target":45},{"source":349,"target":33},{"source":348,"target":34},{"source":46,"target":0},{"source":46,"target":34},{"source":46,"target":350},{"source":46,"target":351},{"source":350,"target":16},{"source":350,"target":352},{"source":350,"target":46},{"source":352,"target":16},{"source":351,"target":34},{"source":47,"target":0},{"source":47,"target":353},{"source":48,"target":0},{"source":48,"target":18},{"source":48,"target":354},{"source":48,"target":355},{"source":354,"target":18},{"source":354,"target":356},{"source":354,"target":48},{"source":356,"target":18},{"source":355,"target":18},{"source":49,"target":0},{"source":49,"target":18},{"source":49,"target":357},{"source":49,"target":358},{"source":357,"target":18},{"source":357,"target":359},{"source":357,"target":49},{"source":359,"target":18},{"source":358,"target":18},{"source":50,"target":0},{"source":50,"target":54},{"source":50,"target":360},{"source":360,"target":54},{"source":51,"target":0},{"source":51,"target":18},{"source":51,"target":361},{"source":51,"target":362},{"source":361,"target":363},{"source":361,"target":51},{"source":362,"target":18},{"source":52,"target":0},{"source":52,"target":364},{"source":53,"target":0},{"source":53,"target":365},{"source":53,"target":366},{"source":54,"target":0},{"source":54,"target":18},{"source":54,"target":367},{"source":54,"target":368},{"source":54,"target":369},{"source":367,"target":2},{"source":367,"target":370},{"source":367,"target":54},{"source":370,"target":2},{"source":368,"target":18},{"source":368,"target":371},{"source":368,"target":54},{"source":371,"target":18},{"source":369,"target":18},{"source":55,"target":0},{"source":55,"target":34},{"source":55,"target":372},{"source":55,"target":373},{"source":372,"target":374},{"source":372,"target":55},{"source":373,"target":34},{"source":56,"target":0},{"source":56,"target":19},{"source":56,"target":375},{"source":56,"target":376},{"source":375,"target":19},{"source":375,"target":377},{"source":375,"target":56},{"source":377,"target":19},{"source":376,"target":19}],"multigraph":true}
ecore
fault-tree
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/CoWolf/CoWolf/de.uni_stuttgart.iste.cowolf.model.fault_tree/model/FaultTree.ecore
fault_tree Hazard inEvent Gate inputGates inputEvents outputGate outputEvent root Event description inputGate outputGate root name IntermediateEvent instance inEvent outEvent FailureType instance root name FailureInstance type root previousFailure previousError event name BasicEvent instance probability 0 outEvent UndevelopedEvent ErrorType error root name ErrorInstance error type root name OR AND XOR PriorAND Inhibit FaultTree hazard gate event failure_instance failure_type error_instance error_type
<?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="fault_tree" nsURI="http://FaultTree/1.0" nsPrefix="fault_tree"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="commonBase" value="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#/"/> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" 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="Hazard" eSuperTypes="#//Event"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoStandaloneUndevelopedEvent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoStandaloneUndevelopedEvent" value="self.inputGate->size() + self.outputGate->size() + self.inEvent->size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inEvent" eType="#//IntermediateEvent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gate" abstract="true" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoHazardAsInput NoBasicEventAsOutput AtLeastTwoInputs ExactlyOneOutput NoAutoReferencesAllowedInInputGates NoAutoReferencesAllowedInOutputGate"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoHazardAsInput" value="self.inputEvents->forAll(e : Event | (e.oclIsTypeOf(BasicEvent) or e.oclIsTypeOf(IntermediateEvent)) and not e.oclIsTypeOf(Hazard))"/> <details key="NoBasicEventAsOutput" value="self.outputEvent->forAll(e : Event | (e.oclIsTypeOf(IntermediateEvent) or e.oclIsTypeOf(Hazard)) and not e.oclIsTypeOf(BasicEvent))"/> <details key="AtLeastTwoInputs" value="self.inputGates->size() + self.inputEvents->size() >= 2"/> <details key="ExactlyOneOutput" value="self.outputGate->size() + self.outputEvent->size() = 1"/> <details key="NoAutoReferencesAllowedInInputGates" value="if self.inputGates->size() > 0 then self.inputGates->select(g : Gate | g.id = self.id)->size() = 0 else true endif"/> <details key="NoAutoReferencesAllowedInOutputGate" value="if self.outputGate &lt;> null then self.outputGate.id &lt;> self.id else true endif"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="inputGates" upperBound="-1" eType="#//Gate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputEvents" upperBound="-1" eType="#//Event" eOpposite="#//Event/outputGate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputGate" eType="#//Gate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputEvent" eType="#//Event" eOpposite="#//Event/inputGate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//FaultTree" eOpposite="#//FaultTree/gate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" abstract="true" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="EventHasAName"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="EventHasAName" value="self.name->size() > 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inputGate" eType="#//Gate" eOpposite="#//Gate/outputEvent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputGate" eType="#//Gate" eOpposite="#//Gate/inputEvents"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//FaultTree" eOpposite="#//FaultTree/event"/> <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="IntermediateEvent" eSuperTypes="#//Event"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OnlyIntermediateOrBasicEventAsInput NoStandaloneIntermediateEvent OnlyIntermediateOrHazardtAsOutput"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="OnlyIntermediateOrBasicEventAsInput" value="self.inEvent->forAll(e : Event | (e.oclIsTypeOf(IntermediateEvent) or e.oclIsTypeOf(BasicEvent)))"/> <details key="NoStandaloneIntermediateEvent" value="self.inputGate->size() + self.outputGate->size() + self.inEvent->size() + self.outEvent->size()> 0"/> <details key="OnlyIntermediateOrHazardtAsOutput" value="self.outEvent->forAll(e : Event | (e.oclIsTypeOf(IntermediateEvent) or e.oclIsTypeOf(Hazard)))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" upperBound="-1" eType="#//FailureInstance" eOpposite="#//FailureInstance/event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inEvent" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outEvent" eType="#//Event"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FailureType" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" lowerBound="1" upperBound="-1" eType="#//FailureInstance" eOpposite="#//FailureInstance/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//FaultTree" eOpposite="#//FaultTree/failure_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="FailureInstance" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//FailureType" eOpposite="#//FailureType/instance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//FaultTree" eOpposite="#//FaultTree/failure_instance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousFailure" eType="#//FailureInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousError" eType="#//ErrorInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//IntermediateEvent" eOpposite="#//IntermediateEvent/instance"/> <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="BasicEvent" eSuperTypes="#//Event"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoStandaloneBasicEvent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoStandaloneBasicEvent" value="self.inputGate->size() + self.outputGate->size() + self.outEvent->size()> 0"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="instance" upperBound="-1" eType="#//ErrorInstance" eOpposite="#//ErrorInstance/error"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outEvent" eType="#//IntermediateEvent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UndevelopedEvent" eSuperTypes="#//Event"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NoStandaloneUndevelopedEvent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="NoStandaloneUndevelopedEvent" value="self.inputGate->size() + self.outputGate->size() > 0"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ErrorType" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="error" lowerBound="1" upperBound="-1" eType="#//ErrorInstance" eOpposite="#//ErrorInstance/type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//FaultTree" eOpposite="#//FaultTree/error_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="ErrorInstance" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="error" eType="#//BasicEvent" eOpposite="#//BasicEvent/instance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ErrorType" eOpposite="#//ErrorType/error"/> <eStructuralFeatures xsi:type="ecore:EReference" name="root" eType="#//FaultTree" eOpposite="#//FaultTree/error_instance"/> <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="OR" eSuperTypes="#//Gate"/> <eClassifiers xsi:type="ecore:EClass" name="AND" eSuperTypes="#//Gate"/> <eClassifiers xsi:type="ecore:EClass" name="XOR" eSuperTypes="#//Gate"/> <eClassifiers xsi:type="ecore:EClass" name="PriorAND" eSuperTypes="#//Gate"/> <eClassifiers xsi:type="ecore:EClass" name="Inhibit" eSuperTypes="#//Gate"/> <eClassifiers xsi:type="ecore:EClass" name="FaultTree" eSuperTypes="../../de.uni_stuttgart.iste.cowolf.model/model/CommonBase.ecore#//IDBase"> <eStructuralFeatures xsi:type="ecore:EReference" name="hazard" lowerBound="1" eType="#//Hazard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gate" upperBound="-1" eType="#//Gate" containment="true" eOpposite="#//Gate/root"/> <eStructuralFeatures xsi:type="ecore:EReference" name="event" upperBound="-1" eType="#//Event" containment="true" eOpposite="#//Event/root"/> <eStructuralFeatures xsi:type="ecore:EReference" name="failure_instance" upperBound="-1" eType="#//FailureInstance" containment="true" eOpposite="#//FailureInstance/root"/> <eStructuralFeatures xsi:type="ecore:EReference" name="failure_type" upperBound="-1" eType="#//FailureType" containment="true" eOpposite="#//FailureType/root"/> <eStructuralFeatures xsi:type="ecore:EReference" name="error_instance" upperBound="-1" eType="#//ErrorInstance" containment="true" eOpposite="#//ErrorInstance/root"/> <eStructuralFeatures xsi:type="ecore:EReference" name="error_type" upperBound="-1" eType="#//ErrorType" containment="true" eOpposite="#//ErrorType/root"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"fault_tree","nsURI":"http://FaultTree/1.0","name":"fault_tree","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hazard","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntermediateEvent","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FailureInstance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicEvent","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UndevelopedEvent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ErrorInstance","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OR","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AND","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XOR","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriorAND","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Inhibit","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FaultTree","instanceClass":null,"abstract":false,"id":16,"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":"inEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"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":"inputGates","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":"inputEvents","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":"outputGate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outputGate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"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":"inputGate","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":true,"unsettable":false,"transient":false,"unique":true,"name":"gate","changeable":true,"resolveProxies":true,"lowerBound":0,"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},{"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":"root","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":"name","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"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":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inEvent","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"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":"root","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"failure_type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"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":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousFailure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"previousError","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"failure_instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":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":"instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"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":"outEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"error","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"error","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"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":"root","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"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":87,"derived":false},{"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":"error_type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"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":"root","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"error_instance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hazard","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"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":4},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":4},{"source":18,"target":3},{"source":2,"target":0},{"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":20,"target":2},{"source":20,"target":26},{"source":20,"target":2},{"source":26,"target":2},{"source":21,"target":3},{"source":21,"target":27},{"source":21,"target":2},{"source":21,"target":28},{"source":27,"target":3},{"source":22,"target":2},{"source":22,"target":29},{"source":22,"target":2},{"source":29,"target":2},{"source":23,"target":3},{"source":23,"target":30},{"source":23,"target":2},{"source":23,"target":31},{"source":30,"target":3},{"source":24,"target":16},{"source":24,"target":32},{"source":24,"target":2},{"source":24,"target":33},{"source":32,"target":16},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":31},{"source":3,"target":28},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":34,"target":38},{"source":34,"target":3},{"source":31,"target":2},{"source":31,"target":39},{"source":31,"target":3},{"source":31,"target":23},{"source":39,"target":2},{"source":28,"target":2},{"source":28,"target":40},{"source":28,"target":3},{"source":28,"target":21},{"source":40,"target":2},{"source":35,"target":16},{"source":35,"target":41},{"source":35,"target":3},{"source":35,"target":42},{"source":41,"target":16},{"source":36,"target":43},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":44,"target":6},{"source":44,"target":48},{"source":44,"target":4},{"source":44,"target":49},{"source":48,"target":6},{"source":45,"target":3},{"source":45,"target":50},{"source":45,"target":4},{"source":50,"target":3},{"source":46,"target":3},{"source":46,"target":51},{"source":46,"target":4},{"source":51,"target":3},{"source":47,"target":3},{"source":5,"target":0},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":52,"target":6},{"source":52,"target":56},{"source":52,"target":5},{"source":52,"target":57},{"source":56,"target":6},{"source":53,"target":16},{"source":53,"target":58},{"source":53,"target":5},{"source":53,"target":59},{"source":58,"target":16},{"source":54,"target":60},{"source":54,"target":5},{"source":6,"target":0},{"source":6,"target":57},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":49},{"source":6,"target":64},{"source":6,"target":65},{"source":57,"target":5},{"source":57,"target":66},{"source":57,"target":6},{"source":57,"target":52},{"source":66,"target":5},{"source":61,"target":16},{"source":61,"target":67},{"source":61,"target":6},{"source":61,"target":68},{"source":67,"target":16},{"source":62,"target":6},{"source":62,"target":69},{"source":62,"target":6},{"source":69,"target":6},{"source":63,"target":10},{"source":63,"target":70},{"source":63,"target":6},{"source":70,"target":10},{"source":49,"target":4},{"source":49,"target":71},{"source":49,"target":6},{"source":49,"target":44},{"source":71,"target":4},{"source":64,"target":72},{"source":64,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":73,"target":10},{"source":73,"target":77},{"source":73,"target":7},{"source":73,"target":78},{"source":77,"target":10},{"source":74,"target":79},{"source":74,"target":7},{"source":75,"target":4},{"source":75,"target":80},{"source":75,"target":7},{"source":80,"target":4},{"source":76,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":81},{"source":81,"target":3},{"source":9,"target":0},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":82,"target":10},{"source":82,"target":86},{"source":82,"target":9},{"source":82,"target":87},{"source":86,"target":10},{"source":83,"target":16},{"source":83,"target":88},{"source":83,"target":9},{"source":83,"target":89},{"source":88,"target":16},{"source":84,"target":90},{"source":84,"target":9},{"source":10,"target":0},{"source":10,"target":78},{"source":10,"target":87},{"source":10,"target":91},{"source":10,"target":92},{"source":10,"target":93},{"source":78,"target":7},{"source":78,"target":94},{"source":78,"target":10},{"source":78,"target":73},{"source":94,"target":7},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":10},{"source":87,"target":82},{"source":95,"target":9},{"source":91,"target":16},{"source":91,"target":96},{"source":91,"target":10},{"source":91,"target":97},{"source":96,"target":16},{"source":92,"target":98},{"source":92,"target":10},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":99},{"source":99,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":100},{"source":100,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":101},{"source":101,"target":2},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":102},{"source":102,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":103},{"source":103,"target":2},{"source":16,"target":0},{"source":16,"target":104},{"source":16,"target":33},{"source":16,"target":42},{"source":16,"target":68},{"source":16,"target":59},{"source":16,"target":97},{"source":16,"target":89},{"source":16,"target":105},{"source":104,"target":1},{"source":104,"target":106},{"source":104,"target":16},{"source":106,"target":1},{"source":33,"target":2},{"source":33,"target":107},{"source":33,"target":16},{"source":33,"target":24},{"source":107,"target":2},{"source":42,"target":3},{"source":42,"target":108},{"source":42,"target":16},{"source":42,"target":35},{"source":108,"target":3},{"source":68,"target":6},{"source":68,"target":109},{"source":68,"target":16},{"source":68,"target":61},{"source":109,"target":6},{"source":59,"target":5},{"source":59,"target":110},{"source":59,"target":16},{"source":59,"target":53},{"source":110,"target":5},{"source":97,"target":10},{"source":97,"target":111},{"source":97,"target":16},{"source":97,"target":91},{"source":111,"target":10},{"source":89,"target":9},{"source":89,"target":112},{"source":89,"target":16},{"source":89,"target":83},{"source":112,"target":9}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsDataSet3ownedElementHasVisibility.ecore
UML2 VisibilityKind package package private private protected protected public public Class ForkNode ReadVariableAction DeploymentSpecification InteractionOccurrence StartOwnedBehaviorAction EnumerationLiteral BehavioralFeature AnyTrigger Dependency Type ReclassifyObjectAction ApplyFunctionAction Interaction RemoveStructuralFeatureValueAction Node DeployedArtifact TimeExpression ReplyAction InputPin StateInvariant FinalNode ExecutionEnvironment ExpansionRegion InstanceSpecification ActivityFinalNode Action LoopNode InitialNode AddStructuralFeatureValueAction InvocationAction TimeObservationAction WriteLinkAction MergeNode DestroyLinkAction VariableAction CreateLinkAction LiteralBoolean CombinedFragment EventOccurrence StructuredClassifier Realization ReadLinkObjectEndAction Component Classifier GeneralizationSet DestroyObjectAction MessageEnd InteractionFragment Pin Deployment ProtocolStateMachine BehavioredClassifier Vertex LiteralString ReadLinkAction Trigger Actor Reception AssociationClass ExpansionNode Association ObjectNode AcceptEventAction TimeTrigger StructuredActivityNode Abstraction ChangeTrigger ConditionalNode Duration ReadSelfAction Signal State DeploymentTarget InformationFlow DataType IntervalConstraint Pseudostate InstanceValue ReadIsClassifiedObjectAction DurationObservationAction MessageTrigger Model InformationItem Behavior WriteStructuralFeatureAction ProtocolTransition PrimitiveType NamedElement visibility DataStoreNode SignalTrigger Enumeration Stereotype Transition GeneralOrdering SendObjectAction RedefinableTemplateSignature SendSignalAction ReadLinkObjectEndQualifierAction JoinNode ParameterableClassifier AcceptCallAction EncapsulatedClassifier CallOperationAction TestIdentityAction Parameter Continuation Manifestation ControlNode CallAction ClearVariableAction Artifact ParameterSet Profile CommunicationPath ValuePin Device ReadExtentAction CallBehaviorAction Collaboration ValueSpecification BroadcastSignalAction Port PartDecomposition FinalState Property OpaqueExpression Extension ActivityPartition InteractionConstraint CollaborationOccurrence Message ExecutionOccurrence Variable ActivityEdge ObjectFlow Package StateMachine ActivityNode Expression LiteralSpecification Activity Namespace member RaiseExceptionAction ConnectionPointReference Feature Connector LiteralNull ReadStructuralFeatureAction ExtensionPoint DecisionNode Implementation Extend Interface ConnectableElement UseCase CallTrigger DurationConstraint Stop Usage ExtensionEnd CreateObjectAction RemoveVariableValueAction ClearStructuralFeatureAction Interval DurationInterval PackageableElement Lifeline InteractionOperand LiteralInteger StructuralFeatureAction Constraint CentralBufferNode Include Gate Operation TemplateableClassifier ExecutableNode TypedElement Permission OutputPin ClearAssociationAction LinkAction ControlFlow Region Substitution FlowFinalNode StructuralFeature LiteralUnlimitedNatural RedefinableElement TimeConstraint AddVariableValueAction CreateLinkObjectAction TimeInterval WriteVariableAction PrimitiveFunction ActivityParameterNode
<?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:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"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":"ForkNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","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":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","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":"ConditionalNode","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":"ReadSelfAction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","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":"Manifestation","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","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":"InteractionConstraint","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"name":"package","id":199,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":200,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":201,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":202,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"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"},{"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":305,"derived":false},{"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"},{"container":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":"member","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"},{"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"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":1,"target":0},{"source":1,"target":199},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":199,"target":1},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":2,"target":0},{"source":2,"target":54},{"source":2,"target":104},{"source":2,"target":203},{"source":2,"target":204},{"source":203,"target":54},{"source":204,"target":104},{"source":3,"target":0},{"source":3,"target":110},{"source":3,"target":205},{"source":205,"target":110},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":206},{"source":206,"target":37},{"source":5,"target":0},{"source":5,"target":113},{"source":5,"target":207},{"source":207,"target":113},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":208},{"source":208,"target":50},{"source":7,"target":0},{"source":7,"target":28},{"source":7,"target":209},{"source":209,"target":28},{"source":8,"target":0},{"source":8,"target":26},{"source":8,"target":210},{"source":210,"target":26},{"source":9,"target":0},{"source":9,"target":144},{"source":9,"target":147},{"source":9,"target":211},{"source":9,"target":212},{"source":211,"target":144},{"source":212,"target":147},{"source":10,"target":0},{"source":10,"target":83},{"source":10,"target":213},{"source":213,"target":83},{"source":11,"target":0},{"source":11,"target":168},{"source":11,"target":214},{"source":214,"target":168},{"source":12,"target":0},{"source":12,"target":168},{"source":12,"target":215},{"source":215,"target":168},{"source":13,"target":0},{"source":13,"target":28},{"source":13,"target":216},{"source":216,"target":28},{"source":14,"target":0},{"source":14,"target":28},{"source":14,"target":217},{"source":217,"target":28},{"source":15,"target":0},{"source":15,"target":86},{"source":15,"target":50},{"source":15,"target":218},{"source":15,"target":219},{"source":218,"target":86},{"source":219,"target":50},{"source":16,"target":0},{"source":16,"target":87},{"source":16,"target":220},{"source":220,"target":87},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":75},{"source":17,"target":221},{"source":17,"target":222},{"source":221,"target":2},{"source":222,"target":75},{"source":18,"target":0},{"source":18,"target":90},{"source":18,"target":223},{"source":223,"target":90},{"source":19,"target":0},{"source":19,"target":122},{"source":19,"target":224},{"source":224,"target":122},{"source":20,"target":0},{"source":20,"target":28},{"source":20,"target":225},{"source":225,"target":28},{"source":21,"target":0},{"source":21,"target":51},{"source":21,"target":226},{"source":226,"target":51},{"source":22,"target":0},{"source":22,"target":50},{"source":22,"target":227},{"source":227,"target":50},{"source":23,"target":0},{"source":23,"target":110},{"source":23,"target":228},{"source":228,"target":110},{"source":24,"target":0},{"source":24,"target":17},{"source":24,"target":229},{"source":229,"target":17},{"source":25,"target":0},{"source":25,"target":67},{"source":25,"target":230},{"source":230,"target":67},{"source":26,"target":0},{"source":26,"target":168},{"source":26,"target":75},{"source":26,"target":18},{"source":26,"target":231},{"source":26,"target":232},{"source":26,"target":233},{"source":231,"target":168},{"source":232,"target":75},{"source":233,"target":18},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":234},{"source":234,"target":23},{"source":28,"target":0},{"source":28,"target":179},{"source":28,"target":235},{"source":235,"target":179},{"source":29,"target":0},{"source":29,"target":67},{"source":29,"target":236},{"source":236,"target":67},{"source":30,"target":0},{"source":30,"target":110},{"source":30,"target":237},{"source":237,"target":110},{"source":31,"target":0},{"source":31,"target":87},{"source":31,"target":238},{"source":238,"target":87},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":239},{"source":239,"target":28},{"source":33,"target":0},{"source":33,"target":87},{"source":33,"target":240},{"source":240,"target":87},{"source":34,"target":0},{"source":34,"target":184},{"source":34,"target":241},{"source":241,"target":184},{"source":35,"target":0},{"source":35,"target":110},{"source":35,"target":242},{"source":242,"target":110},{"source":36,"target":0},{"source":36,"target":34},{"source":36,"target":243},{"source":243,"target":34},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":244},{"source":244,"target":28},{"source":38,"target":0},{"source":38,"target":34},{"source":38,"target":245},{"source":245,"target":34},{"source":39,"target":0},{"source":39,"target":142},{"source":39,"target":246},{"source":246,"target":142},{"source":40,"target":0},{"source":40,"target":50},{"source":40,"target":247},{"source":247,"target":50},{"source":41,"target":0},{"source":41,"target":50},{"source":41,"target":49},{"source":41,"target":248},{"source":41,"target":249},{"source":248,"target":50},{"source":249,"target":49},{"source":42,"target":0},{"source":42,"target":46},{"source":42,"target":250},{"source":250,"target":46},{"source":43,"target":0},{"source":43,"target":68},{"source":43,"target":251},{"source":251,"target":68},{"source":44,"target":0},{"source":44,"target":28},{"source":44,"target":252},{"source":252,"target":28},{"source":45,"target":0},{"source":45,"target":2},{"source":45,"target":253},{"source":253,"target":2},{"source":46,"target":0},{"source":46,"target":144},{"source":46,"target":12},{"source":46,"target":191},{"source":46,"target":254},{"source":46,"target":255},{"source":46,"target":256},{"source":254,"target":144},{"source":255,"target":12},{"source":256,"target":191},{"source":47,"target":0},{"source":47,"target":168},{"source":47,"target":257},{"source":257,"target":168},{"source":48,"target":0},{"source":48,"target":28},{"source":48,"target":258},{"source":258,"target":28},{"source":49,"target":0},{"source":49,"target":90},{"source":49,"target":259},{"source":259,"target":90},{"source":50,"target":0},{"source":50,"target":90},{"source":50,"target":260},{"source":260,"target":90},{"source":51,"target":0},{"source":51,"target":64},{"source":51,"target":261},{"source":261,"target":64},{"source":52,"target":0},{"source":52,"target":11},{"source":52,"target":262},{"source":262,"target":11},{"source":53,"target":0},{"source":53,"target":139},{"source":53,"target":263},{"source":263,"target":139},{"source":54,"target":0},{"source":54,"target":46},{"source":54,"target":264},{"source":264,"target":46},{"source":55,"target":0},{"source":55,"target":90},{"source":55,"target":265},{"source":265,"target":90},{"source":56,"target":0},{"source":56,"target":142},{"source":56,"target":266},{"source":266,"target":142},{"source":57,"target":0},{"source":57,"target":184},{"source":57,"target":267},{"source":267,"target":184},{"source":58,"target":0},{"source":58,"target":90},{"source":58,"target":268},{"source":268,"target":90},{"source":59,"target":0},{"source":59,"target":46},{"source":59,"target":269},{"source":269,"target":46},{"source":60,"target":0},{"source":60,"target":9},{"source":60,"target":270},{"source":270,"target":9},{"source":61,"target":0},{"source":61,"target":2},{"source":61,"target":63},{"source":61,"target":271},{"source":61,"target":272},{"source":271,"target":2},{"source":272,"target":63},{"source":62,"target":0},{"source":62,"target":64},{"source":62,"target":273},{"source":273,"target":64},{"source":63,"target":0},{"source":63,"target":46},{"source":63,"target":274},{"source":274,"target":46},{"source":64,"target":0},{"source":64,"target":140},{"source":64,"target":180},{"source":64,"target":275},{"source":64,"target":276},{"source":275,"target":140},{"source":276,"target":180},{"source":65,"target":0},{"source":65,"target":28},{"source":65,"target":277},{"source":277,"target":28},{"source":66,"target":0},{"source":66,"target":58},{"source":66,"target":278},{"source":278,"target":58},{"source":67,"target":0},{"source":67,"target":28},{"source":67,"target":144},{"source":67,"target":279},{"source":67,"target":280},{"source":279,"target":28},{"source":280,"target":144},{"source":68,"target":0},{"source":68,"target":11},{"source":68,"target":281},{"source":281,"target":11},{"source":69,"target":0},{"source":69,"target":58},{"source":69,"target":282},{"source":282,"target":58},{"source":70,"target":0},{"source":70,"target":67},{"source":70,"target":283},{"source":283,"target":67},{"source":71,"target":0},{"source":71,"target":122},{"source":71,"target":284},{"source":284,"target":122},{"source":72,"target":0},{"source":72,"target":28},{"source":72,"target":285},{"source":285,"target":28},{"source":73,"target":0},{"source":73,"target":46},{"source":73,"target":286},{"source":286,"target":46},{"source":74,"target":0},{"source":74,"target":144},{"source":74,"target":191},{"source":74,"target":55},{"source":74,"target":287},{"source":74,"target":288},{"source":74,"target":289},{"source":287,"target":144},{"source":288,"target":191},{"source":289,"target":55},{"source":75,"target":0},{"source":75,"target":90},{"source":75,"target":290},{"source":290,"target":90},{"source":76,"target":0},{"source":76,"target":168},{"source":76,"target":291},{"source":291,"target":168},{"source":77,"target":0},{"source":77,"target":46},{"source":77,"target":292},{"source":292,"target":46},{"source":78,"target":0},{"source":78,"target":173},{"source":78,"target":293},{"source":293,"target":173},{"source":79,"target":0},{"source":79,"target":55},{"source":79,"target":294},{"source":294,"target":55},{"source":80,"target":0},{"source":80,"target":122},{"source":80,"target":295},{"source":295,"target":122},{"source":81,"target":0},{"source":81,"target":28},{"source":81,"target":296},{"source":296,"target":28},{"source":82,"target":0},{"source":82,"target":87},{"source":82,"target":297},{"source":297,"target":87},{"source":83,"target":0},{"source":83,"target":58},{"source":83,"target":298},{"source":298,"target":58},{"source":84,"target":0},{"source":84,"target":138},{"source":84,"target":299},{"source":299,"target":138},{"source":85,"target":0},{"source":85,"target":46},{"source":85,"target":300},{"source":300,"target":46},{"source":86,"target":0},{"source":86,"target":2},{"source":86,"target":301},{"source":301,"target":2},{"source":87,"target":0},{"source":87,"target":172},{"source":87,"target":302},{"source":302,"target":172},{"source":88,"target":0},{"source":88,"target":95},{"source":88,"target":303},{"source":303,"target":95},{"source":89,"target":0},{"source":89,"target":77},{"source":89,"target":304},{"source":304,"target":77},{"source":90,"target":0},{"source":90,"target":305},{"source":305,"target":1},{"source":305,"target":306},{"source":305,"target":90},{"source":306,"target":1},{"source":91,"target":0},{"source":91,"target":174},{"source":91,"target":307},{"source":307,"target":174},{"source":92,"target":0},{"source":92,"target":83},{"source":92,"target":308},{"source":308,"target":83},{"source":93,"target":0},{"source":93,"target":77},{"source":93,"target":309},{"source":309,"target":77},{"source":94,"target":0},{"source":94,"target":2},{"source":94,"target":310},{"source":310,"target":2},{"source":95,"target":0},{"source":95,"target":191},{"source":95,"target":311},{"source":311,"target":191},{"source":96,"target":0},{"source":96,"target":90},{"source":96,"target":312},{"source":312,"target":90},{"source":97,"target":0},{"source":97,"target":32},{"source":97,"target":313},{"source":313,"target":32},{"source":98,"target":0},{"source":98,"target":191},{"source":98,"target":314},{"source":314,"target":191},{"source":99,"target":0},{"source":99,"target":32},{"source":99,"target":315},{"source":315,"target":32},{"source":100,"target":0},{"source":100,"target":28},{"source":100,"target":316},{"source":316,"target":28},{"source":101,"target":0},{"source":101,"target":110},{"source":101,"target":317},{"source":317,"target":110},{"source":102,"target":0},{"source":102,"target":46},{"source":102,"target":318},{"source":318,"target":46},{"source":103,"target":0},{"source":103,"target":65},{"source":103,"target":319},{"source":319,"target":65},{"source":104,"target":0},{"source":104,"target":42},{"source":104,"target":320},{"source":320,"target":42},{"source":105,"target":0},{"source":105,"target":111},{"source":105,"target":321},{"source":321,"target":111},{"source":106,"target":0},{"source":106,"target":28},{"source":106,"target":322},{"source":322,"target":28},{"source":107,"target":0},{"source":107,"target":156},{"source":107,"target":180},{"source":107,"target":323},{"source":107,"target":324},{"source":323,"target":156},{"source":324,"target":180},{"source":108,"target":0},{"source":108,"target":50},{"source":108,"target":325},{"source":325,"target":50},{"source":109,"target":0},{"source":109,"target":68},{"source":109,"target":326},{"source":326,"target":68},{"source":110,"target":0},{"source":110,"target":140},{"source":110,"target":327},{"source":327,"target":140},{"source":111,"target":0},{"source":111,"target":32},{"source":111,"target":328},{"source":328,"target":32},{"source":112,"target":0},{"source":112,"target":37},{"source":112,"target":329},{"source":329,"target":37},{"source":113,"target":0},{"source":113,"target":46},{"source":113,"target":18},{"source":113,"target":330},{"source":113,"target":331},{"source":330,"target":46},{"source":331,"target":18},{"source":114,"target":0},{"source":114,"target":90},{"source":114,"target":332},{"source":332,"target":90},{"source":115,"target":0},{"source":115,"target":138},{"source":115,"target":333},{"source":333,"target":138},{"source":116,"target":0},{"source":116,"target":63},{"source":116,"target":334},{"source":334,"target":63},{"source":117,"target":0},{"source":117,"target":21},{"source":117,"target":335},{"source":335,"target":21},{"source":118,"target":0},{"source":118,"target":17},{"source":118,"target":336},{"source":336,"target":17},{"source":119,"target":0},{"source":119,"target":28},{"source":119,"target":337},{"source":337,"target":28},{"source":120,"target":0},{"source":120,"target":111},{"source":120,"target":338},{"source":338,"target":111},{"source":121,"target":0},{"source":121,"target":54},{"source":121,"target":42},{"source":121,"target":339},{"source":121,"target":340},{"source":339,"target":54},{"source":340,"target":42},{"source":122,"target":0},{"source":122,"target":180},{"source":122,"target":341},{"source":341,"target":180},{"source":123,"target":0},{"source":123,"target":32},{"source":123,"target":342},{"source":342,"target":32},{"source":124,"target":0},{"source":124,"target":127},{"source":124,"target":343},{"source":343,"target":127},{"source":125,"target":0},{"source":125,"target":6},{"source":125,"target":344},{"source":344,"target":6},{"source":126,"target":0},{"source":126,"target":74},{"source":126,"target":345},{"source":345,"target":74},{"source":127,"target":0},{"source":127,"target":189},{"source":127,"target":156},{"source":127,"target":75},{"source":127,"target":346},{"source":127,"target":347},{"source":127,"target":348},{"source":346,"target":189},{"source":347,"target":156},{"source":348,"target":75},{"source":128,"target":0},{"source":128,"target":122},{"source":128,"target":349},{"source":349,"target":122},{"source":129,"target":0},{"source":129,"target":63},{"source":129,"target":350},{"source":350,"target":63},{"source":130,"target":0},{"source":130,"target":90},{"source":130,"target":351},{"source":351,"target":90},{"source":131,"target":0},{"source":131,"target":173},{"source":131,"target":352},{"source":352,"target":173},{"source":132,"target":0},{"source":132,"target":90},{"source":132,"target":353},{"source":353,"target":90},{"source":133,"target":0},{"source":133,"target":90},{"source":133,"target":354},{"source":354,"target":90},{"source":134,"target":0},{"source":134,"target":50},{"source":134,"target":355},{"source":355,"target":50},{"source":135,"target":0},{"source":135,"target":156},{"source":135,"target":180},{"source":135,"target":356},{"source":135,"target":357},{"source":356,"target":156},{"source":357,"target":180},{"source":136,"target":0},{"source":136,"target":191},{"source":136,"target":358},{"source":358,"target":191},{"source":137,"target":0},{"source":137,"target":136},{"source":137,"target":359},{"source":359,"target":136},{"source":138,"target":0},{"source":138,"target":144},{"source":138,"target":168},{"source":138,"target":360},{"source":138,"target":361},{"source":360,"target":144},{"source":361,"target":168},{"source":139,"target":0},{"source":139,"target":86},{"source":139,"target":362},{"source":362,"target":86},{"source":140,"target":0},{"source":140,"target":191},{"source":140,"target":363},{"source":363,"target":191},{"source":141,"target":0},{"source":141,"target":128},{"source":141,"target":364},{"source":364,"target":128},{"source":142,"target":0},{"source":142,"target":122},{"source":142,"target":365},{"source":365,"target":122},{"source":143,"target":0},{"source":143,"target":86},{"source":143,"target":366},{"source":366,"target":86},{"source":144,"target":0},{"source":144,"target":90},{"source":144,"target":367},{"source":144,"target":368},{"source":367,"target":90},{"source":367,"target":369},{"source":367,"target":144},{"source":369,"target":90},{"source":368,"target":90},{"source":145,"target":0},{"source":145,"target":28},{"source":145,"target":370},{"source":370,"target":28},{"source":146,"target":0},{"source":146,"target":55},{"source":146,"target":371},{"source":371,"target":55},{"source":147,"target":0},{"source":147,"target":191},{"source":147,"target":372},{"source":372,"target":191},{"source":148,"target":0},{"source":148,"target":147},{"source":148,"target":373},{"source":373,"target":147},{"source":149,"target":0},{"source":149,"target":142},{"source":149,"target":374},{"source":374,"target":142},{"source":150,"target":0},{"source":150,"target":172},{"source":150,"target":375},{"source":375,"target":172},{"source":151,"target":0},{"source":151,"target":191},{"source":151,"target":376},{"source":376,"target":191},{"source":152,"target":0},{"source":152,"target":110},{"source":152,"target":377},{"source":377,"target":110},{"source":153,"target":0},{"source":153,"target":43},{"source":153,"target":378},{"source":378,"target":43},{"source":154,"target":0},{"source":154,"target":90},{"source":154,"target":379},{"source":379,"target":90},{"source":155,"target":0},{"source":155,"target":46},{"source":155,"target":380},{"source":380,"target":46},{"source":156,"target":0},{"source":156,"target":90},{"source":156,"target":381},{"source":381,"target":90},{"source":157,"target":0},{"source":157,"target":54},{"source":157,"target":382},{"source":382,"target":54},{"source":158,"target":0},{"source":158,"target":83},{"source":158,"target":383},{"source":383,"target":83},{"source":159,"target":0},{"source":159,"target":78},{"source":159,"target":384},{"source":384,"target":78},{"source":160,"target":0},{"source":160,"target":41},{"source":160,"target":385},{"source":385,"target":41},{"source":161,"target":0},{"source":161,"target":11},{"source":161,"target":386},{"source":386,"target":11},{"source":162,"target":0},{"source":162,"target":127},{"source":162,"target":387},{"source":387,"target":127},{"source":163,"target":0},{"source":163,"target":28},{"source":163,"target":388},{"source":388,"target":28},{"source":164,"target":0},{"source":164,"target":196},{"source":164,"target":389},{"source":389,"target":196},{"source":165,"target":0},{"source":165,"target":172},{"source":165,"target":390},{"source":390,"target":172},{"source":166,"target":0},{"source":166,"target":122},{"source":166,"target":391},{"source":391,"target":122},{"source":167,"target":0},{"source":167,"target":166},{"source":167,"target":392},{"source":392,"target":166},{"source":168,"target":0},{"source":168,"target":90},{"source":168,"target":393},{"source":393,"target":90},{"source":169,"target":0},{"source":169,"target":90},{"source":169,"target":394},{"source":394,"target":90},{"source":170,"target":0},{"source":170,"target":144},{"source":170,"target":50},{"source":170,"target":395},{"source":170,"target":396},{"source":395,"target":144},{"source":396,"target":50},{"source":171,"target":0},{"source":171,"target":142},{"source":171,"target":397},{"source":397,"target":142},{"source":172,"target":0},{"source":172,"target":28},{"source":172,"target":398},{"source":398,"target":28},{"source":173,"target":0},{"source":173,"target":168},{"source":173,"target":399},{"source":399,"target":168},{"source":174,"target":0},{"source":174,"target":64},{"source":174,"target":400},{"source":400,"target":64},{"source":175,"target":0},{"source":175,"target":90},{"source":175,"target":401},{"source":401,"target":90},{"source":176,"target":0},{"source":176,"target":49},{"source":176,"target":402},{"source":402,"target":49},{"source":177,"target":0},{"source":177,"target":9},{"source":177,"target":180},{"source":177,"target":403},{"source":177,"target":404},{"source":403,"target":9},{"source":404,"target":180},{"source":178,"target":0},{"source":178,"target":46},{"source":178,"target":405},{"source":405,"target":46},{"source":179,"target":0},{"source":179,"target":140},{"source":179,"target":406},{"source":406,"target":140},{"source":180,"target":0},{"source":180,"target":90},{"source":180,"target":407},{"source":407,"target":90},{"source":181,"target":0},{"source":181,"target":11},{"source":181,"target":408},{"source":408,"target":11},{"source":182,"target":0},{"source":182,"target":51},{"source":182,"target":409},{"source":409,"target":51},{"source":183,"target":0},{"source":183,"target":28},{"source":183,"target":410},{"source":410,"target":28},{"source":184,"target":0},{"source":184,"target":28},{"source":184,"target":411},{"source":411,"target":28},{"source":185,"target":0},{"source":185,"target":136},{"source":185,"target":412},{"source":412,"target":136},{"source":186,"target":0},{"source":186,"target":144},{"source":186,"target":191},{"source":186,"target":413},{"source":186,"target":414},{"source":413,"target":144},{"source":414,"target":191},{"source":187,"target":0},{"source":187,"target":43},{"source":187,"target":415},{"source":415,"target":43},{"source":188,"target":0},{"source":188,"target":23},{"source":188,"target":416},{"source":416,"target":23},{"source":189,"target":0},{"source":189,"target":147},{"source":189,"target":180},{"source":189,"target":417},{"source":189,"target":418},{"source":417,"target":147},{"source":418,"target":180},{"source":190,"target":0},{"source":190,"target":142},{"source":190,"target":419},{"source":419,"target":142},{"source":191,"target":0},{"source":191,"target":90},{"source":191,"target":420},{"source":420,"target":90},{"source":192,"target":0},{"source":192,"target":78},{"source":192,"target":421},{"source":421,"target":78},{"source":193,"target":0},{"source":193,"target":196},{"source":193,"target":422},{"source":422,"target":196},{"source":194,"target":0},{"source":194,"target":38},{"source":194,"target":423},{"source":423,"target":38},{"source":195,"target":0},{"source":195,"target":166},{"source":195,"target":424},{"source":424,"target":166},{"source":196,"target":0},{"source":196,"target":37},{"source":196,"target":425},{"source":425,"target":37},{"source":197,"target":0},{"source":197,"target":168},{"source":197,"target":426},{"source":426,"target":168},{"source":198,"target":0},{"source":198,"target":64},{"source":198,"target":427},{"source":427,"target":64}],"multigraph":true}
ecore
library
repo-ecore-all/data/FiifiB/TolerantParsing/TolerantXMLCorrecting/library.ecore
library Library books name Book name chapters Chapter name pages content Content text images Text Image
<?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="library" nsURI="http://dimitris.io/library" nsPrefix=""> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="//Book" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <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="chapters" upperBound="-1" eType="//Chapter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Chapter"> <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="pages"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" eType="//Content" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content"> <eStructuralFeatures xsi:type="ecore:EReference" name="text" upperBound="-1" eType="//Text" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="images" upperBound="-1" eType="//Image" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text"/> <eClassifiers xsi:type="ecore:EClass" name="Image"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"http://dimitris.io/library","name":"library","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chapter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","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":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"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":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"chapters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"iD":false,"id":16,"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":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"text","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":"images","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"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":10},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":11,"target":13},{"source":11,"target":2},{"source":12,"target":3},{"source":12,"target":14},{"source":12,"target":2},{"source":14,"target":3},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":18},{"source":15,"target":3},{"source":16,"target":19},{"source":16,"target":3},{"source":17,"target":4},{"source":17,"target":20},{"source":17,"target":3},{"source":20,"target":4},{"source":4,"target":0},{"source":4,"target":21},{"source":4,"target":22},{"source":21,"target":5},{"source":21,"target":23},{"source":21,"target":4},{"source":23,"target":5},{"source":22,"target":6},{"source":22,"target":24},{"source":22,"target":4},{"source":24,"target":6},{"source":5,"target":0},{"source":6,"target":0}],"multigraph":true}
ecore
graph
repo-ecore-all/data/adilinam/QVTo-QVTd-OCL/org.eclipse.qvtd.build.etl.tests/src/org/eclipse/qvtd/build/etl/tests/UpperToLower/SimpleGraph.ecore
simplegraph Node incoming outgoing label Edge target source Element graph Graph element name
<?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="simplegraph" nsURI="http://www.eclipse.org/qvtd/test/compiler/0.1/SimpleGraph" nsPrefix="simplegraph"> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/source"/> <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="Edge" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node" eOpposite="#//Node/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Node" eOpposite="#//Node/outgoing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="graph" lowerBound="1" eType="#//Graph" eOpposite="#//Graph/element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//Element" containment="true" eOpposite="#//Element/graph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"simplegraph","nsURI":"http://www.eclipse.org/qvtd/test/compiler/0.1/SimpleGraph","name":"simplegraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"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":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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"},{"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":"graph","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":5,"target":2},{"source":5,"target":9},{"source":5,"target":1},{"source":5,"target":10},{"source":9,"target":2},{"source":6,"target":2},{"source":6,"target":11},{"source":6,"target":1},{"source":6,"target":12},{"source":11,"target":2},{"source":7,"target":13},{"source":7,"target":1},{"source":8,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":10},{"source":2,"target":12},{"source":2,"target":14},{"source":10,"target":1},{"source":10,"target":15},{"source":10,"target":2},{"source":10,"target":5},{"source":15,"target":1},{"source":12,"target":1},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":6},{"source":16,"target":1},{"source":14,"target":3},{"source":3,"target":0},{"source":3,"target":17},{"source":17,"target":4},{"source":17,"target":18},{"source":17,"target":3},{"source":17,"target":19},{"source":18,"target":4},{"source":4,"target":0},{"source":4,"target":19},{"source":4,"target":20},{"source":19,"target":3},{"source":19,"target":21},{"source":19,"target":4},{"source":19,"target":17},{"source":21,"target":3},{"source":20,"target":22},{"source":20,"target":4}],"multigraph":true}
ecore
transformation
repo-ecore-all/data/dstrueber/multicda/org.eclipse.emf.henshin.model/model/henshin.ecore
henshin ModelElement annotations Annotation key value NamedElement name description GraphElement getGraph action Module getUnit name getSubModule name subModules superModule imports units instances Unit getModule getSubUnits deep getParameter parameter parameters parameterMappings activated true Rule getKernelRule getRootRule getMultiRule name getMultiRulePath multiRule getAllMultiRules getAllMappings getActionNodes action getActionEdges action getParameterNodes getAllJavaImports isMultiRule createNode type createEdge source target type canCreateEdge source target type removeEdge edge removeMapped removeNode node removeMapped removeAttribute attribute removeMapped lhs rhs attributeConditions mappings checkDangling true injectiveMatching true multiRules multiMappings javaImports Parameter unit type kind ParameterMapping source target Graph getRule getNode name getNodes nodeType getEdges edgeType getNestedConditions getPAC name getNAC name getPACs getNACs isLhs isRhs isNestedCondition createPAC name createNAC name removeNode node removeEdge edge removeNestedCondition nestedCondition nodes edges formula Node getAllEdges getOutgoing type getIncoming type getOutgoing type target getIncoming type source getAttribute type getActionAttributes action getActionNode type attributes graph incoming outgoing Edge getActionEdge source target type graph index indexConstant Attribute getActionAttribute type value node constant ACED0005740000 null false AttributeCondition rule conditionText Mapping origin image UnaryUnit subUnit MultiUnit subUnits IndependentUnit SequentialUnit strict true rollback true ConditionalUnit if then else PriorityUnit IteratedUnit iterations LoopUnit Formula isTrue isFalse NestedCondition getHost isPAC isNAC conclusion mappings UnaryFormula child BinaryFormula left right And Or Xor Not Action org.eclipse.emf.henshin.model.Action org.eclipse.emf.henshin.model.Action ParameterKind UNKNOWN UNKNOWN IN IN OUT OUT INOUT INOUT VAR VAR
<?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="henshin" nsURI="http://www.eclipse.org/emf/2011/Henshin" nsPrefix="henshin"> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ModelElement"> <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="GraphElement" abstract="true" interface="true"> <eOperations name="getGraph" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="#//Action" volatile="true" transient="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#//NamedElement"> <eOperations name="getUnit" eType="#//Unit"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getSubModule" eType="#//Module"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="subModules" upperBound="-1" eType="#//Module" containment="true" eOpposite="#//Module/superModule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superModule" eType="#//Module" eOpposite="#//Module/subModules"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="units" upperBound="-1" eType="#//Unit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1" eType="#//Graph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotEmpty parameterNamesUnique parameterMappingsPointToDirectSubUnit"/> </eAnnotations> <eOperations name="getModule" eType="#//Module"/> <eOperations name="getSubUnits" ordered="false" upperBound="-1" eType="#//Unit"> <eParameters name="deep" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="getParameter" eType="#//Parameter"> <eParameters name="parameter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true" eOpposite="#//Parameter/unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterMappings" upperBound="-1" eType="#//ParameterMapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rule" eSuperTypes="#//Unit"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mappingsFromLeft2Right createdNodesNotAbstract createdEdgesNotDerived deletedEdgesNotDerived uniqueNodeNames varParametersOccurOnLeftSide multiRuleParametersSameKind"/> </eAnnotations> <eOperations name="getKernelRule" eType="#//Rule"/> <eOperations name="getRootRule" eType="#//Rule"/> <eOperations name="getMultiRule" eType="#//Rule"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getMultiRulePath" upperBound="-1" eType="#//Rule"> <eParameters name="multiRule" eType="#//Rule"/> </eOperations> <eOperations name="getAllMultiRules" upperBound="-1" eType="#//Rule"/> <eOperations name="getAllMappings" upperBound="-1" eType="#//Mapping"/> <eOperations name="getActionNodes" upperBound="-1" eType="#//Node"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getActionEdges" upperBound="-1" eType="#//Edge"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getParameterNodes" upperBound="-1" eType="#//Node"/> <eOperations name="getAllJavaImports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eOperations name="isMultiRule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="createNode" eType="#//Node"> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="createEdge" eType="#//Edge"> <eParameters name="source" eType="#//Node"/> <eParameters name="target" eType="#//Node"/> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="canCreateEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="source" eType="#//Node"/> <eParameters name="target" eType="#//Node"/> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="removeEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="edge" eType="#//Edge"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="removeNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="node" eType="#//Node"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eOperations name="removeAttribute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="attribute" eType="#//Attribute"/> <eParameters name="removeMapped" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeConditions" upperBound="-1" eType="#//AttributeCondition" containment="true" eOpposite="#//AttributeCondition/rule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="checkDangling" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="injectiveMatching" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiRules" upperBound="-1" eType="#//Rule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiMappings" upperBound="-1" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="javaImports" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameNotEmpty nameNotTypeName nameNotKindAlias unknownKindDeprecated nameNotKeyword"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="unit" eType="#//Unit" eOpposite="#//Unit/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClassifier"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ParameterKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterMapping" eSuperTypes="#//ModelElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="inParameterMappingIsCausal outParameterMappingIsCausal inoutParameterMappingIsCausal varParameterMappingIsCausal"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Graph" eSuperTypes="#//NamedElement"> <eOperations name="getRule" eType="#//Rule"/> <eOperations name="getNode" eType="#//Node"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getNodes" ordered="false" upperBound="-1" eType="#//Node"> <eParameters name="nodeType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eOperations> <eOperations name="getEdges" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="edgeType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getNestedConditions" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="getPAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getNAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="getPACs" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="getNACs" upperBound="-1" eType="#//NestedCondition"/> <eOperations name="isLhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isRhs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isNestedCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="createPAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="createNAC" eType="#//NestedCondition"> <eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="removeNode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="node" eType="#//Node"/> </eOperations> <eOperations name="removeEdge" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="edge" lowerBound="1" eType="#//Edge"/> </eOperations> <eOperations name="removeNestedCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="nestedCondition" eType="#//NestedCondition"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" eOpposite="#//Node/graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true" eOpposite="#//Edge/graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//NamedElement #//GraphElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="uniqueAttributeTypes atMostOneContainer NodeDeletionDanglingEdge NodeCreationWithoutContainment"/> </eAnnotations> <eOperations name="getAllEdges" upperBound="-1" eType="#//Edge"/> <eOperations name="getOutgoing" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getIncoming" ordered="false" upperBound="-1" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eOperations> <eOperations name="getOutgoing" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eParameters name="target" lowerBound="1" eType="#//Node"/> </eOperations> <eOperations name="getIncoming" eType="#//Edge"> <eParameters name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eParameters name="source" lowerBound="1" eType="#//Node"/> </eOperations> <eOperations name="getAttribute" eType="#//Attribute"> <eParameters name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eOperations> <eOperations name="getActionAttributes" upperBound="-1" eType="#//Attribute"> <eParameters name="action" eType="#//Action"/> </eOperations> <eOperations name="getActionNode" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true" eOpposite="#//Attribute/node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph" eOpposite="#//Graph/nodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="#//Edge" eOpposite="#//Edge/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//ModelElement #//GraphElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="equalParentGraphs indexValidJavaScript indexAllParametersAreDeclared noContainmentCycles EOppositeContainments oppositeEdgeConsidered noParallelEdgesOfSameType containmentEdgeDeletion containmentEdgeCreation"/> </eAnnotations> <eOperations name="getActionEdge" eType="#//Edge"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Node" eOpposite="#//Node/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Node" eOpposite="#//Node/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="graph" eType="#//Graph" eOpposite="#//Graph/edges"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexConstant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject" changeable="false" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//ModelElement #//GraphElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="valueValidJavaScript valueAllParametersAreDeclared"/> </eAnnotations> <eOperations name="getActionAttribute" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="node" eType="#//Node" eOpposite="#//Node/attributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" changeable="false" transient="true" defaultValueLiteral="ACED0005740000" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" transient="true" defaultValueLiteral="false" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeCondition" eSuperTypes="#//NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="conditionTextNotEmpty conditionValidJavaScript conditionAllParametersAreDeclared"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="rule" lowerBound="1" eType="#//Rule" eOpposite="#//Rule/attributeConditions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="#//Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryUnit" abstract="true" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="subUnit" lowerBound="1" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiUnit" abstract="true" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="subUnits" unique="false" upperBound="-1" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndependentUnit" eSuperTypes="#//MultiUnit"/> <eClassifiers xsi:type="ecore:EClass" name="SequentialUnit" eSuperTypes="#//MultiUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strict" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rollback" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalUnit" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="if" lowerBound="1" eType="#//Unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" lowerBound="1" eType="#//Unit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PriorityUnit" eSuperTypes="#//MultiUnit"/> <eClassifiers xsi:type="ecore:EClass" name="IteratedUnit" eSuperTypes="#//UnaryUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="iterationsNotEmpty iterationsValidJavaScript iterationsAllParametersAreDeclared"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iterations" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopUnit" eSuperTypes="#//UnaryUnit"/> <eClassifiers xsi:type="ecore:EClass" name="Formula" abstract="true" interface="true"> <eOperations name="isTrue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isFalse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedCondition" eSuperTypes="#//ModelElement #//Formula"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="mappingOriginContainedInParentCondition mappingImageContainedInCurrent"/> </eAnnotations> <eOperations name="getHost" eType="#//Graph"/> <eOperations name="isPAC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eOperations name="isNAC" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conclusion" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//Mapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryFormula" abstract="true" eSuperTypes="#//ModelElement #//Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="child" lowerBound="1" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryFormula" abstract="true" eSuperTypes="#//ModelElement #//Formula"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Formula" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Formula" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Xor" eSuperTypes="#//BinaryFormula"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryFormula"/> <eClassifiers xsi:type="ecore:EDataType" name="Action" instanceClassName="org.eclipse.emf.henshin.model.Action"/> <eClassifiers xsi:type="ecore:EEnum" name="ParameterKind"> <eLiterals name="UNKNOWN"/> <eLiterals name="IN" value="1"/> <eLiterals name="OUT" value="2"/> <eLiterals name="INOUT" value="3"/> <eLiterals name="VAR" value="4"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"henshin","nsURI":"http://www.eclipse.org/emf/2011/Henshin","name":"henshin","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":"Annotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElement","instanceClass":null,"abstract":true,"id":4,"interface":true,"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":"Unit","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterMapping","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeCondition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryUnit","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiUnit","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndependentUnit","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequentialUnit","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalUnit","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriorityUnit","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratedUnit","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopUnit","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedCondition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryFormula","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFormula","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xor","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.emf.henshin.model.Action","defaultValue":null,"instanceClassName":"org.eclipse.emf.henshin.model.Action","name":"Action","instanceClass":null,"id":32,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterKind","instanceClass":null,"id":33,"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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"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":"key","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":"value","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGraph","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"action","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getUnit","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSubModule","lowerBound":0,"id":51,"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":"subModules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"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":"superModule","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":"imports","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":"units","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":"instances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EParameter"},{"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,"unique":true,"name":"getModule","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getSubUnits","lowerBound":0,"id":70,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getParameter","lowerBound":0,"id":71,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"parameterMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"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":"activated","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,"unique":true,"name":"deep","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parameter","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"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":"unit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getKernelRule","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRootRule","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMultiRule","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getMultiRulePath","lowerBound":0,"id":90,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMultiRules","lowerBound":0,"id":91,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllMappings","lowerBound":0,"id":92,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionNodes","lowerBound":0,"id":93,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionEdges","lowerBound":0,"id":94,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getParameterNodes","lowerBound":0,"id":95,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllJavaImports","lowerBound":0,"id":96,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMultiRule","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNode","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createEdge","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"canCreateEdge","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAttribute","lowerBound":0,"id":103,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"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":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":"attributeConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"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":"checkDangling","changeable":true,"lowerBound":0,"iD":false,"id":108,"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":"injectiveMatching","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":true,"unsettable":false,"transient":false,"unique":true,"name":"multiRules","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"multiMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":"","volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"javaImports","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,"unique":true,"name":"name","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"multiRule","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EParameter"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EParameter"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EParameter"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EParameter"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","lowerBound":0,"id":157,"many":false,"required":false,"eClass":"EParameter"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"attribute","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeMapped","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"},{"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":"rule","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"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":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"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":181,"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":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getRule","lowerBound":0,"id":186,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNode","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getNodes","lowerBound":0,"id":188,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getEdges","lowerBound":0,"id":189,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNestedConditions","lowerBound":0,"id":190,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPAC","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNAC","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPACs","lowerBound":0,"id":193,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getNACs","lowerBound":0,"id":194,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isLhs","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRhs","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNestedCondition","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createPAC","lowerBound":0,"id":198,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createNAC","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNode","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeEdge","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeNestedCondition","lowerBound":0,"id":202,"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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","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":"nodeType","lowerBound":1,"id":212,"many":false,"required":true,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edgeType","lowerBound":1,"id":215,"many":false,"required":true,"eClass":"EParameter"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EParameter"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EParameter"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EParameter"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EParameter"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"edge","lowerBound":1,"id":239,"many":false,"required":true,"eClass":"EParameter"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"nestedCondition","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"id":244,"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":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"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":"graph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllEdges","lowerBound":0,"id":249,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":250,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getIncoming","lowerBound":0,"id":251,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOutgoing","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIncoming","lowerBound":0,"id":253,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAttribute","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActionAttributes","lowerBound":0,"id":255,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionNode","lowerBound":0,"id":256,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"container":false,"ordered":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":258,"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":259,"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":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":265,"many":false,"required":true,"eClass":"EParameter"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":268,"many":false,"required":true,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":271,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":1,"id":272,"many":false,"required":true,"eClass":"EParameter"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":1,"id":276,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":1,"id":277,"many":false,"required":true,"eClass":"EParameter"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EParameter"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"action","lowerBound":0,"id":284,"many":false,"required":false,"eClass":"EParameter"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"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":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"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":292,"derived":false},{"id":293,"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":294,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionEdge","lowerBound":0,"id":295,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":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":297,"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":"indexConstant","changeable":false,"lowerBound":0,"iD":false,"id":298,"derived":true},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActionAttribute","lowerBound":0,"id":308,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":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":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ACED0005740000","unsettable":false,"transient":true,"unique":true,"name":"constant","changeable":false,"lowerBound":0,"iD":false,"id":311,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"null","changeable":false,"lowerBound":0,"iD":false,"id":312,"derived":true},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionText","changeable":true,"lowerBound":0,"iD":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"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":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"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":"subUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"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":"strict","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"rollback","changeable":true,"lowerBound":0,"iD":false,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"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":342,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"then","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"container":false,"ordered":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":344,"derived":false},{"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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iterations","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isTrue","lowerBound":0,"id":354,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isFalse","lowerBound":0,"id":355,"many":false,"required":false,"eClass":"EOperation"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getHost","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isPAC","lowerBound":0,"id":359,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isNAC","lowerBound":0,"id":360,"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":"conclusion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mappings","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":374,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"name":"UNKNOWN","id":384,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"IN","id":385,"value":1,"literal":"IN","eClass":"EEnumLiteral"},{"name":"OUT","id":386,"value":2,"literal":"OUT","eClass":"EEnumLiteral"},{"name":"INOUT","id":387,"value":3,"literal":"INOUT","eClass":"EEnumLiteral"},{"name":"VAR","id":388,"value":4,"literal":"VAR","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":1,"target":0},{"source":1,"target":34},{"source":34,"target":2},{"source":34,"target":35},{"source":34,"target":1},{"source":35,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":39},{"source":36,"target":2},{"source":37,"target":40},{"source":37,"target":2},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":41,"target":44},{"source":41,"target":3},{"source":42,"target":45},{"source":42,"target":3},{"source":43,"target":1},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":47},{"source":46,"target":10},{"source":46,"target":48},{"source":46,"target":4},{"source":48,"target":10},{"source":47,"target":32},{"source":47,"target":49},{"source":47,"target":4},{"source":49,"target":32},{"source":5,"target":0},{"source":5,"target":3},{"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":50,"target":6},{"source":50,"target":58},{"source":50,"target":5},{"source":50,"target":59},{"source":58,"target":6},{"source":59,"target":60},{"source":59,"target":50},{"source":51,"target":5},{"source":51,"target":61},{"source":51,"target":5},{"source":51,"target":62},{"source":61,"target":5},{"source":62,"target":63},{"source":62,"target":51},{"source":52,"target":5},{"source":52,"target":64},{"source":52,"target":5},{"source":52,"target":53},{"source":64,"target":5},{"source":53,"target":5},{"source":53,"target":65},{"source":53,"target":5},{"source":53,"target":52},{"source":65,"target":5},{"source":54,"target":66},{"source":54,"target":5},{"source":55,"target":6},{"source":55,"target":67},{"source":55,"target":5},{"source":67,"target":6},{"source":56,"target":10},{"source":56,"target":68},{"source":56,"target":5},{"source":68,"target":10},{"source":57,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":69},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":6,"target":75},{"source":69,"target":5},{"source":69,"target":76},{"source":69,"target":6},{"source":76,"target":5},{"source":70,"target":6},{"source":70,"target":77},{"source":70,"target":6},{"source":70,"target":78},{"source":77,"target":6},{"source":78,"target":79},{"source":78,"target":70},{"source":71,"target":8},{"source":71,"target":80},{"source":71,"target":6},{"source":71,"target":81},{"source":80,"target":8},{"source":81,"target":82},{"source":81,"target":71},{"source":72,"target":8},{"source":72,"target":83},{"source":72,"target":6},{"source":72,"target":84},{"source":83,"target":8},{"source":73,"target":9},{"source":73,"target":85},{"source":73,"target":6},{"source":85,"target":9},{"source":74,"target":86},{"source":74,"target":6},{"source":75,"target":3},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":87},{"source":7,"target":88},{"source":7,"target":89},{"source":7,"target":90},{"source":7,"target":91},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":7,"target":97},{"source":7,"target":98},{"source":7,"target":99},{"source":7,"target":100},{"source":7,"target":101},{"source":7,"target":102},{"source":7,"target":103},{"source":7,"target":104},{"source":7,"target":105},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":7,"target":112},{"source":7,"target":113},{"source":87,"target":7},{"source":87,"target":114},{"source":87,"target":7},{"source":114,"target":7},{"source":88,"target":7},{"source":88,"target":115},{"source":88,"target":7},{"source":115,"target":7},{"source":89,"target":7},{"source":89,"target":116},{"source":89,"target":7},{"source":89,"target":117},{"source":116,"target":7},{"source":117,"target":118},{"source":117,"target":89},{"source":90,"target":7},{"source":90,"target":119},{"source":90,"target":7},{"source":90,"target":120},{"source":119,"target":7},{"source":120,"target":7},{"source":120,"target":121},{"source":120,"target":90},{"source":121,"target":7},{"source":91,"target":7},{"source":91,"target":122},{"source":91,"target":7},{"source":122,"target":7},{"source":92,"target":15},{"source":92,"target":123},{"source":92,"target":7},{"source":123,"target":15},{"source":93,"target":11},{"source":93,"target":124},{"source":93,"target":7},{"source":93,"target":125},{"source":124,"target":11},{"source":125,"target":32},{"source":125,"target":126},{"source":125,"target":93},{"source":126,"target":32},{"source":94,"target":12},{"source":94,"target":127},{"source":94,"target":7},{"source":94,"target":128},{"source":127,"target":12},{"source":128,"target":32},{"source":128,"target":129},{"source":128,"target":94},{"source":129,"target":32},{"source":95,"target":11},{"source":95,"target":130},{"source":95,"target":7},{"source":130,"target":11},{"source":96,"target":131},{"source":96,"target":7},{"source":97,"target":132},{"source":97,"target":7},{"source":98,"target":11},{"source":98,"target":133},{"source":98,"target":7},{"source":98,"target":134},{"source":133,"target":11},{"source":134,"target":135},{"source":134,"target":98},{"source":99,"target":12},{"source":99,"target":136},{"source":99,"target":7},{"source":99,"target":137},{"source":99,"target":138},{"source":99,"target":139},{"source":136,"target":12},{"source":137,"target":11},{"source":137,"target":140},{"source":137,"target":99},{"source":140,"target":11},{"source":138,"target":11},{"source":138,"target":141},{"source":138,"target":99},{"source":141,"target":11},{"source":139,"target":142},{"source":139,"target":99},{"source":100,"target":143},{"source":100,"target":7},{"source":100,"target":144},{"source":100,"target":145},{"source":100,"target":146},{"source":144,"target":11},{"source":144,"target":147},{"source":144,"target":100},{"source":147,"target":11},{"source":145,"target":11},{"source":145,"target":148},{"source":145,"target":100},{"source":148,"target":11},{"source":146,"target":149},{"source":146,"target":100},{"source":101,"target":150},{"source":101,"target":7},{"source":101,"target":151},{"source":101,"target":152},{"source":151,"target":12},{"source":151,"target":153},{"source":151,"target":101},{"source":153,"target":12},{"source":152,"target":154},{"source":152,"target":101},{"source":102,"target":155},{"source":102,"target":7},{"source":102,"target":156},{"source":102,"target":157},{"source":156,"target":11},{"source":156,"target":158},{"source":156,"target":102},{"source":158,"target":11},{"source":157,"target":159},{"source":157,"target":102},{"source":103,"target":160},{"source":103,"target":7},{"source":103,"target":161},{"source":103,"target":162},{"source":161,"target":13},{"source":161,"target":163},{"source":161,"target":103},{"source":163,"target":13},{"source":162,"target":164},{"source":162,"target":103},{"source":104,"target":10},{"source":104,"target":165},{"source":104,"target":7},{"source":165,"target":10},{"source":105,"target":10},{"source":105,"target":166},{"source":105,"target":7},{"source":166,"target":10},{"source":106,"target":14},{"source":106,"target":167},{"source":106,"target":7},{"source":106,"target":168},{"source":167,"target":14},{"source":107,"target":15},{"source":107,"target":169},{"source":107,"target":7},{"source":169,"target":15},{"source":108,"target":170},{"source":108,"target":7},{"source":109,"target":171},{"source":109,"target":7},{"source":110,"target":7},{"source":110,"target":172},{"source":110,"target":7},{"source":172,"target":7},{"source":111,"target":15},{"source":111,"target":173},{"source":111,"target":7},{"source":173,"target":15},{"source":112,"target":174},{"source":112,"target":7},{"source":113,"target":6},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":84},{"source":8,"target":175},{"source":8,"target":176},{"source":8,"target":177},{"source":84,"target":6},{"source":84,"target":178},{"source":84,"target":8},{"source":84,"target":72},{"source":178,"target":6},{"source":175,"target":179},{"source":175,"target":8},{"source":176,"target":33},{"source":176,"target":180},{"source":176,"target":8},{"source":180,"target":33},{"source":177,"target":3},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":181},{"source":9,"target":182},{"source":9,"target":183},{"source":181,"target":8},{"source":181,"target":184},{"source":181,"target":9},{"source":184,"target":8},{"source":182,"target":8},{"source":182,"target":185},{"source":182,"target":9},{"source":185,"target":8},{"source":183,"target":1},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":186},{"source":10,"target":187},{"source":10,"target":188},{"source":10,"target":189},{"source":10,"target":190},{"source":10,"target":191},{"source":10,"target":192},{"source":10,"target":193},{"source":10,"target":194},{"source":10,"target":195},{"source":10,"target":196},{"source":10,"target":197},{"source":10,"target":198},{"source":10,"target":199},{"source":10,"target":200},{"source":10,"target":201},{"source":10,"target":202},{"source":10,"target":203},{"source":10,"target":204},{"source":10,"target":205},{"source":10,"target":206},{"source":186,"target":7},{"source":186,"target":207},{"source":186,"target":10},{"source":207,"target":7},{"source":187,"target":11},{"source":187,"target":208},{"source":187,"target":10},{"source":187,"target":209},{"source":208,"target":11},{"source":209,"target":210},{"source":209,"target":187},{"source":188,"target":11},{"source":188,"target":211},{"source":188,"target":10},{"source":188,"target":212},{"source":211,"target":11},{"source":212,"target":213},{"source":212,"target":188},{"source":189,"target":12},{"source":189,"target":214},{"source":189,"target":10},{"source":189,"target":215},{"source":214,"target":12},{"source":215,"target":216},{"source":215,"target":189},{"source":190,"target":25},{"source":190,"target":217},{"source":190,"target":10},{"source":217,"target":25},{"source":191,"target":25},{"source":191,"target":218},{"source":191,"target":10},{"source":191,"target":219},{"source":218,"target":25},{"source":219,"target":220},{"source":219,"target":191},{"source":192,"target":25},{"source":192,"target":221},{"source":192,"target":10},{"source":192,"target":222},{"source":221,"target":25},{"source":222,"target":223},{"source":222,"target":192},{"source":193,"target":25},{"source":193,"target":224},{"source":193,"target":10},{"source":224,"target":25},{"source":194,"target":25},{"source":194,"target":225},{"source":194,"target":10},{"source":225,"target":25},{"source":195,"target":226},{"source":195,"target":10},{"source":196,"target":227},{"source":196,"target":10},{"source":197,"target":228},{"source":197,"target":10},{"source":198,"target":25},{"source":198,"target":229},{"source":198,"target":10},{"source":198,"target":230},{"source":229,"target":25},{"source":230,"target":231},{"source":230,"target":198},{"source":199,"target":25},{"source":199,"target":232},{"source":199,"target":10},{"source":199,"target":233},{"source":232,"target":25},{"source":233,"target":234},{"source":233,"target":199},{"source":200,"target":235},{"source":200,"target":10},{"source":200,"target":236},{"source":236,"target":11},{"source":236,"target":237},{"source":236,"target":200},{"source":237,"target":11},{"source":201,"target":238},{"source":201,"target":10},{"source":201,"target":239},{"source":239,"target":12},{"source":239,"target":240},{"source":239,"target":201},{"source":240,"target":12},{"source":202,"target":241},{"source":202,"target":10},{"source":202,"target":242},{"source":242,"target":25},{"source":242,"target":243},{"source":242,"target":202},{"source":243,"target":25},{"source":203,"target":11},{"source":203,"target":244},{"source":203,"target":10},{"source":203,"target":245},{"source":244,"target":11},{"source":204,"target":12},{"source":204,"target":246},{"source":204,"target":10},{"source":204,"target":247},{"source":246,"target":12},{"source":205,"target":24},{"source":205,"target":248},{"source":205,"target":10},{"source":248,"target":24},{"source":206,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":4},{"source":11,"target":249},{"source":11,"target":250},{"source":11,"target":251},{"source":11,"target":252},{"source":11,"target":253},{"source":11,"target":254},{"source":11,"target":255},{"source":11,"target":256},{"source":11,"target":257},{"source":11,"target":258},{"source":11,"target":245},{"source":11,"target":259},{"source":11,"target":260},{"source":11,"target":261},{"source":11,"target":262},{"source":249,"target":12},{"source":249,"target":263},{"source":249,"target":11},{"source":263,"target":12},{"source":250,"target":12},{"source":250,"target":264},{"source":250,"target":11},{"source":250,"target":265},{"source":264,"target":12},{"source":265,"target":266},{"source":265,"target":250},{"source":251,"target":12},{"source":251,"target":267},{"source":251,"target":11},{"source":251,"target":268},{"source":267,"target":12},{"source":268,"target":269},{"source":268,"target":251},{"source":252,"target":12},{"source":252,"target":270},{"source":252,"target":11},{"source":252,"target":271},{"source":252,"target":272},{"source":270,"target":12},{"source":271,"target":273},{"source":271,"target":252},{"source":272,"target":11},{"source":272,"target":274},{"source":272,"target":252},{"source":274,"target":11},{"source":253,"target":12},{"source":253,"target":275},{"source":253,"target":11},{"source":253,"target":276},{"source":253,"target":277},{"source":275,"target":12},{"source":276,"target":278},{"source":276,"target":253},{"source":277,"target":11},{"source":277,"target":279},{"source":277,"target":253},{"source":279,"target":11},{"source":254,"target":13},{"source":254,"target":280},{"source":254,"target":11},{"source":254,"target":281},{"source":280,"target":13},{"source":281,"target":282},{"source":281,"target":254},{"source":255,"target":13},{"source":255,"target":283},{"source":255,"target":11},{"source":255,"target":284},{"source":283,"target":13},{"source":284,"target":32},{"source":284,"target":285},{"source":284,"target":255},{"source":285,"target":32},{"source":256,"target":11},{"source":256,"target":286},{"source":256,"target":11},{"source":286,"target":11},{"source":257,"target":287},{"source":257,"target":11},{"source":258,"target":13},{"source":258,"target":288},{"source":258,"target":11},{"source":258,"target":289},{"source":288,"target":13},{"source":245,"target":10},{"source":245,"target":290},{"source":245,"target":11},{"source":245,"target":203},{"source":290,"target":10},{"source":259,"target":12},{"source":259,"target":291},{"source":259,"target":11},{"source":259,"target":292},{"source":291,"target":12},{"source":260,"target":12},{"source":260,"target":293},{"source":260,"target":11},{"source":260,"target":294},{"source":293,"target":12},{"source":261,"target":3},{"source":262,"target":4},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":4},{"source":12,"target":295},{"source":12,"target":294},{"source":12,"target":292},{"source":12,"target":296},{"source":12,"target":247},{"source":12,"target":297},{"source":12,"target":298},{"source":12,"target":299},{"source":12,"target":300},{"source":295,"target":12},{"source":295,"target":301},{"source":295,"target":12},{"source":301,"target":12},{"source":294,"target":11},{"source":294,"target":302},{"source":294,"target":12},{"source":294,"target":260},{"source":302,"target":11},{"source":292,"target":11},{"source":292,"target":303},{"source":292,"target":12},{"source":292,"target":259},{"source":303,"target":11},{"source":296,"target":304},{"source":296,"target":12},{"source":247,"target":10},{"source":247,"target":305},{"source":247,"target":12},{"source":247,"target":204},{"source":305,"target":10},{"source":297,"target":306},{"source":297,"target":12},{"source":298,"target":307},{"source":298,"target":12},{"source":299,"target":1},{"source":300,"target":4},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":4},{"source":13,"target":308},{"source":13,"target":309},{"source":13,"target":310},{"source":13,"target":289},{"source":13,"target":311},{"source":13,"target":312},{"source":13,"target":313},{"source":13,"target":314},{"source":308,"target":13},{"source":308,"target":315},{"source":308,"target":13},{"source":315,"target":13},{"source":309,"target":316},{"source":309,"target":13},{"source":310,"target":317},{"source":310,"target":13},{"source":289,"target":11},{"source":289,"target":318},{"source":289,"target":13},{"source":289,"target":258},{"source":318,"target":11},{"source":311,"target":319},{"source":311,"target":13},{"source":312,"target":320},{"source":312,"target":13},{"source":313,"target":1},{"source":314,"target":4},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":168},{"source":14,"target":321},{"source":14,"target":322},{"source":168,"target":7},{"source":168,"target":323},{"source":168,"target":14},{"source":168,"target":106},{"source":323,"target":7},{"source":321,"target":324},{"source":321,"target":14},{"source":322,"target":3},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":325},{"source":15,"target":326},{"source":15,"target":327},{"source":325,"target":11},{"source":325,"target":328},{"source":325,"target":15},{"source":328,"target":11},{"source":326,"target":11},{"source":326,"target":329},{"source":326,"target":15},{"source":329,"target":11},{"source":327,"target":1},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":330},{"source":16,"target":331},{"source":330,"target":6},{"source":330,"target":332},{"source":330,"target":16},{"source":332,"target":6},{"source":331,"target":6},{"source":17,"target":0},{"source":17,"target":6},{"source":17,"target":333},{"source":17,"target":334},{"source":333,"target":6},{"source":333,"target":335},{"source":333,"target":17},{"source":335,"target":6},{"source":334,"target":6},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":336},{"source":336,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":337},{"source":19,"target":338},{"source":19,"target":339},{"source":337,"target":340},{"source":337,"target":19},{"source":338,"target":341},{"source":338,"target":19},{"source":339,"target":17},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":342},{"source":20,"target":343},{"source":20,"target":344},{"source":20,"target":345},{"source":342,"target":6},{"source":342,"target":346},{"source":342,"target":20},{"source":346,"target":6},{"source":343,"target":6},{"source":343,"target":347},{"source":343,"target":20},{"source":347,"target":6},{"source":344,"target":6},{"source":344,"target":348},{"source":344,"target":20},{"source":348,"target":6},{"source":345,"target":6},{"source":21,"target":0},{"source":21,"target":17},{"source":21,"target":349},{"source":349,"target":17},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":350},{"source":22,"target":351},{"source":350,"target":352},{"source":350,"target":22},{"source":351,"target":16},{"source":23,"target":0},{"source":23,"target":16},{"source":23,"target":353},{"source":353,"target":16},{"source":24,"target":0},{"source":24,"target":354},{"source":24,"target":355},{"source":354,"target":356},{"source":354,"target":24},{"source":355,"target":357},{"source":355,"target":24},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":24},{"source":25,"target":358},{"source":25,"target":359},{"source":25,"target":360},{"source":25,"target":361},{"source":25,"target":362},{"source":25,"target":363},{"source":25,"target":364},{"source":358,"target":10},{"source":358,"target":365},{"source":358,"target":25},{"source":365,"target":10},{"source":359,"target":366},{"source":359,"target":25},{"source":360,"target":367},{"source":360,"target":25},{"source":361,"target":10},{"source":361,"target":368},{"source":361,"target":25},{"source":368,"target":10},{"source":362,"target":15},{"source":362,"target":369},{"source":362,"target":25},{"source":369,"target":15},{"source":363,"target":1},{"source":364,"target":24},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":24},{"source":26,"target":370},{"source":26,"target":371},{"source":26,"target":372},{"source":370,"target":24},{"source":370,"target":373},{"source":370,"target":26},{"source":373,"target":24},{"source":371,"target":1},{"source":372,"target":24},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":24},{"source":27,"target":374},{"source":27,"target":375},{"source":27,"target":376},{"source":27,"target":377},{"source":374,"target":24},{"source":374,"target":378},{"source":374,"target":27},{"source":378,"target":24},{"source":375,"target":24},{"source":375,"target":379},{"source":375,"target":27},{"source":379,"target":24},{"source":376,"target":1},{"source":377,"target":24},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":380},{"source":380,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":381},{"source":381,"target":27},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":382},{"source":382,"target":27},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":383},{"source":383,"target":26},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":384},{"source":33,"target":385},{"source":33,"target":386},{"source":33,"target":387},{"source":33,"target":388},{"source":384,"target":33},{"source":385,"target":33},{"source":386,"target":33},{"source":387,"target":33},{"source":388,"target":33}],"multigraph":true}
ecore
timed-automata
repo-ecore-all/data/MDEGroup/QMM/validation-subjects/metamodels/timedAutomata.ecore
timedAutomata base Commentable comment Identifyable id 0 Nameable name bnf Identifier name Synchronisation expression SendSynchronisation ReceiveSynchronisation expressions AssignOperator ASSIGN = ADD_ASIGN += SUB_ASSIGN -= DIV_ASSIGN /= MULT_ASSIGN *= MOD_ASSIGN %= BinaryOperator NONE EQUALS == NOT_EQUALS != LESS_THAN < LESS_THAN_OR_EQUAL <= GREATER_THAN > GREATER_THAN_OR_EQUAL >= LOGICAL_NEGATION ! ADDITION + SUBSTRACTION - MULTIPLICATION * DIVISION / MODULO % LEFT_BITSHIFT << RIGHT_BITSHIFT >> MINIMUM <? MAXIMUM >? BITWISE_AND & BITWISE_XOR ^ BITWISE_OR | LOGICAL_AND && LOGICAL_OR || INCREMENT ++ DECREMENT -- BITWISE_OR_ASSIGN |= BITWISE_AND_ASSIGN &= BITWISE_XOR_ASIGN ^= LEFT_BITSHIFT_ASSIGN <<= RIGHT_BITSHIFT_ASSIGN >>= IMPLY imply UnaryOperator PLUS + MINUS - NOT ! FixedExpressionType Deadlock deadlock True true False false Expression ConstantExpression value VariableExpression identifier ArrayVariableExpression expression position IncDecExpression expression beforeExpression false increment true GroupingExpression expression BinaryExpression left right operator AssignmentExpression leftSide rightSide operator UnaryExpression operator expression SimpleIfExpression if then else IdentifierExpression identifier WithArgumentsExpression expression arguments PointExpression expression identifier ForallExpression identifier type expression ExistsExpression identifier type expression FixedExpression type Selection identifier declarations Declaration VariableDeclaration type variableIdentifiers VariableIdentifier identifier arrayDeclarationTypes initialiser TypeDeclaration type arrayDeclarations FunctionDeclaration type identifier parameters block ChannelPriorityDeclaration channelPriority FieldDeclaration type arrayDeclarations ArrayDeclaration identifier types ArrayDeclarationType ArrayExpressionType expression ArrayTypeType type Initialiser ExpressionInitialiser expression ArrayInitialiser initialisers TAParameter type arrayDeclaration CallByValueParameter CallByReferenceParameter Block declarations statements Statement BlockStatement ExpressionStatement expression ForLoopStatement initExpression loopConditionExpression terminalExpression statement IterationStatement identifier type statement WhileLoopStatement condition statement DoWhileLoopStatement statement condition IfStatement condition if else ReturnStatement expression ChannelPriority DefaultChannelPriority SimpleChannelPriority channelExpression ComplexChannelPriority leftSideChannelExpression rightSideChannelExpression channelOperator PriorityOperator Seperator , LessThan < ChannelExpression IdentifierChannelExpression identifier ExpressionChannelExpression channelExpression expression types Type prefix IdentifierType identifier SimpleType type IntegerRange firstIndex secondIndex Scalar scalar Struct fieldDeclarations TypeId Integer int Clock clock Channel chan Boolean bool Void void TypePrefix NONE URGENT urgent BROADCAST broadcast META meta CONSTANT const core Project globalDeclarations templates systemDeclaration id Template declarations initial taParameters locations edges Edge source target guards synchronisation selections updates nails TAElement Location urgent false committed false invariant label SystemDefinition templateInstantiations systems System SimpleSystem Identifier ComplexSystem leftSideSystem rightSideSystem operator TemplateInstantiation processIdentifier processParameters templateIdentifier templateArguments Selections selections Updates expressions Guards conditions
<?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="timedAutomata" nsURI="http://www.emftext.org/language/timedAutomata" nsPrefix="timedAutomata"> <eSubpackages name="base" nsURI="http://www.emftext.org/language/timedAutomata/base" nsPrefix="base"> <eClassifiers xsi:type="ecore:EClass" name="Commentable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Identifyable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nameable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </eSubpackages> <eSubpackages name="bnf" nsURI="http://www.emftext.org/language/timedAutomata/bnf" nsPrefix="bnf"> <eClassifiers xsi:type="ecore:EClass" name="Identifier"> <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="Synchronisation" abstract="true" interface="true" eSuperTypes="simpleGraph.ecore#//Position"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SendSynchronisation" eSuperTypes="#//bnf/Synchronisation"/> <eClassifiers xsi:type="ecore:EClass" name="ReceiveSynchronisation" eSuperTypes="#//bnf/Synchronisation"/> <eSubpackages name="expressions" nsURI="http://www.emftext.org/language/timedAutomata/bnf/expressions" nsPrefix="expressions"> <eClassifiers xsi:type="ecore:EEnum" name="AssignOperator"> <eLiterals name="ASSIGN" value="1" literal="="/> <eLiterals name="ADD_ASIGN" value="2" literal="+="/> <eLiterals name="SUB_ASSIGN" value="3" literal="-="/> <eLiterals name="DIV_ASSIGN" value="4" literal="/="/> <eLiterals name="MULT_ASSIGN" value="5" literal="*="/> <eLiterals name="MOD_ASSIGN" value="6" literal="%="/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryOperator"> <eLiterals name="NONE" value="-1" literal=""/> <eLiterals name="EQUALS" literal="=="/> <eLiterals name="NOT_EQUALS" value="1" literal="!="/> <eLiterals name="LESS_THAN" value="2" literal="&lt;"/> <eLiterals name="LESS_THAN_OR_EQUAL" value="3" literal="&lt;="/> <eLiterals name="GREATER_THAN" value="4" literal=">"/> <eLiterals name="GREATER_THAN_OR_EQUAL" value="5" literal=">="/> <eLiterals name="LOGICAL_NEGATION" value="6" literal="!"/> <eLiterals name="ADDITION" value="7" literal="+"/> <eLiterals name="SUBSTRACTION" value="8" literal="-"/> <eLiterals name="MULTIPLICATION" value="9" literal="*"/> <eLiterals name="DIVISION" value="10" literal="/"/> <eLiterals name="MODULO" value="11" literal="%"/> <eLiterals name="LEFT_BITSHIFT" value="12" literal="&lt;&lt;"/> <eLiterals name="RIGHT_BITSHIFT" value="13" literal=">>"/> <eLiterals name="MINIMUM" value="14" literal="&lt;?"/> <eLiterals name="MAXIMUM" value="15" literal=">?"/> <eLiterals name="BITWISE_AND" value="16" literal="&amp;"/> <eLiterals name="BITWISE_XOR" value="17" literal="^"/> <eLiterals name="BITWISE_OR" value="18" literal="|"/> <eLiterals name="LOGICAL_AND" value="19" literal="&amp;&amp;"/> <eLiterals name="LOGICAL_OR" value="20" literal="||"/> <eLiterals name="INCREMENT" value="22" literal="++"/> <eLiterals name="DECREMENT" value="23" literal="--"/> <eLiterals name="BITWISE_OR_ASSIGN" value="30" literal="|="/> <eLiterals name="BITWISE_AND_ASSIGN" value="31" literal="&amp;="/> <eLiterals name="BITWISE_XOR_ASIGN" value="32" literal="^="/> <eLiterals name="LEFT_BITSHIFT_ASSIGN" value="33" literal="&lt;&lt;="/> <eLiterals name="RIGHT_BITSHIFT_ASSIGN" value="34" literal=">>="/> <eLiterals name="IMPLY" value="35" literal="imply"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryOperator"> <eLiterals name="PLUS" literal="+"/> <eLiterals name="MINUS" value="1" literal="-"/> <eLiterals name="NOT" value="2" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FixedExpressionType"> <eLiterals name="Deadlock" literal="deadlock"/> <eLiterals name="True" value="1" literal="true"/> <eLiterals name="False" value="2" literal="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" interface="true" eSuperTypes="#//base/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="ConstantExpression" eSuperTypes="#//bnf/expressions/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="VariableExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" lowerBound="1" eType="#//bnf/Identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayVariableExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncDecExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="beforeExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="increment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupingExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//bnf/expressions/BinaryOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftSide" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightSide" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//bnf/expressions/AssignOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//bnf/expressions/UnaryOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleIfExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="if" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//bnf/Identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WithArgumentsExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PointExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//bnf/Identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForallExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//bnf/Identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//bnf/types/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExistsExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//bnf/types/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FixedExpression" eSuperTypes="#//bnf/expressions/Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//bnf/expressions/FixedExpressionType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selection"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//bnf/Identifier"/> </eClassifiers> </eSubpackages> <eSubpackages name="declarations" nsURI="http://www.emftext.org/language/timedAutomata/bnf/declarations" nsPrefix="declarations"> <eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true" interface="true" eSuperTypes="#//base/Commentable"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//bnf/declarations/Declaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//bnf/types/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableIdentifiers" lowerBound="1" upperBound="100" eType="#//bnf/declarations/VariableIdentifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//bnf/Identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDeclarationTypes" upperBound="100" eType="#//bnf/declarations/ArrayDeclarationType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialiser" eType="#//bnf/declarations/Initialiser"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" eSuperTypes="#//bnf/declarations/Declaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//bnf/types/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDeclarations" lowerBound="1" upperBound="100" eType="#//bnf/declarations/ArrayDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//bnf/declarations/Declaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//bnf/types/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//bnf/Identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="100" eType="#//bnf/declarations/TAParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//bnf/declarations/Block"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelPriorityDeclaration" eSuperTypes="#//bnf/declarations/Declaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="channelPriority" eType="#//bnf/declarations/ChannelPriority"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//bnf/types/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDeclarations" lowerBound="1" upperBound="100" eType="#//bnf/declarations/ArrayDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//bnf/Identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="100" eType="#//bnf/declarations/ArrayDeclarationType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayDeclarationType"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayExpressionType" eSuperTypes="#//bnf/declarations/ArrayDeclarationType"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayTypeType" eSuperTypes="#//bnf/declarations/ArrayDeclarationType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//bnf/types/Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initialiser" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionInitialiser" eSuperTypes="#//bnf/declarations/Initialiser"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitialiser" eSuperTypes="#//bnf/declarations/Initialiser"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialisers" lowerBound="1" upperBound="100" eType="#//bnf/declarations/Initialiser"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TAParameter" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//bnf/types/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayDeclaration" eType="#//bnf/declarations/ArrayDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallByValueParameter" eSuperTypes="#//bnf/declarations/TAParameter"/> <eClassifiers xsi:type="ecore:EClass" name="CallByReferenceParameter" eSuperTypes="#//bnf/declarations/TAParameter"/> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="100" eType="#//bnf/declarations/Declaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="100" eType="#//bnf/declarations/Statement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//bnf/declarations/Statement #//bnf/declarations/Block"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//bnf/declarations/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForLoopStatement" eSuperTypes="#//bnf/declarations/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="loopConditionExpression" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="terminalExpression" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//bnf/declarations/Statement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IterationStatement" eSuperTypes="#//bnf/declarations/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//bnf/Identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//bnf/types/Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//bnf/declarations/Statement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileLoopStatement" eSuperTypes="#//bnf/declarations/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//bnf/declarations/Statement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoWhileLoopStatement" eSuperTypes="#//bnf/declarations/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//bnf/declarations/Statement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//bnf/declarations/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="if" eType="#//bnf/declarations/Statement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//bnf/declarations/Statement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//bnf/declarations/Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelPriority" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultChannelPriority" eSuperTypes="#//bnf/declarations/ChannelPriority"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleChannelPriority" eSuperTypes="#//bnf/declarations/ChannelPriority"> <eStructuralFeatures xsi:type="ecore:EReference" name="channelExpression" eType="#//bnf/declarations/ChannelExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexChannelPriority" eSuperTypes="#//bnf/declarations/ChannelPriority"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftSideChannelExpression" eType="#//bnf/declarations/ChannelExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightSideChannelExpression" eType="#//bnf/declarations/ChannelPriority"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="channelOperator" eType="#//bnf/declarations/PriorityOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PriorityOperator"> <eLiterals name="Seperator" literal=","/> <eLiterals name="LessThan" value="1" literal="&lt;"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelExpression" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="IdentifierChannelExpression" eSuperTypes="#//bnf/declarations/ChannelExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//bnf/Identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionChannelExpression" eSuperTypes="#//bnf/declarations/ChannelExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="channelExpression" eType="#//bnf/declarations/ChannelExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//bnf/expressions/Expression"/> </eClassifiers> </eSubpackages> <eSubpackages name="types" nsURI="http://www.emftext.org/language/timedAutomata/bnf/types" nsPrefix="types"> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="#//bnf/types/TypePrefix"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierType" eSuperTypes="#//bnf/types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//bnf/Identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#//bnf/types/Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//bnf/types/TypeId"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerRange" eSuperTypes="#//bnf/types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="firstIndex" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="secondIndex" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scalar" eSuperTypes="#//bnf/types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="scalar" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Struct" eSuperTypes="#//bnf/types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldDeclarations" lowerBound="1" upperBound="100" eType="#//bnf/declarations/FieldDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TypeId"> <eLiterals name="Integer" literal="int"/> <eLiterals name="Clock" value="1" literal="clock"/> <eLiterals name="Channel" value="2" literal="chan"/> <eLiterals name="Boolean" value="3" literal="bool"/> <eLiterals name="Void" value="4" literal="void"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TypePrefix"> <eLiterals name="NONE" value="-1" literal=""/> <eLiterals name="URGENT" literal="urgent"/> <eLiterals name="BROADCAST" value="1" literal="broadcast"/> <eLiterals name="META" value="2" literal="meta"/> <eLiterals name="CONSTANT" value="4" literal="const"/> </eClassifiers> </eSubpackages> </eSubpackages> <eSubpackages name="core" nsURI="http://www.emftext.org/language/timedAutomata/core" nsPrefix="core"> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//core/TAElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="globalDeclarations" upperBound="-1" eType="#//bnf/declarations/Declaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templates" upperBound="-1" eType="#//core/Template" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemDeclaration" lowerBound="1" eType="#//core/SystemDefinition"/> <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="Template" eSuperTypes="#//core/TAElement #//base/Nameable #//base/Identifyable"> <eStructuralFeatures xsi:type="ecore:EReference" name="declarations" upperBound="-1" eType="#//bnf/declarations/Declaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initial" lowerBound="1" eType="#//core/Location"/> <eStructuralFeatures xsi:type="ecore:EReference" name="taParameters" upperBound="-1" eType="ecore:EClass simpleGraph.ecore#//Parameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="locations" upperBound="-1" eType="#//core/Location" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//core/Edge" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//core/TAElement simpleGraph.ecore#//Position"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//core/Location"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//core/Location"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guards" lowerBound="1" eType="#//core/Guards"/> <eStructuralFeatures xsi:type="ecore:EReference" name="synchronisation" lowerBound="1" eType="#//bnf/Synchronisation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selections" lowerBound="1" eType="#//core/Selections"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updates" lowerBound="1" eType="#//core/Updates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nails" upperBound="-1" eType="ecore:EClass simpleGraph.ecore#//Nail"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TAElement" abstract="true" eSuperTypes="#//base/Commentable #//base/Nameable"/> <eClassifiers xsi:type="ecore:EClass" name="Location" eSuperTypes="#//core/TAElement simpleGraph.ecore#//Position"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="urgent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="committed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invariant" eType="#//bnf/expressions/Expression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="ecore:EClass simpleGraph.ecore#//Label"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SystemDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="templateInstantiations" upperBound="-1" eType="#//core/TemplateInstantiation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systems" eType="#//core/System"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="System" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleSystem" eSuperTypes="#//core/System"> <eStructuralFeatures xsi:type="ecore:EReference" name="Identifier" eType="#//bnf/Identifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexSystem" eSuperTypes="#//core/System"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftSideSystem" eType="#//core/System"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightSideSystem" eType="#//core/System"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//bnf/declarations/PriorityOperator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateInstantiation"> <eStructuralFeatures xsi:type="ecore:EReference" name="processIdentifier" eType="#//bnf/Identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processParameters" upperBound="-1" eType="#//bnf/declarations/TAParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateIdentifier" eType="#//bnf/Identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateArguments" upperBound="-1" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selections" eSuperTypes="simpleGraph.ecore#//Position"> <eStructuralFeatures xsi:type="ecore:EReference" name="selections" upperBound="-1" eType="#//bnf/expressions/Selection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Updates" eSuperTypes="simpleGraph.ecore#//Position"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//bnf/expressions/Expression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Guards" eSuperTypes="simpleGraph.ecore#//Position"> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//bnf/expressions/Expression"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"timedAutomata","nsURI":"http://www.emftext.org/language/timedAutomata","name":"timedAutomata","id":0,"eClass":"EPackage"},{"nsPrefix":"base","nsURI":"http://www.emftext.org/language/timedAutomata/base","name":"base","id":1,"eClass":"EPackage"},{"nsPrefix":"bnf","nsURI":"http://www.emftext.org/language/timedAutomata/bnf","name":"bnf","id":2,"eClass":"EPackage"},{"nsPrefix":"core","nsURI":"http://www.emftext.org/language/timedAutomata/core","name":"core","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commentable","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifyable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nameable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"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":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronisation","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSynchronisation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReceiveSynchronisation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"nsPrefix":"expressions","nsURI":"http://www.emftext.org/language/timedAutomata/bnf/expressions","name":"expressions","id":17,"eClass":"EPackage"},{"nsPrefix":"declarations","nsURI":"http://www.emftext.org/language/timedAutomata/bnf/declarations","name":"declarations","id":18,"eClass":"EPackage"},{"nsPrefix":"types","nsURI":"http://www.emftext.org/language/timedAutomata/bnf/types","name":"types","id":19,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignOperator","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FixedExpressionType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayVariableExpression","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncDecExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupingExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentExpression","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleIfExpression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WithArgumentsExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointExpression","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForallExpression","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistsExpression","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FixedExpression","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"name":"ASSIGN","id":48,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"ADD_ASIGN","id":49,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"SUB_ASSIGN","id":50,"value":3,"literal":"-=","eClass":"EEnumLiteral"},{"name":"DIV_ASSIGN","id":51,"value":4,"literal":"/=","eClass":"EEnumLiteral"},{"name":"MULT_ASSIGN","id":52,"value":5,"literal":"*=","eClass":"EEnumLiteral"},{"name":"MOD_ASSIGN","id":53,"value":6,"literal":"%=","eClass":"EEnumLiteral"},{"name":"NONE","id":54,"value":-1,"literal":"","eClass":"EEnumLiteral"},{"name":"EQUALS","id":55,"value":0,"literal":"==","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":56,"value":1,"literal":"!=","eClass":"EEnumLiteral"},{"name":"LESS_THAN","id":57,"value":2,"literal":"<","eClass":"EEnumLiteral"},{"name":"LESS_THAN_OR_EQUAL","id":58,"value":3,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_THAN","id":59,"value":4,"literal":">","eClass":"EEnumLiteral"},{"name":"GREATER_THAN_OR_EQUAL","id":60,"value":5,"literal":">=","eClass":"EEnumLiteral"},{"name":"LOGICAL_NEGATION","id":61,"value":6,"literal":"!","eClass":"EEnumLiteral"},{"name":"ADDITION","id":62,"value":7,"literal":"+","eClass":"EEnumLiteral"},{"name":"SUBSTRACTION","id":63,"value":8,"literal":"-","eClass":"EEnumLiteral"},{"name":"MULTIPLICATION","id":64,"value":9,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVISION","id":65,"value":10,"literal":"/","eClass":"EEnumLiteral"},{"name":"MODULO","id":66,"value":11,"literal":"%","eClass":"EEnumLiteral"},{"name":"LEFT_BITSHIFT","id":67,"value":12,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT_BITSHIFT","id":68,"value":13,"literal":">>","eClass":"EEnumLiteral"},{"name":"MINIMUM","id":69,"value":14,"literal":"<?","eClass":"EEnumLiteral"},{"name":"MAXIMUM","id":70,"value":15,"literal":">?","eClass":"EEnumLiteral"},{"name":"BITWISE_AND","id":71,"value":16,"literal":"&","eClass":"EEnumLiteral"},{"name":"BITWISE_XOR","id":72,"value":17,"literal":"^","eClass":"EEnumLiteral"},{"name":"BITWISE_OR","id":73,"value":18,"literal":"|","eClass":"EEnumLiteral"},{"name":"LOGICAL_AND","id":74,"value":19,"literal":"&&","eClass":"EEnumLiteral"},{"name":"LOGICAL_OR","id":75,"value":20,"literal":"||","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":76,"value":22,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":77,"value":23,"literal":"--","eClass":"EEnumLiteral"},{"name":"BITWISE_OR_ASSIGN","id":78,"value":30,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BITWISE_AND_ASSIGN","id":79,"value":31,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BITWISE_XOR_ASIGN","id":80,"value":32,"literal":"^=","eClass":"EEnumLiteral"},{"name":"LEFT_BITSHIFT_ASSIGN","id":81,"value":33,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"RIGHT_BITSHIFT_ASSIGN","id":82,"value":34,"literal":">>=","eClass":"EEnumLiteral"},{"name":"IMPLY","id":83,"value":35,"literal":"imply","eClass":"EEnumLiteral"},{"name":"PLUS","id":84,"value":0,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":85,"value":1,"literal":"-","eClass":"EEnumLiteral"},{"name":"NOT","id":86,"value":2,"literal":"!","eClass":"EEnumLiteral"},{"name":"Deadlock","id":87,"value":0,"literal":"deadlock","eClass":"EEnumLiteral"},{"name":"True","id":88,"value":1,"literal":"true","eClass":"EEnumLiteral"},{"name":"False","id":89,"value":2,"literal":"false","eClass":"EEnumLiteral"},{"id":90,"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":91,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"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":"expression","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":"position","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":false,"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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"beforeExpression","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":false,"transient":false,"unique":true,"name":"increment","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"leftSide","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":false,"unsettable":false,"transient":false,"unique":true,"name":"rightSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"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":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"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":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":"expression","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":"if","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":false,"unsettable":false,"transient":false,"unique":true,"name":"then","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":"else","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":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"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":"expression","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":false,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"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":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":156,"interface":true,"eClass":"EClass"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"identifier","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","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"},{"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":166,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":171,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableIdentifier","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelPriorityDeclaration","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDeclaration","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayDeclarationType","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayExpressionType","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayTypeType","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initialiser","instanceClass":null,"abstract":true,"id":182,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionInitialiser","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitialiser","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TAParameter","instanceClass":null,"abstract":true,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallByValueParameter","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallByReferenceParameter","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":189,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoopStatement","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterationStatement","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoopStatement","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileLoopStatement","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelPriority","instanceClass":null,"abstract":true,"id":198,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultChannelPriority","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleChannelPriority","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexChannelPriority","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PriorityOperator","instanceClass":null,"id":202,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelExpression","instanceClass":null,"abstract":true,"id":203,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierChannelExpression","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionChannelExpression","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":100,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableIdentifiers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"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":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":100,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arrayDeclarationTypes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"initialiser","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"container":false,"ordered":true,"upperBound":100,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arrayDeclarations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":100,"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":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"channelPriority","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":100,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arrayDeclarations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"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":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":100,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":100,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"initialisers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"unsettable":false,"transient":false,"unique":true,"name":"arrayDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":100,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":100,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"statements","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"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":"initExpression","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":"loopConditionExpression","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":"terminalExpression","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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"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":"identifier","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":false,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"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":"condition","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":false,"unsettable":false,"transient":false,"unique":true,"name":"if","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":"else","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"channelExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"leftSideChannelExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rightSideChannelExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"channelOperator","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"name":"Seperator","id":317,"value":0,"literal":",","eClass":"EEnumLiteral"},{"name":"LessThan","id":318,"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":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"channelExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierType","instanceClass":null,"abstract":false,"id":327,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":328,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerRange","instanceClass":null,"abstract":false,"id":329,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scalar","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Struct","instanceClass":null,"abstract":false,"id":331,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypeId","instanceClass":null,"id":332,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TypePrefix","instanceClass":null,"id":333,"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":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"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":"identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"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":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":false,"unsettable":false,"transient":false,"unique":true,"name":"firstIndex","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":false,"unsettable":false,"transient":false,"unique":true,"name":"secondIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"scalar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":100,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"fieldDeclarations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"name":"Integer","id":353,"value":0,"literal":"int","eClass":"EEnumLiteral"},{"name":"Clock","id":354,"value":1,"literal":"clock","eClass":"EEnumLiteral"},{"name":"Channel","id":355,"value":2,"literal":"chan","eClass":"EEnumLiteral"},{"name":"Boolean","id":356,"value":3,"literal":"bool","eClass":"EEnumLiteral"},{"name":"Void","id":357,"value":4,"literal":"void","eClass":"EEnumLiteral"},{"name":"NONE","id":358,"value":-1,"literal":"","eClass":"EEnumLiteral"},{"name":"URGENT","id":359,"value":0,"literal":"urgent","eClass":"EEnumLiteral"},{"name":"BROADCAST","id":360,"value":1,"literal":"broadcast","eClass":"EEnumLiteral"},{"name":"META","id":361,"value":2,"literal":"meta","eClass":"EEnumLiteral"},{"name":"CONSTANT","id":362,"value":4,"literal":"const","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":363,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Template","instanceClass":null,"abstract":false,"id":364,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edge","instanceClass":null,"abstract":false,"id":365,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TAElement","instanceClass":null,"abstract":true,"id":366,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":367,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemDefinition","instanceClass":null,"abstract":false,"id":368,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":true,"id":369,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleSystem","instanceClass":null,"abstract":false,"id":370,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexSystem","instanceClass":null,"abstract":false,"id":371,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateInstantiation","instanceClass":null,"abstract":false,"id":372,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selections","instanceClass":null,"abstract":false,"id":373,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Updates","instanceClass":null,"abstract":false,"id":374,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guards","instanceClass":null,"abstract":false,"id":375,"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":"globalDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"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":"systemDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"derived":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"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":"initial","changeable":true,"resolveProxies":true,"lowerBound":1,"id":386,"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":"taParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":388,"derived":false},{"container":false,"ordered":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":389,"derived":false},{"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"},{"container":false,"ordered":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":398,"derived":false},{"container":false,"ordered":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":399,"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":"guards","changeable":true,"resolveProxies":true,"lowerBound":1,"id":400,"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":"synchronisation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":401,"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":"selections","changeable":true,"resolveProxies":true,"lowerBound":1,"id":402,"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":"updates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":403,"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":"nails","changeable":true,"resolveProxies":true,"lowerBound":0,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"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":"urgent","changeable":true,"lowerBound":0,"iD":false,"id":416,"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":"committed","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"container":false,"ordered":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":418,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"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":"templateInstantiations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"systems","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":false,"unsettable":false,"transient":false,"unique":true,"name":"Identifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"leftSideSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rightSideSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"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":"processIdentifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":440,"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":"processParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templateIdentifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"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":"templateArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"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":"selections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"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":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":0},{"source":4,"target":1},{"source":4,"target":7},{"source":7,"target":8},{"source":7,"target":4},{"source":5,"target":1},{"source":5,"target":9},{"source":9,"target":10},{"source":9,"target":5},{"source":6,"target":1},{"source":6,"target":11},{"source":11,"target":12},{"source":11,"target":6},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":0},{"source":13,"target":2},{"source":13,"target":20},{"source":20,"target":21},{"source":20,"target":13},{"source":14,"target":2},{"source":14,"target":22},{"source":14,"target":23},{"source":22,"target":24},{"source":22,"target":25},{"source":22,"target":14},{"source":25,"target":24},{"source":15,"target":2},{"source":15,"target":14},{"source":15,"target":26},{"source":26,"target":14},{"source":16,"target":2},{"source":16,"target":14},{"source":16,"target":27},{"source":27,"target":14},{"source":17,"target":28},{"source":17,"target":29},{"source":17,"target":30},{"source":17,"target":31},{"source":17,"target":24},{"source":17,"target":32},{"source":17,"target":33},{"source":17,"target":34},{"source":17,"target":35},{"source":17,"target":36},{"source":17,"target":37},{"source":17,"target":38},{"source":17,"target":39},{"source":17,"target":40},{"source":17,"target":41},{"source":17,"target":42},{"source":17,"target":43},{"source":17,"target":44},{"source":17,"target":45},{"source":17,"target":46},{"source":17,"target":47},{"source":17,"target":2},{"source":28,"target":17},{"source":28,"target":48},{"source":28,"target":49},{"source":28,"target":50},{"source":28,"target":51},{"source":28,"target":52},{"source":28,"target":53},{"source":48,"target":28},{"source":49,"target":28},{"source":50,"target":28},{"source":51,"target":28},{"source":52,"target":28},{"source":53,"target":28},{"source":29,"target":17},{"source":29,"target":54},{"source":29,"target":55},{"source":29,"target":56},{"source":29,"target":57},{"source":29,"target":58},{"source":29,"target":59},{"source":29,"target":60},{"source":29,"target":61},{"source":29,"target":62},{"source":29,"target":63},{"source":29,"target":64},{"source":29,"target":65},{"source":29,"target":66},{"source":29,"target":67},{"source":29,"target":68},{"source":29,"target":69},{"source":29,"target":70},{"source":29,"target":71},{"source":29,"target":72},{"source":29,"target":73},{"source":29,"target":74},{"source":29,"target":75},{"source":29,"target":76},{"source":29,"target":77},{"source":29,"target":78},{"source":29,"target":79},{"source":29,"target":80},{"source":29,"target":81},{"source":29,"target":82},{"source":29,"target":83},{"source":54,"target":29},{"source":55,"target":29},{"source":56,"target":29},{"source":57,"target":29},{"source":58,"target":29},{"source":59,"target":29},{"source":60,"target":29},{"source":61,"target":29},{"source":62,"target":29},{"source":63,"target":29},{"source":64,"target":29},{"source":65,"target":29},{"source":66,"target":29},{"source":67,"target":29},{"source":68,"target":29},{"source":69,"target":29},{"source":70,"target":29},{"source":71,"target":29},{"source":72,"target":29},{"source":73,"target":29},{"source":74,"target":29},{"source":75,"target":29},{"source":76,"target":29},{"source":77,"target":29},{"source":78,"target":29},{"source":79,"target":29},{"source":80,"target":29},{"source":81,"target":29},{"source":82,"target":29},{"source":83,"target":29},{"source":30,"target":17},{"source":30,"target":84},{"source":30,"target":85},{"source":30,"target":86},{"source":84,"target":30},{"source":85,"target":30},{"source":86,"target":30},{"source":31,"target":17},{"source":31,"target":87},{"source":31,"target":88},{"source":31,"target":89},{"source":87,"target":31},{"source":88,"target":31},{"source":89,"target":31},{"source":24,"target":17},{"source":24,"target":4},{"source":24,"target":90},{"source":90,"target":4},{"source":32,"target":17},{"source":32,"target":24},{"source":32,"target":91},{"source":32,"target":92},{"source":91,"target":93},{"source":91,"target":32},{"source":92,"target":24},{"source":33,"target":17},{"source":33,"target":24},{"source":33,"target":94},{"source":33,"target":95},{"source":94,"target":13},{"source":94,"target":96},{"source":94,"target":33},{"source":96,"target":13},{"source":95,"target":24},{"source":34,"target":17},{"source":34,"target":24},{"source":34,"target":97},{"source":34,"target":98},{"source":34,"target":99},{"source":97,"target":24},{"source":97,"target":100},{"source":97,"target":34},{"source":100,"target":24},{"source":98,"target":24},{"source":98,"target":101},{"source":98,"target":34},{"source":101,"target":24},{"source":99,"target":24},{"source":35,"target":17},{"source":35,"target":24},{"source":35,"target":102},{"source":35,"target":103},{"source":35,"target":104},{"source":35,"target":105},{"source":102,"target":24},{"source":102,"target":106},{"source":102,"target":35},{"source":106,"target":24},{"source":103,"target":107},{"source":103,"target":35},{"source":104,"target":108},{"source":104,"target":35},{"source":105,"target":24},{"source":36,"target":17},{"source":36,"target":24},{"source":36,"target":109},{"source":36,"target":110},{"source":109,"target":24},{"source":109,"target":111},{"source":109,"target":36},{"source":111,"target":24},{"source":110,"target":24},{"source":37,"target":17},{"source":37,"target":24},{"source":37,"target":112},{"source":37,"target":113},{"source":37,"target":114},{"source":37,"target":115},{"source":112,"target":24},{"source":112,"target":116},{"source":112,"target":37},{"source":116,"target":24},{"source":113,"target":24},{"source":113,"target":117},{"source":113,"target":37},{"source":117,"target":24},{"source":114,"target":29},{"source":114,"target":118},{"source":114,"target":37},{"source":118,"target":29},{"source":115,"target":24},{"source":38,"target":17},{"source":38,"target":24},{"source":38,"target":119},{"source":38,"target":120},{"source":38,"target":121},{"source":38,"target":122},{"source":119,"target":24},{"source":119,"target":123},{"source":119,"target":38},{"source":123,"target":24},{"source":120,"target":24},{"source":120,"target":124},{"source":120,"target":38},{"source":124,"target":24},{"source":121,"target":28},{"source":121,"target":125},{"source":121,"target":38},{"source":125,"target":28},{"source":122,"target":24},{"source":39,"target":17},{"source":39,"target":24},{"source":39,"target":126},{"source":39,"target":127},{"source":39,"target":128},{"source":126,"target":30},{"source":126,"target":129},{"source":126,"target":39},{"source":129,"target":30},{"source":127,"target":24},{"source":127,"target":130},{"source":127,"target":39},{"source":130,"target":24},{"source":128,"target":24},{"source":40,"target":17},{"source":40,"target":24},{"source":40,"target":131},{"source":40,"target":132},{"source":40,"target":133},{"source":40,"target":134},{"source":131,"target":24},{"source":131,"target":135},{"source":131,"target":40},{"source":135,"target":24},{"source":132,"target":24},{"source":132,"target":136},{"source":132,"target":40},{"source":136,"target":24},{"source":133,"target":24},{"source":133,"target":137},{"source":133,"target":40},{"source":137,"target":24},{"source":134,"target":24},{"source":41,"target":17},{"source":41,"target":24},{"source":41,"target":138},{"source":41,"target":139},{"source":138,"target":13},{"source":138,"target":140},{"source":138,"target":41},{"source":140,"target":13},{"source":139,"target":24},{"source":42,"target":17},{"source":42,"target":24},{"source":42,"target":141},{"source":42,"target":142},{"source":42,"target":143},{"source":141,"target":24},{"source":141,"target":144},{"source":141,"target":42},{"source":144,"target":24},{"source":142,"target":24},{"source":142,"target":145},{"source":142,"target":42},{"source":145,"target":24},{"source":143,"target":24},{"source":43,"target":17},{"source":43,"target":24},{"source":43,"target":146},{"source":43,"target":147},{"source":43,"target":148},{"source":146,"target":24},{"source":146,"target":149},{"source":146,"target":43},{"source":149,"target":24},{"source":147,"target":13},{"source":147,"target":150},{"source":147,"target":43},{"source":150,"target":13},{"source":148,"target":24},{"source":44,"target":17},{"source":44,"target":24},{"source":44,"target":151},{"source":44,"target":152},{"source":44,"target":153},{"source":44,"target":154},{"source":151,"target":13},{"source":151,"target":155},{"source":151,"target":44},{"source":155,"target":13},{"source":152,"target":156},{"source":152,"target":157},{"source":152,"target":44},{"source":157,"target":156},{"source":153,"target":24},{"source":153,"target":158},{"source":153,"target":44},{"source":158,"target":24},{"source":154,"target":24},{"source":45,"target":17},{"source":45,"target":24},{"source":45,"target":159},{"source":45,"target":160},{"source":45,"target":161},{"source":45,"target":162},{"source":159,"target":24},{"source":159,"target":163},{"source":159,"target":45},{"source":163,"target":24},{"source":160,"target":156},{"source":160,"target":164},{"source":160,"target":45},{"source":164,"target":156},{"source":161,"target":24},{"source":161,"target":165},{"source":161,"target":45},{"source":165,"target":24},{"source":162,"target":24},{"source":46,"target":17},{"source":46,"target":24},{"source":46,"target":166},{"source":46,"target":167},{"source":166,"target":31},{"source":166,"target":168},{"source":166,"target":46},{"source":168,"target":31},{"source":167,"target":24},{"source":47,"target":17},{"source":47,"target":169},{"source":169,"target":13},{"source":169,"target":170},{"source":169,"target":47},{"source":170,"target":13},{"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":18,"target":189},{"source":18,"target":190},{"source":18,"target":191},{"source":18,"target":192},{"source":18,"target":193},{"source":18,"target":194},{"source":18,"target":195},{"source":18,"target":196},{"source":18,"target":197},{"source":18,"target":198},{"source":18,"target":199},{"source":18,"target":200},{"source":18,"target":201},{"source":18,"target":202},{"source":18,"target":203},{"source":18,"target":204},{"source":18,"target":205},{"source":18,"target":2},{"source":171,"target":18},{"source":171,"target":4},{"source":171,"target":206},{"source":206,"target":4},{"source":172,"target":18},{"source":172,"target":171},{"source":172,"target":207},{"source":172,"target":208},{"source":172,"target":209},{"source":207,"target":156},{"source":207,"target":210},{"source":207,"target":172},{"source":210,"target":156},{"source":208,"target":173},{"source":208,"target":211},{"source":208,"target":172},{"source":211,"target":173},{"source":209,"target":171},{"source":173,"target":18},{"source":173,"target":212},{"source":173,"target":213},{"source":173,"target":214},{"source":212,"target":13},{"source":212,"target":215},{"source":212,"target":173},{"source":215,"target":13},{"source":213,"target":179},{"source":213,"target":216},{"source":213,"target":173},{"source":216,"target":179},{"source":214,"target":182},{"source":214,"target":217},{"source":214,"target":173},{"source":217,"target":182},{"source":174,"target":18},{"source":174,"target":171},{"source":174,"target":218},{"source":174,"target":219},{"source":174,"target":220},{"source":218,"target":156},{"source":218,"target":221},{"source":218,"target":174},{"source":221,"target":156},{"source":219,"target":178},{"source":219,"target":222},{"source":219,"target":174},{"source":222,"target":178},{"source":220,"target":171},{"source":175,"target":18},{"source":175,"target":171},{"source":175,"target":223},{"source":175,"target":224},{"source":175,"target":225},{"source":175,"target":226},{"source":175,"target":227},{"source":223,"target":156},{"source":223,"target":228},{"source":223,"target":175},{"source":228,"target":156},{"source":224,"target":13},{"source":224,"target":229},{"source":224,"target":175},{"source":229,"target":13},{"source":225,"target":185},{"source":225,"target":230},{"source":225,"target":175},{"source":230,"target":185},{"source":226,"target":188},{"source":226,"target":231},{"source":226,"target":175},{"source":231,"target":188},{"source":227,"target":171},{"source":176,"target":18},{"source":176,"target":171},{"source":176,"target":232},{"source":176,"target":233},{"source":232,"target":198},{"source":232,"target":234},{"source":232,"target":176},{"source":234,"target":198},{"source":233,"target":171},{"source":177,"target":18},{"source":177,"target":235},{"source":177,"target":236},{"source":235,"target":156},{"source":235,"target":237},{"source":235,"target":177},{"source":237,"target":156},{"source":236,"target":178},{"source":236,"target":238},{"source":236,"target":177},{"source":238,"target":178},{"source":178,"target":18},{"source":178,"target":239},{"source":178,"target":240},{"source":239,"target":13},{"source":239,"target":241},{"source":239,"target":178},{"source":241,"target":13},{"source":240,"target":179},{"source":240,"target":242},{"source":240,"target":178},{"source":242,"target":179},{"source":179,"target":18},{"source":180,"target":18},{"source":180,"target":179},{"source":180,"target":243},{"source":180,"target":244},{"source":243,"target":24},{"source":243,"target":245},{"source":243,"target":180},{"source":245,"target":24},{"source":244,"target":179},{"source":181,"target":18},{"source":181,"target":179},{"source":181,"target":246},{"source":181,"target":247},{"source":246,"target":156},{"source":246,"target":248},{"source":246,"target":181},{"source":248,"target":156},{"source":247,"target":179},{"source":182,"target":18},{"source":183,"target":18},{"source":183,"target":182},{"source":183,"target":249},{"source":183,"target":250},{"source":249,"target":24},{"source":249,"target":251},{"source":249,"target":183},{"source":251,"target":24},{"source":250,"target":182},{"source":184,"target":18},{"source":184,"target":182},{"source":184,"target":252},{"source":184,"target":253},{"source":252,"target":182},{"source":252,"target":254},{"source":252,"target":184},{"source":254,"target":182},{"source":253,"target":182},{"source":185,"target":18},{"source":185,"target":255},{"source":185,"target":256},{"source":255,"target":156},{"source":255,"target":257},{"source":255,"target":185},{"source":257,"target":156},{"source":256,"target":178},{"source":256,"target":258},{"source":256,"target":185},{"source":258,"target":178},{"source":186,"target":18},{"source":186,"target":185},{"source":186,"target":259},{"source":259,"target":185},{"source":187,"target":18},{"source":187,"target":185},{"source":187,"target":260},{"source":260,"target":185},{"source":188,"target":18},{"source":188,"target":261},{"source":188,"target":262},{"source":261,"target":171},{"source":261,"target":263},{"source":261,"target":188},{"source":263,"target":171},{"source":262,"target":189},{"source":262,"target":264},{"source":262,"target":188},{"source":264,"target":189},{"source":189,"target":18},{"source":190,"target":18},{"source":190,"target":189},{"source":190,"target":188},{"source":190,"target":265},{"source":190,"target":266},{"source":265,"target":189},{"source":266,"target":188},{"source":191,"target":18},{"source":191,"target":189},{"source":191,"target":267},{"source":191,"target":268},{"source":267,"target":24},{"source":267,"target":269},{"source":267,"target":191},{"source":269,"target":24},{"source":268,"target":189},{"source":192,"target":18},{"source":192,"target":189},{"source":192,"target":270},{"source":192,"target":271},{"source":192,"target":272},{"source":192,"target":273},{"source":192,"target":274},{"source":270,"target":24},{"source":270,"target":275},{"source":270,"target":192},{"source":275,"target":24},{"source":271,"target":24},{"source":271,"target":276},{"source":271,"target":192},{"source":276,"target":24},{"source":272,"target":24},{"source":272,"target":277},{"source":272,"target":192},{"source":277,"target":24},{"source":273,"target":189},{"source":273,"target":278},{"source":273,"target":192},{"source":278,"target":189},{"source":274,"target":189},{"source":193,"target":18},{"source":193,"target":189},{"source":193,"target":279},{"source":193,"target":280},{"source":193,"target":281},{"source":193,"target":282},{"source":279,"target":13},{"source":279,"target":283},{"source":279,"target":193},{"source":283,"target":13},{"source":280,"target":156},{"source":280,"target":284},{"source":280,"target":193},{"source":284,"target":156},{"source":281,"target":189},{"source":281,"target":285},{"source":281,"target":193},{"source":285,"target":189},{"source":282,"target":189},{"source":194,"target":18},{"source":194,"target":189},{"source":194,"target":286},{"source":194,"target":287},{"source":194,"target":288},{"source":286,"target":24},{"source":286,"target":289},{"source":286,"target":194},{"source":289,"target":24},{"source":287,"target":189},{"source":287,"target":290},{"source":287,"target":194},{"source":290,"target":189},{"source":288,"target":189},{"source":195,"target":18},{"source":195,"target":189},{"source":195,"target":291},{"source":195,"target":292},{"source":195,"target":293},{"source":291,"target":189},{"source":291,"target":294},{"source":291,"target":195},{"source":294,"target":189},{"source":292,"target":24},{"source":292,"target":295},{"source":292,"target":195},{"source":295,"target":24},{"source":293,"target":189},{"source":196,"target":18},{"source":196,"target":189},{"source":196,"target":296},{"source":196,"target":297},{"source":196,"target":298},{"source":196,"target":299},{"source":296,"target":24},{"source":296,"target":300},{"source":296,"target":196},{"source":300,"target":24},{"source":297,"target":189},{"source":297,"target":301},{"source":297,"target":196},{"source":301,"target":189},{"source":298,"target":189},{"source":298,"target":302},{"source":298,"target":196},{"source":302,"target":189},{"source":299,"target":189},{"source":197,"target":18},{"source":197,"target":189},{"source":197,"target":303},{"source":197,"target":304},{"source":303,"target":24},{"source":303,"target":305},{"source":303,"target":197},{"source":305,"target":24},{"source":304,"target":189},{"source":198,"target":18},{"source":199,"target":18},{"source":199,"target":198},{"source":199,"target":306},{"source":306,"target":198},{"source":200,"target":18},{"source":200,"target":198},{"source":200,"target":307},{"source":200,"target":308},{"source":307,"target":203},{"source":307,"target":309},{"source":307,"target":200},{"source":309,"target":203},{"source":308,"target":198},{"source":201,"target":18},{"source":201,"target":198},{"source":201,"target":310},{"source":201,"target":311},{"source":201,"target":312},{"source":201,"target":313},{"source":310,"target":203},{"source":310,"target":314},{"source":310,"target":201},{"source":314,"target":203},{"source":311,"target":198},{"source":311,"target":315},{"source":311,"target":201},{"source":315,"target":198},{"source":312,"target":202},{"source":312,"target":316},{"source":312,"target":201},{"source":316,"target":202},{"source":313,"target":198},{"source":202,"target":18},{"source":202,"target":317},{"source":202,"target":318},{"source":317,"target":202},{"source":318,"target":202},{"source":203,"target":18},{"source":204,"target":18},{"source":204,"target":203},{"source":204,"target":319},{"source":204,"target":320},{"source":319,"target":13},{"source":319,"target":321},{"source":319,"target":204},{"source":321,"target":13},{"source":320,"target":203},{"source":205,"target":18},{"source":205,"target":203},{"source":205,"target":322},{"source":205,"target":323},{"source":205,"target":324},{"source":322,"target":203},{"source":322,"target":325},{"source":322,"target":205},{"source":325,"target":203},{"source":323,"target":24},{"source":323,"target":326},{"source":323,"target":205},{"source":326,"target":24},{"source":324,"target":203},{"source":19,"target":156},{"source":19,"target":327},{"source":19,"target":328},{"source":19,"target":329},{"source":19,"target":330},{"source":19,"target":331},{"source":19,"target":332},{"source":19,"target":333},{"source":19,"target":2},{"source":156,"target":19},{"source":156,"target":334},{"source":334,"target":333},{"source":334,"target":335},{"source":334,"target":156},{"source":335,"target":333},{"source":327,"target":19},{"source":327,"target":156},{"source":327,"target":336},{"source":327,"target":337},{"source":336,"target":13},{"source":336,"target":338},{"source":336,"target":327},{"source":338,"target":13},{"source":337,"target":156},{"source":328,"target":19},{"source":328,"target":156},{"source":328,"target":339},{"source":328,"target":340},{"source":339,"target":332},{"source":339,"target":341},{"source":339,"target":328},{"source":341,"target":332},{"source":340,"target":156},{"source":329,"target":19},{"source":329,"target":156},{"source":329,"target":342},{"source":329,"target":343},{"source":329,"target":344},{"source":342,"target":24},{"source":342,"target":345},{"source":342,"target":329},{"source":345,"target":24},{"source":343,"target":24},{"source":343,"target":346},{"source":343,"target":329},{"source":346,"target":24},{"source":344,"target":156},{"source":330,"target":19},{"source":330,"target":156},{"source":330,"target":347},{"source":330,"target":348},{"source":347,"target":24},{"source":347,"target":349},{"source":347,"target":330},{"source":349,"target":24},{"source":348,"target":156},{"source":331,"target":19},{"source":331,"target":156},{"source":331,"target":350},{"source":331,"target":351},{"source":350,"target":177},{"source":350,"target":352},{"source":350,"target":331},{"source":352,"target":177},{"source":351,"target":156},{"source":332,"target":19},{"source":332,"target":353},{"source":332,"target":354},{"source":332,"target":355},{"source":332,"target":356},{"source":332,"target":357},{"source":353,"target":332},{"source":354,"target":332},{"source":355,"target":332},{"source":356,"target":332},{"source":357,"target":332},{"source":333,"target":19},{"source":333,"target":358},{"source":333,"target":359},{"source":333,"target":360},{"source":333,"target":361},{"source":333,"target":362},{"source":358,"target":333},{"source":359,"target":333},{"source":360,"target":333},{"source":361,"target":333},{"source":362,"target":333},{"source":3,"target":363},{"source":3,"target":364},{"source":3,"target":365},{"source":3,"target":366},{"source":3,"target":367},{"source":3,"target":368},{"source":3,"target":369},{"source":3,"target":370},{"source":3,"target":371},{"source":3,"target":372},{"source":3,"target":373},{"source":3,"target":374},{"source":3,"target":375},{"source":3,"target":0},{"source":363,"target":3},{"source":363,"target":366},{"source":363,"target":376},{"source":363,"target":377},{"source":363,"target":378},{"source":363,"target":379},{"source":363,"target":380},{"source":376,"target":171},{"source":376,"target":381},{"source":376,"target":363},{"source":381,"target":171},{"source":377,"target":364},{"source":377,"target":382},{"source":377,"target":363},{"source":382,"target":364},{"source":378,"target":368},{"source":378,"target":383},{"source":378,"target":363},{"source":383,"target":368},{"source":379,"target":384},{"source":379,"target":363},{"source":380,"target":366},{"source":364,"target":3},{"source":364,"target":366},{"source":364,"target":6},{"source":364,"target":5},{"source":364,"target":385},{"source":364,"target":386},{"source":364,"target":387},{"source":364,"target":388},{"source":364,"target":389},{"source":364,"target":390},{"source":364,"target":391},{"source":364,"target":392},{"source":385,"target":171},{"source":385,"target":393},{"source":385,"target":364},{"source":393,"target":171},{"source":386,"target":367},{"source":386,"target":394},{"source":386,"target":364},{"source":394,"target":367},{"source":387,"target":395},{"source":387,"target":364},{"source":388,"target":367},{"source":388,"target":396},{"source":388,"target":364},{"source":396,"target":367},{"source":389,"target":365},{"source":389,"target":397},{"source":389,"target":364},{"source":397,"target":365},{"source":390,"target":366},{"source":391,"target":6},{"source":392,"target":5},{"source":365,"target":3},{"source":365,"target":366},{"source":365,"target":398},{"source":365,"target":399},{"source":365,"target":400},{"source":365,"target":401},{"source":365,"target":402},{"source":365,"target":403},{"source":365,"target":404},{"source":365,"target":405},{"source":365,"target":406},{"source":398,"target":367},{"source":398,"target":407},{"source":398,"target":365},{"source":407,"target":367},{"source":399,"target":367},{"source":399,"target":408},{"source":399,"target":365},{"source":408,"target":367},{"source":400,"target":375},{"source":400,"target":409},{"source":400,"target":365},{"source":409,"target":375},{"source":401,"target":14},{"source":401,"target":410},{"source":401,"target":365},{"source":410,"target":14},{"source":402,"target":373},{"source":402,"target":411},{"source":402,"target":365},{"source":411,"target":373},{"source":403,"target":374},{"source":403,"target":412},{"source":403,"target":365},{"source":412,"target":374},{"source":404,"target":413},{"source":404,"target":365},{"source":405,"target":366},{"source":366,"target":3},{"source":366,"target":4},{"source":366,"target":6},{"source":366,"target":414},{"source":366,"target":415},{"source":414,"target":4},{"source":415,"target":6},{"source":367,"target":3},{"source":367,"target":366},{"source":367,"target":416},{"source":367,"target":417},{"source":367,"target":418},{"source":367,"target":419},{"source":367,"target":420},{"source":367,"target":421},{"source":416,"target":422},{"source":416,"target":367},{"source":417,"target":423},{"source":417,"target":367},{"source":418,"target":24},{"source":418,"target":424},{"source":418,"target":367},{"source":424,"target":24},{"source":419,"target":425},{"source":419,"target":367},{"source":420,"target":366},{"source":368,"target":3},{"source":368,"target":426},{"source":368,"target":427},{"source":426,"target":372},{"source":426,"target":428},{"source":426,"target":368},{"source":428,"target":372},{"source":427,"target":369},{"source":427,"target":429},{"source":427,"target":368},{"source":429,"target":369},{"source":369,"target":3},{"source":370,"target":3},{"source":370,"target":369},{"source":370,"target":430},{"source":370,"target":431},{"source":430,"target":13},{"source":430,"target":432},{"source":430,"target":370},{"source":432,"target":13},{"source":431,"target":369},{"source":371,"target":3},{"source":371,"target":369},{"source":371,"target":433},{"source":371,"target":434},{"source":371,"target":435},{"source":371,"target":436},{"source":433,"target":369},{"source":433,"target":437},{"source":433,"target":371},{"source":437,"target":369},{"source":434,"target":369},{"source":434,"target":438},{"source":434,"target":371},{"source":438,"target":369},{"source":435,"target":202},{"source":435,"target":439},{"source":435,"target":371},{"source":439,"target":202},{"source":436,"target":369},{"source":372,"target":3},{"source":372,"target":440},{"source":372,"target":441},{"source":372,"target":442},{"source":372,"target":443},{"source":440,"target":13},{"source":440,"target":444},{"source":440,"target":372},{"source":444,"target":13},{"source":441,"target":185},{"source":441,"target":445},{"source":441,"target":372},{"source":445,"target":185},{"source":442,"target":13},{"source":442,"target":446},{"source":442,"target":372},{"source":446,"target":13},{"source":443,"target":24},{"source":443,"target":447},{"source":443,"target":372},{"source":447,"target":24},{"source":373,"target":3},{"source":373,"target":448},{"source":373,"target":449},{"source":448,"target":47},{"source":448,"target":450},{"source":448,"target":373},{"source":450,"target":47},{"source":374,"target":3},{"source":374,"target":451},{"source":374,"target":452},{"source":451,"target":24},{"source":451,"target":453},{"source":451,"target":374},{"source":453,"target":24},{"source":375,"target":3},{"source":375,"target":454},{"source":375,"target":455},{"source":454,"target":24},{"source":454,"target":456},{"source":454,"target":375},{"source":456,"target":24}],"multigraph":true}
ecore
calculator
repo-ecore-all/data/lgcardeas/xtext-forms-integration/plugins/org.eclipse.xtext.example.arithmetics/src-gen/org/eclipse/xtext/example/arithmetics/Arithmetics.ecore
arithmetics Evaluation expression Expression Plus left right Minus left right Multi left right Div left right NumberLiteral value
<?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="arithmetics" nsURI="http://www.eclipse.org/Xtext/example/Arithmetics" nsPrefix="arithmetics"> <eClassifiers xsi:type="ecore:EClass" name="Evaluation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="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="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="Multi" 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="Div" 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="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"arithmetics","nsURI":"http://www.eclipse.org/Xtext/example/Arithmetics","name":"arithmetics","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multi","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":7,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":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":15,"derived":false},{"container":false,"ordered":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":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"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":30,"derived":false},{"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":0,"target":7},{"source":1,"target":0},{"source":1,"target":8},{"source":8,"target":2},{"source":8,"target":9},{"source":8,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":10},{"source":3,"target":11},{"source":3,"target":12},{"source":10,"target":2},{"source":10,"target":13},{"source":10,"target":3},{"source":13,"target":2},{"source":11,"target":2},{"source":11,"target":14},{"source":11,"target":3},{"source":14,"target":2},{"source":12,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":15,"target":2},{"source":15,"target":18},{"source":15,"target":4},{"source":18,"target":2},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":4},{"source":19,"target":2},{"source":17,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":20},{"source":5,"target":21},{"source":5,"target":22},{"source":20,"target":2},{"source":20,"target":23},{"source":20,"target":5},{"source":23,"target":2},{"source":21,"target":2},{"source":21,"target":24},{"source":21,"target":5},{"source":24,"target":2},{"source":22,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":25},{"source":6,"target":26},{"source":6,"target":27},{"source":25,"target":2},{"source":25,"target":28},{"source":25,"target":6},{"source":28,"target":2},{"source":26,"target":2},{"source":26,"target":29},{"source":26,"target":6},{"source":29,"target":2},{"source":27,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":30},{"source":7,"target":31},{"source":30,"target":32},{"source":30,"target":7},{"source":31,"target":2}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/anatlyzer/a2l/tests/a2l.tests.vmtesting.emf/transformations/Ecore2Class/Class.ecore
PrimitiveTypes Boolean boolean boolean Integer int int Class NamedElt name Classifier DataType Class super attr isAbstract Attribute multiValued type owner
<?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="PrimitiveTypes" nsURI="ClassPrimitiveTypes" nsPrefix="ClassPrimitiveTypes"> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> </ecore:EPackage> <ecore:EPackage name="Class" nsURI="Ecore2Class_Class" nsPrefix="Ecore2Class_Class"> <eClassifiers xsi:type="ecore:EClass" name="NamedElt" abstract="true"> <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="Classifier" abstract="true" eSuperTypes="#/1/NamedElt"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#/1/Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#/1/Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="super" ordered="false" upperBound="-1" eType="#/1/Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attr" upperBound="-1" eType="#/1/Attribute" containment="true" eOpposite="#/1/Attribute/owner"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/NamedElt"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multiValued" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#/1/Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#/1/Class" eOpposite="#/1/Class/attr"/> </eClassifiers> </ecore:EPackage> </xmi:XMI>
false
{"directed":true,"nodes":[{"nsPrefix":"ClassPrimitiveTypes","nsURI":"ClassPrimitiveTypes","name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":2,"serializable":true,"eClass":"EDataType"},{"nsPrefix":"Ecore2Class_Class","nsURI":"Ecore2Class_Class","name":"Class","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElt","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"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":"Class","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":8,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"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":"super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"multiValued","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"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":4,"target":3},{"source":4,"target":9},{"source":9,"target":10},{"source":9,"target":4},{"source":5,"target":3},{"source":5,"target":4},{"source":5,"target":11},{"source":11,"target":4},{"source":6,"target":3},{"source":6,"target":5},{"source":6,"target":12},{"source":12,"target":5},{"source":7,"target":3},{"source":7,"target":5},{"source":7,"target":13},{"source":7,"target":14},{"source":7,"target":15},{"source":7,"target":16},{"source":13,"target":7},{"source":13,"target":17},{"source":13,"target":7},{"source":17,"target":7},{"source":14,"target":8},{"source":14,"target":18},{"source":14,"target":7},{"source":14,"target":19},{"source":18,"target":8},{"source":15,"target":20},{"source":15,"target":7},{"source":16,"target":5},{"source":8,"target":3},{"source":8,"target":4},{"source":8,"target":21},{"source":8,"target":22},{"source":8,"target":19},{"source":8,"target":23},{"source":21,"target":24},{"source":21,"target":8},{"source":22,"target":5},{"source":22,"target":25},{"source":22,"target":8},{"source":25,"target":5},{"source":19,"target":7},{"source":19,"target":26},{"source":19,"target":8},{"source":19,"target":14},{"source":26,"target":7},{"source":23,"target":4}],"multigraph":true}
ecore
gui
repo-ecore-all/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/bootstrap.ecore
bootstrap Site pages mainPage title Page title description sections site name MainPage title description site Section title description widgets page Widget title section Form formWidgets Table columnNames rowNames striped bordered Text columnNumber Video path Gallery imagesPath ImagesBlock imagesPath FormWidget label form TextArea Spinner values CheckBox description
<?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="bootstrap" nsURI="http://www.obeonetwork.org/2012/bootstrap" nsPrefix="bootstrap"> <eClassifiers xsi:type="ecore:EClass" name="Site"> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1" eType="#//Page" containment="true" eOpposite="#//Page/site"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mainPage" lowerBound="1" eType="#//MainPage" containment="true" eOpposite="#//MainPage/site"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" 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="sections" lowerBound="1" upperBound="-1" eType="#//Section" containment="true" eOpposite="#//Section/page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="site" lowerBound="1" eType="#//Site" eOpposite="#//Site/pages"/> <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="MainPage"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" 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="site" lowerBound="1" eType="#//Site" eOpposite="#//Site/mainPage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Section"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" 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="widgets" lowerBound="1" upperBound="-1" eType="#//Widget" containment="true" eOpposite="#//Widget/section"/> <eStructuralFeatures xsi:type="ecore:EReference" name="page" lowerBound="1" eType="#//Page" eOpposite="#//Page/sections"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Widget" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="section" lowerBound="1" eType="#//Section" eOpposite="#//Section/widgets"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EReference" name="formWidgets" lowerBound="1" upperBound="-1" eType="#//FormWidget" containment="true" eOpposite="#//FormWidget/form"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNames" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rowNames" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="striped" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bordered" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Text" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnNumber" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Video" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gallery" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imagesPath" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImagesBlock" eSuperTypes="#//Widget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imagesPath" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormWidget" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="form" lowerBound="1" eType="#//Form" eOpposite="#//Form/formWidgets"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextArea" eSuperTypes="#//FormWidget"/> <eClassifiers xsi:type="ecore:EClass" name="Spinner" eSuperTypes="#//FormWidget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="values" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckBox" eSuperTypes="#//FormWidget"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"bootstrap","nsURI":"http://www.obeonetwork.org/2012/bootstrap","name":"bootstrap","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Site","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MainPage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Section","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Widget","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Text","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Video","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gallery","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImagesBlock","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormWidget","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextArea","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spinner","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckBox","instanceClass":null,"abstract":false,"id":15,"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":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"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":"mainPage","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"title","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"id":19,"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":"site","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"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":"site","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"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":"title","changeable":true,"lowerBound":1,"iD":false,"id":24,"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":25,"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":"sections","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":27,"derived":false},{"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":"page","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":34,"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":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":1,"iD":false,"id":39,"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":40,"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":"widgets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"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":"section","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"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":"title","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"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":"formWidgets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"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":"form","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnNames","changeable":true,"lowerBound":1,"iD":false,"id":54,"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":"rowNames","changeable":true,"lowerBound":0,"iD":false,"id":55,"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":"striped","changeable":true,"lowerBound":1,"iD":false,"id":56,"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":"bordered","changeable":true,"lowerBound":1,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnNumber","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"imagesPath","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"imagesPath","changeable":true,"lowerBound":1,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"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":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":1},{"source":16,"target":20},{"source":19,"target":2},{"source":17,"target":3},{"source":17,"target":21},{"source":17,"target":1},{"source":17,"target":22},{"source":21,"target":3},{"source":18,"target":23},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":20},{"source":2,"target":27},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":26,"target":4},{"source":26,"target":30},{"source":26,"target":2},{"source":26,"target":31},{"source":30,"target":4},{"source":20,"target":1},{"source":20,"target":32},{"source":20,"target":2},{"source":20,"target":16},{"source":32,"target":1},{"source":27,"target":33},{"source":27,"target":2},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":22},{"source":34,"target":36},{"source":34,"target":3},{"source":35,"target":37},{"source":35,"target":3},{"source":22,"target":1},{"source":22,"target":38},{"source":22,"target":3},{"source":22,"target":17},{"source":38,"target":1},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":31},{"source":39,"target":42},{"source":39,"target":4},{"source":40,"target":43},{"source":40,"target":4},{"source":41,"target":5},{"source":41,"target":44},{"source":41,"target":4},{"source":41,"target":45},{"source":44,"target":5},{"source":31,"target":2},{"source":31,"target":46},{"source":31,"target":4},{"source":31,"target":26},{"source":46,"target":2},{"source":5,"target":0},{"source":5,"target":47},{"source":5,"target":45},{"source":47,"target":48},{"source":47,"target":5},{"source":45,"target":4},{"source":45,"target":49},{"source":45,"target":5},{"source":45,"target":41},{"source":49,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":50},{"source":6,"target":51},{"source":50,"target":12},{"source":50,"target":52},{"source":50,"target":6},{"source":50,"target":53},{"source":52,"target":12},{"source":51,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":54,"target":59},{"source":54,"target":7},{"source":55,"target":60},{"source":55,"target":7},{"source":56,"target":61},{"source":56,"target":7},{"source":57,"target":62},{"source":57,"target":7},{"source":58,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":63},{"source":8,"target":64},{"source":63,"target":65},{"source":63,"target":8},{"source":64,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":66},{"source":9,"target":67},{"source":66,"target":68},{"source":66,"target":9},{"source":67,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":69},{"source":10,"target":70},{"source":69,"target":71},{"source":69,"target":10},{"source":70,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":72},{"source":11,"target":73},{"source":72,"target":74},{"source":72,"target":11},{"source":73,"target":5},{"source":12,"target":0},{"source":12,"target":75},{"source":12,"target":53},{"source":75,"target":76},{"source":75,"target":12},{"source":53,"target":6},{"source":53,"target":77},{"source":53,"target":12},{"source":53,"target":50},{"source":77,"target":6},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":78},{"source":78,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":79},{"source":14,"target":80},{"source":79,"target":81},{"source":79,"target":14},{"source":80,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":82},{"source":15,"target":83},{"source":82,"target":84},{"source":82,"target":15},{"source":83,"target":12}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/jesusc/bento/bin/zoo/uml2measure/OO_concept.ecore
simple_OO_concept NamedElement name Package classes dependencies Dependency supplier client Class isAbstract attributes operations parents Feature isPublic isProtected isPrivate Attribute atttype Operation parameters method Behavior Parameter partype
<?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="simple_OO_concept" nsURI="simple_OO_concept" nsPrefix="simple_OO_concept"> <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="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1" eType="#//Class" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//Dependency" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency"> <eStructuralFeatures xsi:type="ecore:EReference" name="supplier" lowerBound="1" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="client" lowerBound="1" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="-1" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPublic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isProtected" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrivate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement #//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="atttype" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//NamedElement #//Feature"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="partype" eType="#//Class"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"simple_OO_concept","nsURI":"simple_OO_concept","name":"simple_OO_concept","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":"Package","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","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":"Feature","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"dependencies","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supplier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"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":"client","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"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":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"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":"attributes","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":"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":"parents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPublic","changeable":true,"lowerBound":0,"iD":false,"id":30,"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":"isProtected","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":"isPrivate","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"atttype","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","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":false,"unsettable":false,"transient":false,"unique":true,"name":"method","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"partype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"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":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":2,"target":14},{"source":12,"target":4},{"source":12,"target":15},{"source":12,"target":2},{"source":15,"target":4},{"source":13,"target":3},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":3},{"source":14,"target":1},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":18},{"source":17,"target":1},{"source":17,"target":19},{"source":17,"target":3},{"source":19,"target":1},{"source":18,"target":1},{"source":18,"target":20},{"source":18,"target":3},{"source":20,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":21,"target":26},{"source":21,"target":4},{"source":22,"target":6},{"source":22,"target":27},{"source":22,"target":4},{"source":27,"target":6},{"source":23,"target":7},{"source":23,"target":28},{"source":23,"target":4},{"source":28,"target":7},{"source":24,"target":4},{"source":24,"target":29},{"source":24,"target":4},{"source":29,"target":4},{"source":25,"target":1},{"source":5,"target":0},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":30,"target":33},{"source":30,"target":5},{"source":31,"target":34},{"source":31,"target":5},{"source":32,"target":35},{"source":32,"target":5},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":5},{"source":6,"target":36},{"source":6,"target":37},{"source":6,"target":38},{"source":36,"target":4},{"source":36,"target":39},{"source":36,"target":6},{"source":39,"target":4},{"source":37,"target":1},{"source":38,"target":5},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":5},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":40,"target":9},{"source":40,"target":44},{"source":40,"target":7},{"source":44,"target":9},{"source":41,"target":8},{"source":41,"target":45},{"source":41,"target":7},{"source":45,"target":8},{"source":42,"target":1},{"source":43,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":46},{"source":46,"target":4},{"source":9,"target":0},{"source":9,"target":47},{"source":47,"target":4},{"source":47,"target":48},{"source":47,"target":9},{"source":48,"target":4}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsDataSet2inheritedMemberIsValid.ecore
UML2 VisibilityKind package package private private protected protected public public MergeNode DataType DurationInterval StructuredClassifier StructuralFeatureAction CreateObjectAction ParameterSet AddVariableValueAction Variable ValueSpecification ClearStructuralFeatureAction OutputPin SendSignalAction FinalState ActivityFinalNode RedefinableElement StateInvariant WriteStructuralFeatureAction Operation LinkAction Connector DeployedArtifact ParameterableClassifier State InstanceSpecification Node EventOccurrence RaiseExceptionAction Behavior TimeObservationAction ObjectFlow Collaboration Classifier inheritedMember generalization InitialNode DurationConstraint Deployment ReadStructuralFeatureAction Dependency Continuation MessageEnd ValuePin Artifact Interval DurationObservationAction CallTrigger Substitution ControlFlow AnyTrigger TimeExpression ClearAssociationAction EncapsulatedClassifier UseCase OpaqueExpression Profile DecisionNode Enumeration Actor Reception RedefinableTemplateSignature IntervalConstraint StructuralFeature Pin PackageableElement MessageTrigger RemoveStructuralFeatureValueAction ObjectNode StateMachine CombinedFragment Property PartDecomposition Port SendObjectAction ReadIsClassifiedObjectAction Vertex ChangeTrigger ReadExtentAction StructuredActivityNode InstanceValue ReadLinkObjectEndAction BehavioralFeature Message Model DestroyObjectAction RemoveVariableValueAction InputPin GeneralizationSet DeploymentSpecification ReadVariableAction WriteVariableAction TypedElement Interface Feature CollaborationOccurrence ReadLinkAction Generalization general ExtensionPoint FinalNode ActivityParameterNode Pseudostate ReadSelfAction Duration BroadcastSignalAction ExecutableNode Usage AssociationClass AcceptEventAction BehavioredClassifier LiteralString Stop PrimitiveType Class DataStoreNode ActivityEdge ForkNode Realization Manifestation Signal LiteralSpecification TemplateableClassifier ConnectionPointReference TestIdentityAction ConnectableElement ExecutionOccurrence CallBehaviorAction Type ProtocolTransition ExpansionRegion Region StartOwnedBehaviorAction ControlNode Gate CallAction Include ActivityNode InteractionConstraint AcceptCallAction InvocationAction ReclassifyObjectAction TimeInterval PrimitiveFunction Implementation Constraint DestroyLinkAction NamedElement visibility Activity ProtocolStateMachine ClearVariableAction TimeTrigger ActivityPartition CreateLinkObjectAction InformationItem GeneralOrdering VariableAction TimeConstraint CreateLinkAction DeploymentTarget Action ExtensionEnd FlowFinalNode ConditionalNode LiteralInteger LiteralNull ApplyFunctionAction CallOperationAction Component InteractionFragment SignalTrigger InteractionOperand Namespace member ReplyAction CommunicationPath CentralBufferNode LiteralUnlimitedNatural Parameter Abstraction WriteLinkAction ReadLinkObjectEndQualifierAction Package Lifeline InteractionOccurrence Permission ExpansionNode Extension EnumerationLiteral Device Expression Trigger Interaction ExecutionEnvironment Association InformationFlow Extend LoopNode AddStructuralFeatureValueAction Stereotype LiteralBoolean Transition JoinNode
<?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:EEnum" name="VisibilityKind"> <eLiterals name="package" value="1" literal="package"/> <eLiterals name="private" value="2" literal="private"/> <eLiterals name="protected" value="3" literal="protected"/> <eLiterals name="public" value="4" literal="public"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="inheritedMember" upperBound="-1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="#//VisibilityKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","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":"InstanceSpecification","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","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":"Dependency","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","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":"Actor","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","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":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","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":"ReadVariableAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"name":"package","id":200,"value":1,"literal":"package","eClass":"EEnumLiteral"},{"name":"private","id":201,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":202,"value":3,"literal":"protected","eClass":"EEnumLiteral"},{"name":"public","id":203,"value":4,"literal":"public","eClass":"EEnumLiteral"},{"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"},{"container":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":"inheritedMember","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":"generalization","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"},{"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"},{"container":false,"ordered":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":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"},{"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"},{"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":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"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"},{"container":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":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"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"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":1,"target":0},{"source":1,"target":200},{"source":1,"target":201},{"source":1,"target":202},{"source":1,"target":203},{"source":200,"target":1},{"source":201,"target":1},{"source":202,"target":1},{"source":203,"target":1},{"source":2,"target":0},{"source":2,"target":131},{"source":2,"target":204},{"source":204,"target":131},{"source":3,"target":0},{"source":3,"target":34},{"source":3,"target":205},{"source":205,"target":34},{"source":4,"target":0},{"source":4,"target":44},{"source":4,"target":206},{"source":206,"target":44},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":207},{"source":207,"target":34},{"source":6,"target":0},{"source":6,"target":158},{"source":6,"target":208},{"source":208,"target":158},{"source":7,"target":0},{"source":7,"target":158},{"source":7,"target":209},{"source":209,"target":158},{"source":8,"target":0},{"source":8,"target":145},{"source":8,"target":210},{"source":210,"target":145},{"source":9,"target":0},{"source":9,"target":90},{"source":9,"target":211},{"source":211,"target":90},{"source":10,"target":0},{"source":10,"target":123},{"source":10,"target":91},{"source":10,"target":212},{"source":10,"target":213},{"source":212,"target":123},{"source":213,"target":91},{"source":11,"target":0},{"source":11,"target":91},{"source":11,"target":214},{"source":214,"target":91},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":215},{"source":215,"target":6},{"source":13,"target":0},{"source":13,"target":63},{"source":13,"target":216},{"source":216,"target":63},{"source":14,"target":0},{"source":14,"target":138},{"source":14,"target":217},{"source":217,"target":138},{"source":15,"target":0},{"source":15,"target":25},{"source":15,"target":218},{"source":218,"target":25},{"source":16,"target":0},{"source":16,"target":98},{"source":16,"target":219},{"source":219,"target":98},{"source":17,"target":0},{"source":17,"target":145},{"source":17,"target":220},{"source":220,"target":145},{"source":18,"target":0},{"source":18,"target":167},{"source":18,"target":221},{"source":221,"target":167},{"source":19,"target":0},{"source":19,"target":6},{"source":19,"target":222},{"source":222,"target":6},{"source":20,"target":0},{"source":20,"target":81},{"source":20,"target":91},{"source":20,"target":223},{"source":20,"target":224},{"source":223,"target":81},{"source":224,"target":91},{"source":21,"target":0},{"source":21,"target":158},{"source":21,"target":225},{"source":225,"target":158},{"source":22,"target":0},{"source":22,"target":93},{"source":22,"target":226},{"source":226,"target":93},{"source":23,"target":0},{"source":23,"target":145},{"source":23,"target":227},{"source":227,"target":145},{"source":24,"target":0},{"source":24,"target":34},{"source":24,"target":228},{"source":228,"target":34},{"source":25,"target":0},{"source":25,"target":170},{"source":25,"target":17},{"source":25,"target":75},{"source":25,"target":229},{"source":25,"target":230},{"source":25,"target":231},{"source":229,"target":170},{"source":230,"target":17},{"source":231,"target":75},{"source":26,"target":0},{"source":26,"target":64},{"source":26,"target":157},{"source":26,"target":23},{"source":26,"target":232},{"source":26,"target":233},{"source":26,"target":234},{"source":232,"target":64},{"source":233,"target":157},{"source":234,"target":23},{"source":27,"target":0},{"source":27,"target":112},{"source":27,"target":157},{"source":27,"target":235},{"source":27,"target":236},{"source":235,"target":112},{"source":236,"target":157},{"source":28,"target":0},{"source":28,"target":167},{"source":28,"target":41},{"source":28,"target":237},{"source":28,"target":238},{"source":237,"target":167},{"source":238,"target":41},{"source":29,"target":0},{"source":29,"target":158},{"source":29,"target":239},{"source":239,"target":158},{"source":30,"target":0},{"source":30,"target":112},{"source":30,"target":240},{"source":240,"target":112},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":241},{"source":241,"target":19},{"source":32,"target":0},{"source":32,"target":114},{"source":32,"target":242},{"source":242,"target":114},{"source":33,"target":0},{"source":33,"target":108},{"source":33,"target":5},{"source":33,"target":243},{"source":33,"target":244},{"source":243,"target":108},{"source":244,"target":5},{"source":34,"target":0},{"source":34,"target":170},{"source":34,"target":126},{"source":34,"target":17},{"source":34,"target":245},{"source":34,"target":246},{"source":34,"target":247},{"source":34,"target":248},{"source":34,"target":249},{"source":245,"target":145},{"source":245,"target":250},{"source":245,"target":34},{"source":250,"target":145},{"source":246,"target":96},{"source":246,"target":251},{"source":246,"target":34},{"source":251,"target":96},{"source":247,"target":170},{"source":248,"target":126},{"source":249,"target":17},{"source":35,"target":0},{"source":35,"target":131},{"source":35,"target":252},{"source":252,"target":131},{"source":36,"target":0},{"source":36,"target":61},{"source":36,"target":253},{"source":253,"target":61},{"source":37,"target":0},{"source":37,"target":39},{"source":37,"target":254},{"source":254,"target":39},{"source":38,"target":0},{"source":38,"target":6},{"source":38,"target":255},{"source":255,"target":6},{"source":39,"target":0},{"source":39,"target":64},{"source":39,"target":256},{"source":256,"target":64},{"source":40,"target":0},{"source":40,"target":167},{"source":40,"target":257},{"source":257,"target":167},{"source":41,"target":0},{"source":41,"target":145},{"source":41,"target":258},{"source":258,"target":145},{"source":42,"target":0},{"source":42,"target":86},{"source":42,"target":259},{"source":259,"target":86},{"source":43,"target":0},{"source":43,"target":34},{"source":43,"target":23},{"source":43,"target":260},{"source":43,"target":261},{"source":260,"target":34},{"source":261,"target":23},{"source":44,"target":0},{"source":44,"target":11},{"source":44,"target":262},{"source":262,"target":11},{"source":45,"target":0},{"source":45,"target":19},{"source":45,"target":263},{"source":263,"target":19},{"source":46,"target":0},{"source":46,"target":65},{"source":46,"target":264},{"source":264,"target":65},{"source":47,"target":0},{"source":47,"target":116},{"source":47,"target":265},{"source":265,"target":116},{"source":48,"target":0},{"source":48,"target":114},{"source":48,"target":266},{"source":266,"target":114},{"source":49,"target":0},{"source":49,"target":65},{"source":49,"target":267},{"source":267,"target":65},{"source":50,"target":0},{"source":50,"target":11},{"source":50,"target":268},{"source":268,"target":11},{"source":51,"target":0},{"source":51,"target":158},{"source":51,"target":269},{"source":269,"target":158},{"source":52,"target":0},{"source":52,"target":5},{"source":52,"target":270},{"source":270,"target":5},{"source":53,"target":0},{"source":53,"target":108},{"source":53,"target":271},{"source":271,"target":108},{"source":54,"target":0},{"source":54,"target":11},{"source":54,"target":272},{"source":272,"target":11},{"source":55,"target":0},{"source":55,"target":179},{"source":55,"target":273},{"source":273,"target":179},{"source":56,"target":0},{"source":56,"target":131},{"source":56,"target":274},{"source":274,"target":131},{"source":57,"target":0},{"source":57,"target":3},{"source":57,"target":275},{"source":275,"target":3},{"source":58,"target":0},{"source":58,"target":34},{"source":58,"target":276},{"source":276,"target":34},{"source":59,"target":0},{"source":59,"target":81},{"source":59,"target":277},{"source":277,"target":81},{"source":60,"target":0},{"source":60,"target":17},{"source":60,"target":278},{"source":278,"target":17},{"source":61,"target":0},{"source":61,"target":143},{"source":61,"target":279},{"source":279,"target":143},{"source":62,"target":0},{"source":62,"target":93},{"source":62,"target":91},{"source":62,"target":280},{"source":62,"target":281},{"source":280,"target":93},{"source":281,"target":91},{"source":63,"target":0},{"source":63,"target":67},{"source":63,"target":282},{"source":282,"target":67},{"source":64,"target":0},{"source":64,"target":145},{"source":64,"target":283},{"source":283,"target":145},{"source":65,"target":0},{"source":65,"target":188},{"source":65,"target":284},{"source":284,"target":188},{"source":66,"target":0},{"source":66,"target":19},{"source":66,"target":285},{"source":285,"target":19},{"source":67,"target":0},{"source":67,"target":135},{"source":67,"target":91},{"source":67,"target":286},{"source":67,"target":287},{"source":286,"target":135},{"source":287,"target":91},{"source":68,"target":0},{"source":68,"target":30},{"source":68,"target":288},{"source":288,"target":30},{"source":69,"target":0},{"source":69,"target":167},{"source":69,"target":289},{"source":289,"target":167},{"source":70,"target":0},{"source":70,"target":62},{"source":70,"target":123},{"source":70,"target":157},{"source":70,"target":290},{"source":70,"target":291},{"source":70,"target":292},{"source":290,"target":62},{"source":291,"target":123},{"source":292,"target":157},{"source":71,"target":0},{"source":71,"target":181},{"source":71,"target":293},{"source":293,"target":181},{"source":72,"target":0},{"source":72,"target":70},{"source":72,"target":294},{"source":294,"target":70},{"source":73,"target":0},{"source":73,"target":138},{"source":73,"target":295},{"source":295,"target":138},{"source":74,"target":0},{"source":74,"target":158},{"source":74,"target":296},{"source":296,"target":158},{"source":75,"target":0},{"source":75,"target":145},{"source":75,"target":297},{"source":297,"target":145},{"source":76,"target":0},{"source":76,"target":188},{"source":76,"target":298},{"source":298,"target":188},{"source":77,"target":0},{"source":77,"target":158},{"source":77,"target":299},{"source":299,"target":158},{"source":78,"target":0},{"source":78,"target":158},{"source":78,"target":170},{"source":78,"target":300},{"source":78,"target":301},{"source":300,"target":158},{"source":301,"target":170},{"source":79,"target":0},{"source":79,"target":11},{"source":79,"target":302},{"source":302,"target":11},{"source":80,"target":0},{"source":80,"target":158},{"source":80,"target":303},{"source":303,"target":158},{"source":81,"target":0},{"source":81,"target":170},{"source":81,"target":93},{"source":81,"target":304},{"source":81,"target":305},{"source":304,"target":170},{"source":305,"target":93},{"source":82,"target":0},{"source":82,"target":145},{"source":82,"target":306},{"source":306,"target":145},{"source":83,"target":0},{"source":83,"target":179},{"source":83,"target":307},{"source":307,"target":179},{"source":84,"target":0},{"source":84,"target":158},{"source":84,"target":308},{"source":308,"target":158},{"source":85,"target":0},{"source":85,"target":90},{"source":85,"target":309},{"source":309,"target":90},{"source":86,"target":0},{"source":86,"target":63},{"source":86,"target":310},{"source":310,"target":63},{"source":87,"target":0},{"source":87,"target":64},{"source":87,"target":311},{"source":311,"target":64},{"source":88,"target":0},{"source":88,"target":43},{"source":88,"target":312},{"source":312,"target":43},{"source":89,"target":0},{"source":89,"target":154},{"source":89,"target":313},{"source":313,"target":154},{"source":90,"target":0},{"source":90,"target":154},{"source":90,"target":314},{"source":314,"target":154},{"source":91,"target":0},{"source":91,"target":145},{"source":91,"target":315},{"source":315,"target":145},{"source":92,"target":0},{"source":92,"target":34},{"source":92,"target":316},{"source":316,"target":34},{"source":93,"target":0},{"source":93,"target":17},{"source":93,"target":317},{"source":317,"target":17},{"source":94,"target":0},{"source":94,"target":145},{"source":94,"target":318},{"source":318,"target":145},{"source":95,"target":0},{"source":95,"target":21},{"source":95,"target":319},{"source":319,"target":21},{"source":96,"target":0},{"source":96,"target":320},{"source":320,"target":34},{"source":320,"target":321},{"source":320,"target":96},{"source":321,"target":34},{"source":97,"target":0},{"source":97,"target":17},{"source":97,"target":322},{"source":322,"target":17},{"source":98,"target":0},{"source":98,"target":131},{"source":98,"target":323},{"source":323,"target":131},{"source":99,"target":0},{"source":99,"target":67},{"source":99,"target":324},{"source":324,"target":67},{"source":100,"target":0},{"source":100,"target":75},{"source":100,"target":325},{"source":325,"target":75},{"source":101,"target":0},{"source":101,"target":158},{"source":101,"target":326},{"source":326,"target":158},{"source":102,"target":0},{"source":102,"target":11},{"source":102,"target":327},{"source":327,"target":11},{"source":103,"target":0},{"source":103,"target":138},{"source":103,"target":328},{"source":328,"target":138},{"source":104,"target":0},{"source":104,"target":135},{"source":104,"target":329},{"source":329,"target":135},{"source":105,"target":0},{"source":105,"target":39},{"source":105,"target":330},{"source":330,"target":39},{"source":106,"target":0},{"source":106,"target":112},{"source":106,"target":191},{"source":106,"target":331},{"source":106,"target":332},{"source":331,"target":112},{"source":332,"target":191},{"source":107,"target":0},{"source":107,"target":158},{"source":107,"target":333},{"source":333,"target":158},{"source":108,"target":0},{"source":108,"target":34},{"source":108,"target":334},{"source":334,"target":34},{"source":109,"target":0},{"source":109,"target":119},{"source":109,"target":335},{"source":335,"target":119},{"source":110,"target":0},{"source":110,"target":28},{"source":110,"target":336},{"source":336,"target":28},{"source":111,"target":0},{"source":111,"target":3},{"source":111,"target":337},{"source":337,"target":3},{"source":112,"target":0},{"source":112,"target":108},{"source":112,"target":52},{"source":112,"target":338},{"source":112,"target":339},{"source":338,"target":108},{"source":339,"target":52},{"source":113,"target":0},{"source":113,"target":173},{"source":113,"target":340},{"source":340,"target":173},{"source":114,"target":0},{"source":114,"target":17},{"source":114,"target":341},{"source":341,"target":17},{"source":115,"target":0},{"source":115,"target":131},{"source":115,"target":342},{"source":342,"target":131},{"source":116,"target":0},{"source":116,"target":176},{"source":116,"target":343},{"source":343,"target":176},{"source":117,"target":0},{"source":117,"target":176},{"source":117,"target":344},{"source":344,"target":176},{"source":118,"target":0},{"source":118,"target":34},{"source":118,"target":345},{"source":345,"target":34},{"source":119,"target":0},{"source":119,"target":11},{"source":119,"target":346},{"source":346,"target":11},{"source":120,"target":0},{"source":120,"target":34},{"source":120,"target":347},{"source":347,"target":34},{"source":121,"target":0},{"source":121,"target":75},{"source":121,"target":348},{"source":348,"target":75},{"source":122,"target":0},{"source":122,"target":158},{"source":122,"target":349},{"source":349,"target":158},{"source":123,"target":0},{"source":123,"target":145},{"source":123,"target":350},{"source":350,"target":145},{"source":124,"target":0},{"source":124,"target":167},{"source":124,"target":351},{"source":351,"target":167},{"source":125,"target":0},{"source":125,"target":133},{"source":125,"target":352},{"source":352,"target":133},{"source":126,"target":0},{"source":126,"target":64},{"source":126,"target":353},{"source":353,"target":64},{"source":127,"target":0},{"source":127,"target":198},{"source":127,"target":354},{"source":354,"target":198},{"source":128,"target":0},{"source":128,"target":78},{"source":128,"target":355},{"source":355,"target":78},{"source":129,"target":0},{"source":129,"target":170},{"source":129,"target":17},{"source":129,"target":356},{"source":129,"target":357},{"source":356,"target":170},{"source":357,"target":17},{"source":130,"target":0},{"source":130,"target":158},{"source":130,"target":358},{"source":358,"target":158},{"source":131,"target":0},{"source":131,"target":135},{"source":131,"target":359},{"source":359,"target":135},{"source":132,"target":0},{"source":132,"target":41},{"source":132,"target":360},{"source":360,"target":41},{"source":133,"target":0},{"source":133,"target":138},{"source":133,"target":361},{"source":361,"target":138},{"source":134,"target":0},{"source":134,"target":145},{"source":134,"target":362},{"source":362,"target":145},{"source":135,"target":0},{"source":135,"target":17},{"source":135,"target":363},{"source":363,"target":17},{"source":136,"target":0},{"source":136,"target":143},{"source":136,"target":364},{"source":364,"target":143},{"source":137,"target":0},{"source":137,"target":107},{"source":137,"target":365},{"source":365,"target":107},{"source":138,"target":0},{"source":138,"target":158},{"source":138,"target":366},{"source":366,"target":158},{"source":139,"target":0},{"source":139,"target":158},{"source":139,"target":367},{"source":367,"target":158},{"source":140,"target":0},{"source":140,"target":44},{"source":140,"target":368},{"source":368,"target":44},{"source":141,"target":0},{"source":141,"target":64},{"source":141,"target":369},{"source":369,"target":64},{"source":142,"target":0},{"source":142,"target":116},{"source":142,"target":370},{"source":370,"target":116},{"source":143,"target":0},{"source":143,"target":64},{"source":143,"target":371},{"source":371,"target":64},{"source":144,"target":0},{"source":144,"target":177},{"source":144,"target":372},{"source":372,"target":177},{"source":145,"target":0},{"source":145,"target":373},{"source":373,"target":1},{"source":373,"target":374},{"source":373,"target":145},{"source":374,"target":1},{"source":146,"target":0},{"source":146,"target":30},{"source":146,"target":375},{"source":375,"target":30},{"source":147,"target":0},{"source":147,"target":68},{"source":147,"target":376},{"source":376,"target":68},{"source":148,"target":0},{"source":148,"target":154},{"source":148,"target":377},{"source":377,"target":154},{"source":149,"target":0},{"source":149,"target":188},{"source":149,"target":378},{"source":378,"target":188},{"source":150,"target":0},{"source":150,"target":145},{"source":150,"target":379},{"source":379,"target":145},{"source":151,"target":0},{"source":151,"target":156},{"source":151,"target":380},{"source":380,"target":156},{"source":152,"target":0},{"source":152,"target":34},{"source":152,"target":381},{"source":381,"target":34},{"source":153,"target":0},{"source":153,"target":145},{"source":153,"target":382},{"source":382,"target":145},{"source":154,"target":0},{"source":154,"target":158},{"source":154,"target":383},{"source":383,"target":158},{"source":155,"target":0},{"source":155,"target":61},{"source":155,"target":384},{"source":384,"target":61},{"source":156,"target":0},{"source":156,"target":177},{"source":156,"target":385},{"source":385,"target":177},{"source":157,"target":0},{"source":157,"target":145},{"source":157,"target":386},{"source":386,"target":145},{"source":158,"target":0},{"source":158,"target":104},{"source":158,"target":387},{"source":387,"target":104},{"source":159,"target":0},{"source":159,"target":70},{"source":159,"target":388},{"source":388,"target":70},{"source":160,"target":0},{"source":160,"target":98},{"source":160,"target":389},{"source":389,"target":98},{"source":161,"target":0},{"source":161,"target":78},{"source":161,"target":390},{"source":390,"target":78},{"source":162,"target":0},{"source":162,"target":119},{"source":162,"target":391},{"source":391,"target":119},{"source":163,"target":0},{"source":163,"target":119},{"source":163,"target":392},{"source":392,"target":119},{"source":164,"target":0},{"source":164,"target":158},{"source":164,"target":393},{"source":393,"target":158},{"source":165,"target":0},{"source":165,"target":133},{"source":165,"target":394},{"source":394,"target":133},{"source":166,"target":0},{"source":166,"target":112},{"source":166,"target":395},{"source":395,"target":112},{"source":167,"target":0},{"source":167,"target":145},{"source":167,"target":396},{"source":396,"target":145},{"source":168,"target":0},{"source":168,"target":65},{"source":168,"target":397},{"source":397,"target":65},{"source":169,"target":0},{"source":169,"target":170},{"source":169,"target":167},{"source":169,"target":398},{"source":169,"target":399},{"source":398,"target":170},{"source":399,"target":167},{"source":170,"target":0},{"source":170,"target":145},{"source":170,"target":400},{"source":170,"target":401},{"source":400,"target":145},{"source":400,"target":402},{"source":400,"target":170},{"source":402,"target":145},{"source":401,"target":145},{"source":171,"target":0},{"source":171,"target":158},{"source":171,"target":403},{"source":403,"target":158},{"source":172,"target":0},{"source":172,"target":191},{"source":172,"target":404},{"source":404,"target":191},{"source":173,"target":0},{"source":173,"target":67},{"source":173,"target":405},{"source":405,"target":67},{"source":174,"target":0},{"source":174,"target":119},{"source":174,"target":406},{"source":406,"target":119},{"source":175,"target":0},{"source":175,"target":123},{"source":175,"target":91},{"source":175,"target":407},{"source":175,"target":408},{"source":407,"target":123},{"source":408,"target":91},{"source":176,"target":0},{"source":176,"target":39},{"source":176,"target":409},{"source":409,"target":39},{"source":177,"target":0},{"source":177,"target":21},{"source":177,"target":410},{"source":410,"target":21},{"source":178,"target":0},{"source":178,"target":158},{"source":178,"target":411},{"source":411,"target":158},{"source":179,"target":0},{"source":179,"target":170},{"source":179,"target":64},{"source":179,"target":412},{"source":179,"target":413},{"source":412,"target":170},{"source":413,"target":64},{"source":180,"target":0},{"source":180,"target":145},{"source":180,"target":414},{"source":414,"target":145},{"source":181,"target":0},{"source":181,"target":167},{"source":181,"target":415},{"source":415,"target":167},{"source":182,"target":0},{"source":182,"target":39},{"source":182,"target":416},{"source":416,"target":39},{"source":183,"target":0},{"source":183,"target":67},{"source":183,"target":417},{"source":417,"target":67},{"source":184,"target":0},{"source":184,"target":191},{"source":184,"target":418},{"source":418,"target":191},{"source":185,"target":0},{"source":185,"target":26},{"source":185,"target":419},{"source":419,"target":26},{"source":186,"target":0},{"source":186,"target":27},{"source":186,"target":420},{"source":420,"target":27},{"source":187,"target":0},{"source":187,"target":54},{"source":187,"target":421},{"source":421,"target":54},{"source":188,"target":0},{"source":188,"target":145},{"source":188,"target":422},{"source":422,"target":145},{"source":189,"target":0},{"source":189,"target":30},{"source":189,"target":167},{"source":189,"target":423},{"source":189,"target":424},{"source":423,"target":30},{"source":424,"target":167},{"source":190,"target":0},{"source":190,"target":27},{"source":190,"target":425},{"source":425,"target":27},{"source":191,"target":0},{"source":191,"target":34},{"source":191,"target":426},{"source":426,"target":34},{"source":192,"target":0},{"source":192,"target":64},{"source":192,"target":427},{"source":427,"target":64},{"source":193,"target":0},{"source":193,"target":145},{"source":193,"target":428},{"source":428,"target":145},{"source":194,"target":0},{"source":194,"target":78},{"source":194,"target":429},{"source":429,"target":78},{"source":195,"target":0},{"source":195,"target":19},{"source":195,"target":430},{"source":430,"target":19},{"source":196,"target":0},{"source":196,"target":112},{"source":196,"target":431},{"source":431,"target":112},{"source":197,"target":0},{"source":197,"target":119},{"source":197,"target":432},{"source":432,"target":119},{"source":198,"target":0},{"source":198,"target":17},{"source":198,"target":433},{"source":433,"target":17},{"source":199,"target":0},{"source":199,"target":131},{"source":199,"target":434},{"source":434,"target":131}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/crossecore/examples-java/mdt-ocl-java/model/java.ecore
java_ AbstractMethodDeclaration body parameters thrownExceptions typeParameters usagesInDocComments usages AbstractMethodInvocation method arguments typeArguments AbstractTypeDeclaration bodyDeclarations commentsBeforeBody commentsAfterBody package superInterfaces AbstractTypeQualifiedExpression qualifier AbstractVariablesContainer type fragments Annotation type values Archive originalFilePath classFiles manifest AssertStatement message expression ASTNode comments originalCompilationUnit originalClassFile AnnotationMemberValuePair member value AnnotationTypeDeclaration AnnotationTypeMemberDeclaration default type usages AnonymousClassDeclaration bodyDeclarations classInstanceCreation ArrayAccess array index ArrayCreation dimensions initializer type ArrayInitializer expressions ArrayLengthAccess array ArrayType dimensions elementType Assignment leftHandSide operator rightHandSide AssignmentKind ASSIGN = PLUS_ASSIGN += MINUS_ASSIGN -= TIMES_ASSIGN *= DIVIDE_ASSIGN /= BIT_AND_ASSIGN &= BIT_OR_ASSIGN |= BIT_XOR_ASSIGN ^= REMAINDER_ASSIGN %= LEFT_SHIFT_ASSIGN <<= RIGHT_SHIFT_SIGNED_ASSIGN >>= RIGHT_SHIFT_UNSIGNED_ASSIGN >>>= BodyDeclaration abstractTypeDeclaration annotations anonymousClassDeclarationOwner modifier BooleanLiteral value BlockComment Block statements BreakStatement label CastExpression expression type CatchClause exception body CharacterLiteral escapedValue ClassFile originalFilePath type attachedSource package ClassInstanceCreation anonymousClassDeclaration expression type ConstructorDeclaration ConditionalExpression elseExpression expression thenExpression ConstructorInvocation ClassDeclaration superClass Comment content enclosedByParent prefixOfParent CompilationUnit originalFilePath commentList imports package types ContinueStatement label DoStatement expression body EmptyStatement EnhancedForStatement body expression parameter EnumConstantDeclaration anonymousClassDeclaration arguments EnumDeclaration enumConstants Expression ExpressionStatement expression FieldAccess field expression FieldDeclaration ForStatement expression updaters initializers body IfStatement expression thenStatement elseStatement ImportDeclaration static importedElement InfixExpression operator rightOperand leftOperand extendedOperands InfixExpressionKind TIMES * DIVIDE / REMAINDER % PLUS + MINUS - LEFT_SHIFT << RIGHT_SHIFT_SIGNED >> RIGHT_SHIFT_UNSIGNED >>> LESS < GREATER > LESS_EQUALS <= GREATER_EQUALS >= EQUALS == NOT_EQUALS != XOR ^ AND & OR | CONDITIONAL_AND && CONDITIONAL_OR || InheritanceKind none none abstract abstract final final Initializer body InstanceofExpression rightOperand leftOperand InterfaceDeclaration Javadoc tags LabeledStatement body usagesInBreakStatements usagesInContinueStatements LineComment Manifest mainAttributes entryAttributes ManifestAttribute key value ManifestEntry name attributes MemberRef member qualifier MethodDeclaration extraArrayDimensions returnType redefinedMethodDeclaration redefinitions MethodInvocation expression MethodRef method qualifier parameters MethodRefParameter name varargs type Model name ownedElements orphanTypes unresolvedItems compilationUnits classFiles archives Modifier visibility inheritance static transient volatile native strictfp synchronized bodyDeclaration singleVariableDeclaration variableDeclarationStatement variableDeclarationExpression NamedElement name proxy usagesInImports NamespaceAccess NumberLiteral tokenValue NullLiteral Package ownedElements model ownedPackages package usagesInPackageAccess PackageAccess package qualifier ParameterizedType type typeArguments ParenthesizedExpression expression PostfixExpression operator operand PostfixExpressionKind INCREMENT ++ DECREMENT -- PrefixExpression operator operand PrefixExpressionKind INCREMENT ++ DECREMENT -- PLUS + MINUS - COMPLEMENT ~ NOT ! PrimitiveType PrimitiveTypeBoolean PrimitiveTypeByte PrimitiveTypeChar PrimitiveTypeDouble PrimitiveTypeShort PrimitiveTypeFloat PrimitiveTypeInt PrimitiveTypeLong PrimitiveTypeVoid ReturnStatement expression SingleVariableAccess variable qualifier SingleVariableDeclaration modifier varargs type annotations methodDeclaration catchClause enhancedForStatement Statement StringLiteral escapedValue SuperConstructorInvocation expression SuperFieldAccess field SuperMethodInvocation SwitchCase default expression SwitchStatement expression statements SynchronizedStatement body expression TagElement tagName fragments TextElement text ThisExpression ThrowStatement expression TryStatement body finally catchClauses Type usagesInTypeAccess TypeAccess type qualifier TypeDeclaration typeParameters TypeDeclarationStatement declaration TypeLiteral type TypeParameter bounds UnresolvedItem UnresolvedItemAccess element qualifier UnresolvedAnnotationDeclaration UnresolvedAnnotationTypeMemberDeclaration UnresolvedClassDeclaration UnresolvedEnumDeclaration UnresolvedInterfaceDeclaration UnresolvedLabeledStatement UnresolvedMethodDeclaration UnresolvedSingleVariableDeclaration UnresolvedType UnresolvedTypeDeclaration UnresolvedVariableDeclarationFragment VariableDeclaration extraArrayDimensions initializer usageInVariableAccess VariableDeclarationExpression modifier annotations VariableDeclarationFragment variablesContainer VariableDeclarationStatement extraArrayDimensions modifier annotations VisibilityKind none none public public private private protected protected WildCardType upperBound bound WhileStatement expression body QueryCollection thrownExceptions grabats09 invisibleMethods textElementInJavadoc self_ emptyTextElementInJavadoc self_
<?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="java_" nsURI="http://www.eclipse.org/MoDisco/Java/0.2.incubation/java_" nsPrefix="java_"> <eAnnotations source="Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </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="AbstractMethodDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/methodDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thrownExceptions" upperBound="-1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInDocComments" ordered="false" upperBound="-1" eType="#//MethodRef" eOpposite="#//MethodRef/method"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AbstractMethodInvocation" eOpposite="#//AbstractMethodInvocation/method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractMethodInvocation" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration #//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/abstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsBeforeBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsAfterBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeQualifiedExpression" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractVariablesContainer" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/variablesContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//AnnotationMemberValuePair" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Archive" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manifest" ordered="false" eType="#//Manifest" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="message" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalCompilationUnit" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalClassFile" ordered="false" eType="#//ClassFile"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValuePair" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" eType="#//AnnotationTypeMemberDeclaration" eOpposite="#//AnnotationTypeMemberDeclaration/usages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeMemberDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="default" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usages" ordered="false" upperBound="-1" eType="#//AnnotationMemberValuePair" eOpposite="#//AnnotationMemberValuePair/member"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnonymousClassDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/anonymousClassDeclarationOwner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classInstanceCreation" ordered="false" eType="#//ClassInstanceCreation" eOpposite="#//ClassInstanceCreation/anonymousClassDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//ArrayInitializer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayLengthAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//AssignmentKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssignmentKind"> <eLiterals name="ASSIGN" value="1" literal="="/> <eLiterals name="PLUS_ASSIGN" value="2" literal="+="/> <eLiterals name="MINUS_ASSIGN" value="3" literal="-="/> <eLiterals name="TIMES_ASSIGN" value="4" literal="*="/> <eLiterals name="DIVIDE_ASSIGN" value="5" literal="/="/> <eLiterals name="BIT_AND_ASSIGN" value="6" literal="&amp;="/> <eLiterals name="BIT_OR_ASSIGN" value="7" literal="|="/> <eLiterals name="BIT_XOR_ASSIGN" value="8" literal="^="/> <eLiterals name="REMAINDER_ASSIGN" value="9" literal="%="/> <eLiterals name="LEFT_SHIFT_ASSIGN" value="10" literal="&lt;&lt;="/> <eLiterals name="RIGHT_SHIFT_SIGNED_ASSIGN" value="11" literal=">>="/> <eLiterals name="RIGHT_SHIFT_UNSIGNED_ASSIGN" value="12" literal=">>>="/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractTypeDeclaration" ordered="false" eType="#//AbstractTypeDeclaration" eOpposite="#//AbstractTypeDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclarationOwner" ordered="false" eType="#//AnonymousClassDeclaration" eOpposite="#//AnonymousClassDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/bodyDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInBreakStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/catchClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassFile" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" eType="#//AbstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attachedSource" ordered="false" eType="#//CompilationUnit"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true" eOpposite="#//AnonymousClassDeclaration/classInstanceCreation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorDeclaration" eSuperTypes="#//AbstractMethodDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enclosedByParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefixOfParent" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentList" upperBound="-1" eType="#//Comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//AbstractTypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" ordered="false" eType="#//LabeledStatement" eOpposite="#//LabeledStatement/usagesInContinueStatements"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" ordered="false" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/enhancedForStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#//BodyDeclaration #//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousClassDeclaration" ordered="false" eType="#//AnonymousClassDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1" eType="#//EnumConstantDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#//BodyDeclaration #//AbstractVariablesContainer"/> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" ordered="false" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" ordered="false" lowerBound="1" eType="#//NamedElement" eOpposite="#//NamedElement/usagesInImports"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//InfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InfixExpressionKind"> <eLiterals name="TIMES" value="1" literal="*"/> <eLiterals name="DIVIDE" value="2" literal="/"/> <eLiterals name="REMAINDER" value="3" literal="%"/> <eLiterals name="PLUS" value="4" literal="+"/> <eLiterals name="MINUS" value="5" literal="-"/> <eLiterals name="LEFT_SHIFT" value="6" literal="&lt;&lt;"/> <eLiterals name="RIGHT_SHIFT_SIGNED" value="7" literal=">>"/> <eLiterals name="RIGHT_SHIFT_UNSIGNED" value="8" literal=">>>"/> <eLiterals name="LESS" value="9" literal="&lt;"/> <eLiterals name="GREATER" value="10" literal=">"/> <eLiterals name="LESS_EQUALS" value="11" literal="&lt;="/> <eLiterals name="GREATER_EQUALS" value="12" literal=">="/> <eLiterals name="EQUALS" value="13" literal="=="/> <eLiterals name="NOT_EQUALS" value="14" literal="!="/> <eLiterals name="XOR" value="15" literal="^"/> <eLiterals name="AND" value="16" literal="&amp;"/> <eLiterals name="OR" value="17" literal="|"/> <eLiterals name="CONDITIONAL_AND" value="18" literal="&amp;&amp;"/> <eLiterals name="CONDITIONAL_OR" value="19" literal="||"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InheritanceKind"> <eLiterals name="none" value="1"/> <eLiterals name="abstract" value="2"/> <eLiterals name="final" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterfaceDeclaration" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Javadoc" eSuperTypes="#//Comment"> <eStructuralFeatures xsi:type="ecore:EReference" name="tags" upperBound="-1" eType="#//TagElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//NamedElement #//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInBreakStatements" ordered="false" upperBound="-1" eType="#//BreakStatement" eOpposite="#//BreakStatement/label"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInContinueStatements" ordered="false" upperBound="-1" eType="#//ContinueStatement" eOpposite="#//ContinueStatement/label"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="Manifest"> <eStructuralFeatures xsi:type="ecore:EReference" name="mainAttributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entryAttributes" ordered="false" upperBound="-1" eType="#//ManifestEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestAttribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManifestEntry"> <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:EReference" name="attributes" ordered="false" upperBound="-1" eType="#//ManifestAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="member" ordered="false" lowerBound="1" eType="#//NamedElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#//AbstractMethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedMethodDeclaration" ordered="false" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitions" ordered="false" upperBound="-1" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinedMethodDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#//Expression #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRef" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="method" ordered="false" lowerBound="1" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/usagesInDocComments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//MethodRefParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodRefParameter" eSuperTypes="#//ASTNode"> <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="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <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:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orphanTypes" ordered="false" upperBound="-1" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unresolvedItems" ordered="false" upperBound="-1" eType="#//UnresolvedItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" ordered="false" upperBound="-1" eType="#//CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classFiles" ordered="false" upperBound="-1" eType="#//ClassFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="archives" ordered="false" upperBound="-1" eType="#//Archive" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" ordered="false" unique="false" lowerBound="1" eType="#//VisibilityKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritance" ordered="false" unique="false" lowerBound="1" eType="#//InheritanceKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transient" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volatile" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strictfp" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclaration" ordered="false" eType="#//BodyDeclaration" eOpposite="#//BodyDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="singleVariableDeclaration" ordered="false" eType="#//SingleVariableDeclaration" eOpposite="#//SingleVariableDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationStatement" ordered="false" eType="#//VariableDeclarationStatement" eOpposite="#//VariableDeclarationStatement/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationExpression" ordered="false" eType="#//VariableDeclarationExpression" eOpposite="#//VariableDeclarationExpression/modifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ASTNode"> <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="proxy" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInImports" ordered="false" upperBound="-1" eType="#//ImportDeclaration" eOpposite="#//ImportDeclaration/importedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespaceAccess" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" ordered="false" upperBound="-1" eType="#//AbstractTypeDeclaration" containment="true" eOpposite="#//AbstractTypeDeclaration/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="#//Model" eOpposite="#//Model/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackages" ordered="false" upperBound="-1" eType="#//Package" containment="true" eOpposite="#//Package/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" eType="#//Package" eOpposite="#//Package/ownedPackages"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInPackageAccess" ordered="false" upperBound="-1" eType="#//PackageAccess" eOpposite="#//PackageAccess/package"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageAccess" eSuperTypes="#//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" ordered="false" lowerBound="1" eType="#//Package" eOpposite="#//Package/usagesInPackageAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//PackageAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PostfixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PostfixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" ordered="false" unique="false" lowerBound="1" eType="#//PrefixExpressionKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrefixExpressionKind"> <eLiterals name="INCREMENT" value="1" literal="++"/> <eLiterals name="DECREMENT" value="2" literal="--"/> <eLiterals name="PLUS" value="3" literal="+"/> <eLiterals name="MINUS" value="4" literal="-"/> <eLiterals name="COMPLEMENT" value="5" literal="~"/> <eLiterals name="NOT" value="6" literal="!"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeBoolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeByte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeChar" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeDouble" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeShort" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeFloat" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeInt" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeLong" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeVoid" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false" lowerBound="1" eType="#//VariableDeclaration" eOpposite="#//VariableDeclaration/usageInVariableAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/singleVariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodDeclaration" ordered="false" eType="#//AbstractMethodDeclaration" eOpposite="#//AbstractMethodDeclaration/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" ordered="false" eType="#//CatchClause" eOpposite="#//CatchClause/exception"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enhancedForStatement" ordered="false" eType="#//EnhancedForStatement" eOpposite="#//EnhancedForStatement/parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ASTNode"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#//Statement #//AbstractMethodInvocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#//AbstractTypeQualifiedExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" ordered="false" lowerBound="1" eType="#//SingleVariableAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#//AbstractTypeQualifiedExpression #//AbstractMethodInvocation"/> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TagElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tagName" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextElement" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//AbstractTypeQualifiedExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" ordered="false" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#//CatchClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="usagesInTypeAccess" ordered="false" upperBound="-1" eType="#//TypeAccess" eOpposite="#//TypeAccess/type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type" eOpposite="#//Type/usagesInTypeAccess"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//NamespaceAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" abstract="true" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" ordered="false" lowerBound="1" eType="#//AbstractTypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItem" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItemAccess" eSuperTypes="#//Expression #//NamespaceAccess"> <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false" eType="#//UnresolvedItem"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" eType="#//ASTNode" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationDeclaration" eSuperTypes="#//AnnotationTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedAnnotationTypeMemberDeclaration" eSuperTypes="#//AnnotationTypeMemberDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedClassDeclaration" eSuperTypes="#//ClassDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedEnumDeclaration" eSuperTypes="#//EnumDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedInterfaceDeclaration" eSuperTypes="#//InterfaceDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedLabeledStatement" eSuperTypes="#//LabeledStatement #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedMethodDeclaration" eSuperTypes="#//MethodDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedSingleVariableDeclaration" eSuperTypes="#//SingleVariableDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedType" eSuperTypes="#//Type #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedTypeDeclaration" eSuperTypes="#//AbstractTypeDeclaration #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedVariableDeclarationFragment" eSuperTypes="#//VariableDeclarationFragment #//UnresolvedItem"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" ordered="false" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usageInVariableAccess" ordered="false" upperBound="-1" eType="#//SingleVariableAccess" eOpposite="#//SingleVariableAccess/variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="variablesContainer" ordered="false" eType="#//AbstractVariablesContainer" eOpposite="#//AbstractVariablesContainer/fragments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#//Statement #//AbstractVariablesContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" ordered="false" eType="#//Modifier" containment="true" eOpposite="#//Modifier/variableDeclarationStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="none" value="1"/> <eLiterals name="public" value="2"/> <eLiterals name="private" value="3"/> <eLiterals name="protected" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WildCardType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bound" ordered="false" eType="#//TypeAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryCollection"> <eOperations name="thrownExceptions" unique="false" upperBound="-1" eType="#//BodyDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ClassDeclaration.allInstances()->collect(bodyDeclarations)->select(each | each.oclIsTypeOf(MethodDeclaration))->select(each | (not each.modifier.oclIsUndefined()) and (not each.modifier.visibility.oclIsUndefined()) and (each.modifier.visibility = VisibilityKind::private or each.modifier.visibility = VisibilityKind::protected))->asSequence()"/> </eAnnotations> </eOperations> <eOperations name="grabats09" unique="false" upperBound="-1" eType="#//TypeDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="TypeDeclaration.allInstances()->&#xD;&#xA; select(each | each.bodyDeclarations->&#xD;&#xA; exists(bd | bd.oclIsTypeOf(MethodDeclaration)&#xD;&#xA; and (not bd.modifier.oclIsUndefined()) and bd.modifier._static&#xD;&#xA; and (not bd.oclAsType(MethodDeclaration).returnType.oclIsUndefined())&#xD;&#xA; and bd.oclAsType(MethodDeclaration).returnType.type = each))->&#xD;&#xA; asSequence()"/> </eAnnotations> </eOperations> <eOperations name="invisibleMethods" unique="false" upperBound="-1" eType="#//BodyDeclaration"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="ClassDeclaration.allInstances()->collect(bodyDeclarations)->select(each | each.oclIsTypeOf(MethodDeclaration))->select(each | (not each.modifier.oclIsUndefined()) and (not each.modifier.visibility.oclIsUndefined()) and (each.modifier.visibility = VisibilityKind::private or each.modifier.visibility = VisibilityKind::protected))->asSequence()"/> </eAnnotations> </eOperations> <eOperations name="textElementInJavadoc" unique="false" upperBound="-1" eType="#//ASTNode"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="self_.compilationUnits.commentList->select(each | each.oclIsTypeOf(Javadoc))->collect(o | o.oclAsType(Javadoc).tags).fragments->select(each | each.oclIsTypeOf(TextElement))->asSequence()"/> </eAnnotations> <eParameters name="self_" eType="#//Model"/> </eOperations> <eOperations name="emptyTextElementInJavadoc" unique="false" upperBound="-1" eType="#//ASTNode"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="self_.compilationUnits.commentList->select(each | each.oclIsTypeOf(Javadoc))->collect(o | o.oclAsType(Javadoc).tags).fragments->select(each | each.oclIsTypeOf(TextElement))->select(each | each.oclAsType(TextElement).text.size()= 0)->asSequence()"/> </eAnnotations> <eParameters name="self_" eType="#//Model"/> </eOperations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"java_","nsURI":"http://www.eclipse.org/MoDisco/Java/0.2.incubation/java_","name":"java_","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodDeclaration","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMethodInvocation","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeQualifiedExpression","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractVariablesContainer","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Archive","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValuePair","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnonymousClassDeclaration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayLengthAccess","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignmentKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","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":"BreakStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassFile","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorDeclaration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InfixExpressionKind","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InheritanceKind","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDeclaration","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Javadoc","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifest","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestAttribute","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManifestEntry","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberRef","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRef","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodRefParameter","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":"Modifier","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespaceAccess","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageAccess","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PostfixExpressionKind","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrefixExpressionKind","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeBoolean","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeByte","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeChar","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeDouble","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeShort","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeFloat","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeInt","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeLong","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeVoid","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableAccess","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TagElement","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextElement","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAccess","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItem","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItemAccess","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationDeclaration","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedAnnotationTypeMemberDeclaration","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedClassDeclaration","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedEnumDeclaration","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedInterfaceDeclaration","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedLabeledStatement","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedMethodDeclaration","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedSingleVariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedType","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeDeclaration","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedVariableDeclarationFragment","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":130,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildCardType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryCollection","instanceClass":null,"abstract":false,"id":133,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"container":false,"ordered":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":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thrownExceptions","changeable":true,"resolveProxies":true,"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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"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":"usagesInDocComments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"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":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"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":"methodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"id":148,"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":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"arguments","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":"typeArguments","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"commentsBeforeBody","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":"commentsAfterBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractTypeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"id":169,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"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":"variablesContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"container":false,"ordered":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":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"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":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":184,"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":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"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":"manifest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"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":"message","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"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":"originalCompilationUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"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":"originalClassFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"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":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"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":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"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":"usages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"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":"default","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"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":"bodyDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"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":"classInstanceCreation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"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":"anonymousClassDeclarationOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"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":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"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":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":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":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"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":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"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":"dimensions","changeable":true,"lowerBound":1,"iD":false,"id":240,"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":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"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":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":246,"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":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"name":"ASSIGN","id":252,"value":1,"literal":"=","eClass":"EEnumLiteral"},{"name":"PLUS_ASSIGN","id":253,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_ASSIGN","id":254,"value":3,"literal":"-=","eClass":"EEnumLiteral"},{"name":"TIMES_ASSIGN","id":255,"value":4,"literal":"*=","eClass":"EEnumLiteral"},{"name":"DIVIDE_ASSIGN","id":256,"value":5,"literal":"/=","eClass":"EEnumLiteral"},{"name":"BIT_AND_ASSIGN","id":257,"value":6,"literal":"&=","eClass":"EEnumLiteral"},{"name":"BIT_OR_ASSIGN","id":258,"value":7,"literal":"|=","eClass":"EEnumLiteral"},{"name":"BIT_XOR_ASSIGN","id":259,"value":8,"literal":"^=","eClass":"EEnumLiteral"},{"name":"REMAINDER_ASSIGN","id":260,"value":9,"literal":"%=","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT_ASSIGN","id":261,"value":10,"literal":"<<=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED_ASSIGN","id":262,"value":11,"literal":">>=","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED_ASSIGN","id":263,"value":12,"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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"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":"modifier","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"},{"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":"bodyDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"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":"usagesInBreakStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"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":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":288,"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":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"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":"catchClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"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":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"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":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":297,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"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":"attachedSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"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":"package","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"},{"id":305,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"container":false,"ordered":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":314,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"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":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"derived":false},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"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":"content","changeable":true,"lowerBound":1,"iD":false,"id":326,"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":"enclosedByParent","changeable":true,"lowerBound":1,"iD":false,"id":327,"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":"prefixOfParent","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"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"originalFilePath","changeable":true,"lowerBound":1,"iD":false,"id":333,"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":"commentList","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"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":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"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":"usagesInContinueStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"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":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"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":354,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"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":"enhancedForStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousClassDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":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":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstants","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":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":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"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":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":375,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":376,"derived":false},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updaters","changeable":true,"resolveProxies":true,"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":"initializers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"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":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"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":391,"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":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":392,"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":"elseStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"static","changeable":true,"lowerBound":0,"iD":false,"id":398,"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":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"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":"usagesInImports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":404,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":405,"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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":406,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedOperands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"name":"TIMES","id":413,"value":1,"literal":"*","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":414,"value":2,"literal":"/","eClass":"EEnumLiteral"},{"name":"REMAINDER","id":415,"value":3,"literal":"%","eClass":"EEnumLiteral"},{"name":"PLUS","id":416,"value":4,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":417,"value":5,"literal":"-","eClass":"EEnumLiteral"},{"name":"LEFT_SHIFT","id":418,"value":6,"literal":"<<","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_SIGNED","id":419,"value":7,"literal":">>","eClass":"EEnumLiteral"},{"name":"RIGHT_SHIFT_UNSIGNED","id":420,"value":8,"literal":">>>","eClass":"EEnumLiteral"},{"name":"LESS","id":421,"value":9,"literal":"<","eClass":"EEnumLiteral"},{"name":"GREATER","id":422,"value":10,"literal":">","eClass":"EEnumLiteral"},{"name":"LESS_EQUALS","id":423,"value":11,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":424,"value":12,"literal":">=","eClass":"EEnumLiteral"},{"name":"EQUALS","id":425,"value":13,"literal":"==","eClass":"EEnumLiteral"},{"name":"NOT_EQUALS","id":426,"value":14,"literal":"!=","eClass":"EEnumLiteral"},{"name":"XOR","id":427,"value":15,"literal":"^","eClass":"EEnumLiteral"},{"name":"AND","id":428,"value":16,"literal":"&","eClass":"EEnumLiteral"},{"name":"OR","id":429,"value":17,"literal":"|","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_AND","id":430,"value":18,"literal":"&&","eClass":"EEnumLiteral"},{"name":"CONDITIONAL_OR","id":431,"value":19,"literal":"||","eClass":"EEnumLiteral"},{"name":"none","id":432,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"abstract","id":433,"value":2,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"final","id":434,"value":3,"literal":"final","eClass":"EEnumLiteral"},{"container":false,"ordered":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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"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":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"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":"mainAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"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":"entryAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"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":"key","changeable":true,"lowerBound":1,"iD":false,"id":458,"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":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":462,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":466,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"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":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":471,"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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"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":"redefinedMethodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"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":"redefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"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":"expression","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":false,"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":484,"derived":false},{"container":false,"ordered":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":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":490,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":491,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":497,"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":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"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":"orphanTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":499,"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":"unresolvedItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":500,"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":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":501,"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":"classFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"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":"archives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":512,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"inheritance","changeable":true,"lowerBound":1,"iD":false,"id":513,"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":"static","changeable":true,"lowerBound":1,"iD":false,"id":514,"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":"transient","changeable":true,"lowerBound":1,"iD":false,"id":515,"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":"volatile","changeable":true,"lowerBound":1,"iD":false,"id":516,"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":"native","changeable":true,"lowerBound":1,"iD":false,"id":517,"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":"strictfp","changeable":true,"lowerBound":1,"iD":false,"id":518,"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":"synchronized","changeable":true,"lowerBound":1,"iD":false,"id":519,"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":"singleVariableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"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":"variableDeclarationStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"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":"variableDeclarationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"id":535,"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"derived":false},{"id":537,"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":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":538,"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":539,"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":"proxy","changeable":true,"lowerBound":1,"iD":false,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"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":"tokenValue","changeable":true,"lowerBound":1,"iD":false,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"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":"ownedPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"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":"usagesInPackageAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":559,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"derived":false},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"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":564,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":565,"derived":false},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"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":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":572,"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":573,"derived":false},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"name":"INCREMENT","id":577,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":578,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"operator","changeable":true,"lowerBound":1,"iD":false,"id":579,"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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"name":"INCREMENT","id":584,"value":1,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":585,"value":2,"literal":"--","eClass":"EEnumLiteral"},{"name":"PLUS","id":586,"value":3,"literal":"+","eClass":"EEnumLiteral"},{"name":"MINUS","id":587,"value":4,"literal":"-","eClass":"EEnumLiteral"},{"name":"COMPLEMENT","id":588,"value":5,"literal":"~","eClass":"EEnumLiteral"},{"name":"NOT","id":589,"value":6,"literal":"!","eClass":"EEnumLiteral"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":600,"derived":false},{"id":601,"eClass":"EGenericType"},{"id":602,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":603,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"id":606,"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":"usageInVariableAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":607,"derived":false},{"id":608,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":609,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":610,"derived":false},{"container":false,"ordered":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":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"EGenericType"},{"id":616,"eClass":"EGenericType"},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"escapedValue","changeable":true,"lowerBound":1,"iD":false,"id":621,"derived":false},{"id":622,"eClass":"EGenericType"},{"id":623,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":624,"derived":false},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"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":"field","changeable":true,"resolveProxies":true,"lowerBound":1,"id":628,"derived":false},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"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":"default","changeable":true,"lowerBound":1,"iD":false,"id":633,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"derived":false},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"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":638,"derived":false},{"container":false,"ordered":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":639,"derived":false},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"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":643,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":644,"derived":false},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"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":"tagName","changeable":true,"lowerBound":0,"iD":false,"id":648,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":649,"derived":false},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"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":"text","changeable":true,"lowerBound":1,"iD":false,"id":653,"derived":false},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"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":657,"derived":false},{"id":658,"eClass":"EGenericType"},{"id":659,"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":660,"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":"finally","changeable":true,"resolveProxies":true,"lowerBound":0,"id":661,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchClauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":662,"derived":false},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"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":"usagesInTypeAccess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":667,"derived":false},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":670,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":671,"derived":false},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":676,"derived":false},{"id":677,"eClass":"EGenericType"},{"id":678,"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":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":679,"derived":false},{"id":680,"eClass":"EGenericType"},{"id":681,"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":682,"derived":false},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bounds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":685,"derived":false},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":689,"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":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"derived":false},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"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":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":717,"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":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"container":false,"ordered":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":723,"derived":false},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"id":727,"eClass":"EGenericType"},{"id":728,"eClass":"EGenericType"},{"id":729,"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":"extraArrayDimensions","changeable":true,"lowerBound":1,"iD":false,"id":730,"derived":false},{"container":false,"ordered":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":731,"derived":false},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"id":734,"eClass":"EGenericType"},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"name":"none","id":737,"value":1,"literal":"none","eClass":"EEnumLiteral"},{"name":"public","id":738,"value":2,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":739,"value":3,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":740,"value":4,"literal":"protected","eClass":"EEnumLiteral"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":741,"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":"bound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":742,"derived":false},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"id":745,"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":746,"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":747,"derived":false},{"id":748,"eClass":"EGenericType"},{"id":749,"eClass":"EGenericType"},{"id":750,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":false,"name":"thrownExceptions","lowerBound":0,"id":751,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":false,"name":"grabats09","lowerBound":0,"id":752,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":false,"name":"invisibleMethods","lowerBound":0,"id":753,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":false,"name":"textElementInJavadoc","lowerBound":0,"id":754,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":false,"name":"emptyTextElementInJavadoc","lowerBound":0,"id":755,"many":true,"required":false,"eClass":"EOperation"},{"id":756,"eClass":"EGenericType"},{"id":757,"eClass":"EGenericType"},{"id":758,"eClass":"EGenericType"},{"id":759,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"self_","lowerBound":0,"id":760,"many":false,"required":false,"eClass":"EParameter"},{"id":761,"eClass":"EGenericType"},{"id":762,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"self_","lowerBound":0,"id":763,"many":false,"required":false,"eClass":"EParameter"},{"id":764,"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":1,"target":0},{"source":1,"target":21},{"source":1,"target":134},{"source":1,"target":135},{"source":1,"target":136},{"source":1,"target":137},{"source":1,"target":138},{"source":1,"target":139},{"source":1,"target":140},{"source":134,"target":24},{"source":134,"target":141},{"source":134,"target":1},{"source":141,"target":24},{"source":135,"target":93},{"source":135,"target":142},{"source":135,"target":1},{"source":135,"target":143},{"source":142,"target":93},{"source":136,"target":108},{"source":136,"target":144},{"source":136,"target":1},{"source":144,"target":108},{"source":137,"target":112},{"source":137,"target":145},{"source":137,"target":1},{"source":145,"target":112},{"source":138,"target":65},{"source":138,"target":146},{"source":138,"target":1},{"source":138,"target":147},{"source":146,"target":65},{"source":139,"target":2},{"source":139,"target":148},{"source":139,"target":1},{"source":139,"target":149},{"source":148,"target":2},{"source":140,"target":21},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":149},{"source":2,"target":150},{"source":2,"target":151},{"source":2,"target":152},{"source":149,"target":1},{"source":149,"target":153},{"source":149,"target":2},{"source":149,"target":139},{"source":153,"target":1},{"source":150,"target":43},{"source":150,"target":154},{"source":150,"target":2},{"source":154,"target":43},{"source":151,"target":108},{"source":151,"target":155},{"source":151,"target":2},{"source":155,"target":108},{"source":152,"target":9},{"source":3,"target":0},{"source":3,"target":21},{"source":3,"target":107},{"source":3,"target":156},{"source":3,"target":157},{"source":3,"target":158},{"source":3,"target":159},{"source":3,"target":160},{"source":3,"target":161},{"source":3,"target":162},{"source":156,"target":21},{"source":156,"target":163},{"source":156,"target":3},{"source":156,"target":164},{"source":163,"target":21},{"source":157,"target":35},{"source":157,"target":165},{"source":157,"target":3},{"source":165,"target":35},{"source":158,"target":35},{"source":158,"target":166},{"source":158,"target":3},{"source":166,"target":35},{"source":159,"target":73},{"source":159,"target":167},{"source":159,"target":3},{"source":159,"target":168},{"source":167,"target":73},{"source":160,"target":108},{"source":160,"target":169},{"source":160,"target":3},{"source":169,"target":108},{"source":161,"target":21},{"source":162,"target":107},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":170},{"source":4,"target":171},{"source":170,"target":108},{"source":170,"target":172},{"source":170,"target":4},{"source":172,"target":108},{"source":171,"target":43},{"source":5,"target":0},{"source":5,"target":9},{"source":5,"target":173},{"source":5,"target":174},{"source":5,"target":175},{"source":173,"target":108},{"source":173,"target":176},{"source":173,"target":5},{"source":176,"target":108},{"source":174,"target":128},{"source":174,"target":177},{"source":174,"target":5},{"source":174,"target":178},{"source":177,"target":128},{"source":175,"target":9},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":179},{"source":6,"target":180},{"source":6,"target":181},{"source":179,"target":108},{"source":179,"target":182},{"source":179,"target":6},{"source":182,"target":108},{"source":180,"target":10},{"source":180,"target":183},{"source":180,"target":6},{"source":183,"target":10},{"source":181,"target":43},{"source":7,"target":0},{"source":7,"target":69},{"source":7,"target":184},{"source":7,"target":185},{"source":7,"target":186},{"source":7,"target":187},{"source":184,"target":188},{"source":184,"target":7},{"source":185,"target":29},{"source":185,"target":189},{"source":185,"target":7},{"source":189,"target":29},{"source":186,"target":59},{"source":186,"target":190},{"source":186,"target":7},{"source":190,"target":59},{"source":187,"target":69},{"source":8,"target":0},{"source":8,"target":94},{"source":8,"target":191},{"source":8,"target":192},{"source":8,"target":193},{"source":191,"target":43},{"source":191,"target":194},{"source":191,"target":8},{"source":194,"target":43},{"source":192,"target":43},{"source":192,"target":195},{"source":192,"target":8},{"source":195,"target":43},{"source":193,"target":94},{"source":9,"target":0},{"source":9,"target":196},{"source":9,"target":197},{"source":9,"target":198},{"source":196,"target":35},{"source":196,"target":199},{"source":196,"target":9},{"source":199,"target":35},{"source":197,"target":36},{"source":197,"target":200},{"source":197,"target":9},{"source":200,"target":36},{"source":198,"target":29},{"source":198,"target":201},{"source":198,"target":9},{"source":201,"target":29},{"source":10,"target":0},{"source":10,"target":69},{"source":10,"target":202},{"source":10,"target":203},{"source":10,"target":204},{"source":202,"target":12},{"source":202,"target":205},{"source":202,"target":10},{"source":202,"target":206},{"source":205,"target":12},{"source":203,"target":43},{"source":203,"target":207},{"source":203,"target":10},{"source":207,"target":43},{"source":204,"target":69},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":208},{"source":208,"target":3},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":209},{"source":12,"target":210},{"source":12,"target":206},{"source":12,"target":211},{"source":209,"target":43},{"source":209,"target":212},{"source":209,"target":12},{"source":212,"target":43},{"source":210,"target":108},{"source":210,"target":213},{"source":210,"target":12},{"source":213,"target":108},{"source":206,"target":10},{"source":206,"target":214},{"source":206,"target":12},{"source":206,"target":202},{"source":214,"target":10},{"source":211,"target":21},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":215},{"source":13,"target":216},{"source":13,"target":217},{"source":215,"target":21},{"source":215,"target":218},{"source":215,"target":13},{"source":215,"target":219},{"source":218,"target":21},{"source":216,"target":30},{"source":216,"target":220},{"source":216,"target":13},{"source":216,"target":221},{"source":220,"target":30},{"source":217,"target":9},{"source":14,"target":0},{"source":14,"target":43},{"source":14,"target":222},{"source":14,"target":223},{"source":14,"target":224},{"source":222,"target":43},{"source":222,"target":225},{"source":222,"target":14},{"source":225,"target":43},{"source":223,"target":43},{"source":223,"target":226},{"source":223,"target":14},{"source":226,"target":43},{"source":224,"target":43},{"source":15,"target":0},{"source":15,"target":43},{"source":15,"target":227},{"source":15,"target":228},{"source":15,"target":229},{"source":15,"target":230},{"source":227,"target":43},{"source":227,"target":231},{"source":227,"target":15},{"source":231,"target":43},{"source":228,"target":16},{"source":228,"target":232},{"source":228,"target":15},{"source":232,"target":16},{"source":229,"target":108},{"source":229,"target":233},{"source":229,"target":15},{"source":233,"target":108},{"source":230,"target":43},{"source":16,"target":0},{"source":16,"target":43},{"source":16,"target":234},{"source":16,"target":235},{"source":234,"target":43},{"source":234,"target":236},{"source":234,"target":16},{"source":236,"target":43},{"source":235,"target":43},{"source":17,"target":0},{"source":17,"target":43},{"source":17,"target":237},{"source":17,"target":238},{"source":237,"target":43},{"source":237,"target":239},{"source":237,"target":17},{"source":239,"target":43},{"source":238,"target":43},{"source":18,"target":0},{"source":18,"target":107},{"source":18,"target":240},{"source":18,"target":241},{"source":18,"target":242},{"source":240,"target":243},{"source":240,"target":18},{"source":241,"target":108},{"source":241,"target":244},{"source":241,"target":18},{"source":244,"target":108},{"source":242,"target":107},{"source":19,"target":0},{"source":19,"target":43},{"source":19,"target":245},{"source":19,"target":246},{"source":19,"target":247},{"source":19,"target":248},{"source":245,"target":43},{"source":245,"target":249},{"source":245,"target":19},{"source":249,"target":43},{"source":246,"target":20},{"source":246,"target":250},{"source":246,"target":19},{"source":250,"target":20},{"source":247,"target":43},{"source":247,"target":251},{"source":247,"target":19},{"source":251,"target":43},{"source":248,"target":43},{"source":20,"target":0},{"source":20,"target":252},{"source":20,"target":253},{"source":20,"target":254},{"source":20,"target":255},{"source":20,"target":256},{"source":20,"target":257},{"source":20,"target":258},{"source":20,"target":259},{"source":20,"target":260},{"source":20,"target":261},{"source":20,"target":262},{"source":20,"target":263},{"source":252,"target":20},{"source":253,"target":20},{"source":254,"target":20},{"source":255,"target":20},{"source":256,"target":20},{"source":257,"target":20},{"source":258,"target":20},{"source":259,"target":20},{"source":260,"target":20},{"source":261,"target":20},{"source":262,"target":20},{"source":263,"target":20},{"source":21,"target":0},{"source":21,"target":69},{"source":21,"target":164},{"source":21,"target":264},{"source":21,"target":219},{"source":21,"target":265},{"source":21,"target":266},{"source":164,"target":3},{"source":164,"target":267},{"source":164,"target":21},{"source":164,"target":156},{"source":267,"target":3},{"source":264,"target":6},{"source":264,"target":268},{"source":264,"target":21},{"source":268,"target":6},{"source":219,"target":13},{"source":219,"target":269},{"source":219,"target":21},{"source":219,"target":215},{"source":269,"target":13},{"source":265,"target":68},{"source":265,"target":270},{"source":265,"target":21},{"source":265,"target":271},{"source":270,"target":68},{"source":266,"target":69},{"source":22,"target":0},{"source":22,"target":43},{"source":22,"target":272},{"source":22,"target":273},{"source":272,"target":274},{"source":272,"target":22},{"source":273,"target":43},{"source":23,"target":0},{"source":23,"target":35},{"source":23,"target":275},{"source":275,"target":35},{"source":24,"target":0},{"source":24,"target":94},{"source":24,"target":276},{"source":24,"target":277},{"source":276,"target":94},{"source":276,"target":278},{"source":276,"target":24},{"source":278,"target":94},{"source":277,"target":94},{"source":25,"target":0},{"source":25,"target":94},{"source":25,"target":279},{"source":25,"target":280},{"source":279,"target":57},{"source":279,"target":281},{"source":279,"target":25},{"source":279,"target":282},{"source":281,"target":57},{"source":280,"target":94},{"source":26,"target":0},{"source":26,"target":43},{"source":26,"target":283},{"source":26,"target":284},{"source":26,"target":285},{"source":283,"target":43},{"source":283,"target":286},{"source":283,"target":26},{"source":286,"target":43},{"source":284,"target":108},{"source":284,"target":287},{"source":284,"target":26},{"source":287,"target":108},{"source":285,"target":43},{"source":27,"target":0},{"source":27,"target":94},{"source":27,"target":288},{"source":27,"target":289},{"source":27,"target":290},{"source":288,"target":93},{"source":288,"target":291},{"source":288,"target":27},{"source":288,"target":292},{"source":291,"target":93},{"source":289,"target":24},{"source":289,"target":293},{"source":289,"target":27},{"source":293,"target":24},{"source":290,"target":94},{"source":28,"target":0},{"source":28,"target":43},{"source":28,"target":294},{"source":28,"target":295},{"source":294,"target":296},{"source":294,"target":28},{"source":295,"target":43},{"source":29,"target":0},{"source":29,"target":69},{"source":29,"target":297},{"source":29,"target":298},{"source":29,"target":299},{"source":29,"target":300},{"source":29,"target":301},{"source":297,"target":302},{"source":297,"target":29},{"source":298,"target":3},{"source":298,"target":303},{"source":298,"target":29},{"source":303,"target":3},{"source":299,"target":36},{"source":299,"target":304},{"source":299,"target":29},{"source":304,"target":36},{"source":300,"target":73},{"source":300,"target":305},{"source":300,"target":29},{"source":305,"target":73},{"source":301,"target":69},{"source":30,"target":0},{"source":30,"target":43},{"source":30,"target":2},{"source":30,"target":221},{"source":30,"target":306},{"source":30,"target":307},{"source":30,"target":308},{"source":30,"target":309},{"source":221,"target":13},{"source":221,"target":310},{"source":221,"target":30},{"source":221,"target":216},{"source":310,"target":13},{"source":306,"target":43},{"source":306,"target":311},{"source":306,"target":30},{"source":311,"target":43},{"source":307,"target":108},{"source":307,"target":312},{"source":307,"target":30},{"source":312,"target":108},{"source":308,"target":43},{"source":309,"target":2},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":313},{"source":313,"target":1},{"source":32,"target":0},{"source":32,"target":43},{"source":32,"target":314},{"source":32,"target":315},{"source":32,"target":316},{"source":32,"target":317},{"source":314,"target":43},{"source":314,"target":318},{"source":314,"target":32},{"source":318,"target":43},{"source":315,"target":43},{"source":315,"target":319},{"source":315,"target":32},{"source":319,"target":43},{"source":316,"target":43},{"source":316,"target":320},{"source":316,"target":32},{"source":320,"target":43},{"source":317,"target":43},{"source":33,"target":0},{"source":33,"target":94},{"source":33,"target":2},{"source":33,"target":321},{"source":33,"target":322},{"source":321,"target":94},{"source":322,"target":2},{"source":34,"target":0},{"source":34,"target":109},{"source":34,"target":323},{"source":34,"target":324},{"source":323,"target":108},{"source":323,"target":325},{"source":323,"target":34},{"source":325,"target":108},{"source":324,"target":109},{"source":35,"target":0},{"source":35,"target":9},{"source":35,"target":326},{"source":35,"target":327},{"source":35,"target":328},{"source":35,"target":329},{"source":326,"target":330},{"source":326,"target":35},{"source":327,"target":331},{"source":327,"target":35},{"source":328,"target":332},{"source":328,"target":35},{"source":329,"target":9},{"source":36,"target":0},{"source":36,"target":69},{"source":36,"target":333},{"source":36,"target":334},{"source":36,"target":335},{"source":36,"target":336},{"source":36,"target":337},{"source":36,"target":338},{"source":333,"target":339},{"source":333,"target":36},{"source":334,"target":35},{"source":334,"target":340},{"source":334,"target":36},{"source":340,"target":35},{"source":335,"target":49},{"source":335,"target":341},{"source":335,"target":36},{"source":341,"target":49},{"source":336,"target":73},{"source":336,"target":342},{"source":336,"target":36},{"source":342,"target":73},{"source":337,"target":3},{"source":337,"target":343},{"source":337,"target":36},{"source":343,"target":3},{"source":338,"target":69},{"source":37,"target":0},{"source":37,"target":94},{"source":37,"target":344},{"source":37,"target":345},{"source":344,"target":57},{"source":344,"target":346},{"source":344,"target":37},{"source":344,"target":347},{"source":346,"target":57},{"source":345,"target":94},{"source":38,"target":0},{"source":38,"target":94},{"source":38,"target":348},{"source":38,"target":349},{"source":38,"target":350},{"source":348,"target":43},{"source":348,"target":351},{"source":348,"target":38},{"source":351,"target":43},{"source":349,"target":94},{"source":349,"target":352},{"source":349,"target":38},{"source":352,"target":94},{"source":350,"target":94},{"source":39,"target":0},{"source":39,"target":94},{"source":39,"target":353},{"source":353,"target":94},{"source":40,"target":0},{"source":40,"target":94},{"source":40,"target":354},{"source":40,"target":355},{"source":40,"target":356},{"source":40,"target":357},{"source":354,"target":94},{"source":354,"target":358},{"source":354,"target":40},{"source":358,"target":94},{"source":355,"target":43},{"source":355,"target":359},{"source":355,"target":40},{"source":359,"target":43},{"source":356,"target":93},{"source":356,"target":360},{"source":356,"target":40},{"source":356,"target":361},{"source":360,"target":93},{"source":357,"target":94},{"source":41,"target":0},{"source":41,"target":21},{"source":41,"target":126},{"source":41,"target":362},{"source":41,"target":363},{"source":41,"target":364},{"source":41,"target":365},{"source":362,"target":13},{"source":362,"target":366},{"source":362,"target":41},{"source":366,"target":13},{"source":363,"target":43},{"source":363,"target":367},{"source":363,"target":41},{"source":367,"target":43},{"source":364,"target":21},{"source":365,"target":126},{"source":42,"target":0},{"source":42,"target":3},{"source":42,"target":368},{"source":42,"target":369},{"source":368,"target":41},{"source":368,"target":370},{"source":368,"target":42},{"source":370,"target":41},{"source":369,"target":3},{"source":43,"target":0},{"source":43,"target":9},{"source":43,"target":371},{"source":371,"target":9},{"source":44,"target":0},{"source":44,"target":94},{"source":44,"target":372},{"source":44,"target":373},{"source":372,"target":43},{"source":372,"target":374},{"source":372,"target":44},{"source":374,"target":43},{"source":373,"target":94},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":375},{"source":45,"target":376},{"source":45,"target":377},{"source":375,"target":92},{"source":375,"target":378},{"source":375,"target":45},{"source":378,"target":92},{"source":376,"target":43},{"source":376,"target":379},{"source":376,"target":45},{"source":379,"target":43},{"source":377,"target":43},{"source":46,"target":0},{"source":46,"target":21},{"source":46,"target":5},{"source":46,"target":380},{"source":46,"target":381},{"source":380,"target":21},{"source":381,"target":5},{"source":47,"target":0},{"source":47,"target":94},{"source":47,"target":382},{"source":47,"target":383},{"source":47,"target":384},{"source":47,"target":385},{"source":47,"target":386},{"source":382,"target":43},{"source":382,"target":387},{"source":382,"target":47},{"source":387,"target":43},{"source":383,"target":43},{"source":383,"target":388},{"source":383,"target":47},{"source":388,"target":43},{"source":384,"target":43},{"source":384,"target":389},{"source":384,"target":47},{"source":389,"target":43},{"source":385,"target":94},{"source":385,"target":390},{"source":385,"target":47},{"source":390,"target":94},{"source":386,"target":94},{"source":48,"target":0},{"source":48,"target":94},{"source":48,"target":391},{"source":48,"target":392},{"source":48,"target":393},{"source":48,"target":394},{"source":391,"target":43},{"source":391,"target":395},{"source":391,"target":48},{"source":395,"target":43},{"source":392,"target":94},{"source":392,"target":396},{"source":392,"target":48},{"source":396,"target":94},{"source":393,"target":94},{"source":393,"target":397},{"source":393,"target":48},{"source":397,"target":94},{"source":394,"target":94},{"source":49,"target":0},{"source":49,"target":9},{"source":49,"target":398},{"source":49,"target":399},{"source":49,"target":400},{"source":398,"target":401},{"source":398,"target":49},{"source":399,"target":69},{"source":399,"target":402},{"source":399,"target":49},{"source":399,"target":403},{"source":402,"target":69},{"source":400,"target":9},{"source":50,"target":0},{"source":50,"target":43},{"source":50,"target":404},{"source":50,"target":405},{"source":50,"target":406},{"source":50,"target":407},{"source":50,"target":408},{"source":404,"target":51},{"source":404,"target":409},{"source":404,"target":50},{"source":409,"target":51},{"source":405,"target":43},{"source":405,"target":410},{"source":405,"target":50},{"source":410,"target":43},{"source":406,"target":43},{"source":406,"target":411},{"source":406,"target":50},{"source":411,"target":43},{"source":407,"target":43},{"source":407,"target":412},{"source":407,"target":50},{"source":412,"target":43},{"source":408,"target":43},{"source":51,"target":0},{"source":51,"target":413},{"source":51,"target":414},{"source":51,"target":415},{"source":51,"target":416},{"source":51,"target":417},{"source":51,"target":418},{"source":51,"target":419},{"source":51,"target":420},{"source":51,"target":421},{"source":51,"target":422},{"source":51,"target":423},{"source":51,"target":424},{"source":51,"target":425},{"source":51,"target":426},{"source":51,"target":427},{"source":51,"target":428},{"source":51,"target":429},{"source":51,"target":430},{"source":51,"target":431},{"source":413,"target":51},{"source":414,"target":51},{"source":415,"target":51},{"source":416,"target":51},{"source":417,"target":51},{"source":418,"target":51},{"source":419,"target":51},{"source":420,"target":51},{"source":421,"target":51},{"source":422,"target":51},{"source":423,"target":51},{"source":424,"target":51},{"source":425,"target":51},{"source":426,"target":51},{"source":427,"target":51},{"source":428,"target":51},{"source":429,"target":51},{"source":430,"target":51},{"source":431,"target":51},{"source":52,"target":0},{"source":52,"target":432},{"source":52,"target":433},{"source":52,"target":434},{"source":432,"target":52},{"source":433,"target":52},{"source":434,"target":52},{"source":53,"target":0},{"source":53,"target":21},{"source":53,"target":435},{"source":53,"target":436},{"source":435,"target":24},{"source":435,"target":437},{"source":435,"target":53},{"source":437,"target":24},{"source":436,"target":21},{"source":54,"target":0},{"source":54,"target":43},{"source":54,"target":438},{"source":54,"target":439},{"source":54,"target":440},{"source":438,"target":108},{"source":438,"target":441},{"source":438,"target":54},{"source":441,"target":108},{"source":439,"target":43},{"source":439,"target":442},{"source":439,"target":54},{"source":442,"target":43},{"source":440,"target":43},{"source":55,"target":0},{"source":55,"target":109},{"source":55,"target":443},{"source":443,"target":109},{"source":56,"target":0},{"source":56,"target":35},{"source":56,"target":444},{"source":56,"target":445},{"source":444,"target":102},{"source":444,"target":446},{"source":444,"target":56},{"source":446,"target":102},{"source":445,"target":35},{"source":57,"target":0},{"source":57,"target":69},{"source":57,"target":94},{"source":57,"target":447},{"source":57,"target":282},{"source":57,"target":347},{"source":57,"target":448},{"source":57,"target":449},{"source":447,"target":94},{"source":447,"target":450},{"source":447,"target":57},{"source":450,"target":94},{"source":282,"target":25},{"source":282,"target":451},{"source":282,"target":57},{"source":282,"target":279},{"source":451,"target":25},{"source":347,"target":37},{"source":347,"target":452},{"source":347,"target":57},{"source":347,"target":344},{"source":452,"target":37},{"source":448,"target":69},{"source":449,"target":94},{"source":58,"target":0},{"source":58,"target":35},{"source":58,"target":453},{"source":453,"target":35},{"source":59,"target":0},{"source":59,"target":454},{"source":59,"target":455},{"source":454,"target":60},{"source":454,"target":456},{"source":454,"target":59},{"source":456,"target":60},{"source":455,"target":61},{"source":455,"target":457},{"source":455,"target":59},{"source":457,"target":61},{"source":60,"target":0},{"source":60,"target":458},{"source":60,"target":459},{"source":458,"target":460},{"source":458,"target":60},{"source":459,"target":461},{"source":459,"target":60},{"source":61,"target":0},{"source":61,"target":462},{"source":61,"target":463},{"source":462,"target":464},{"source":462,"target":61},{"source":463,"target":60},{"source":463,"target":465},{"source":463,"target":61},{"source":465,"target":60},{"source":62,"target":0},{"source":62,"target":9},{"source":62,"target":466},{"source":62,"target":467},{"source":62,"target":468},{"source":466,"target":69},{"source":466,"target":469},{"source":466,"target":62},{"source":469,"target":69},{"source":467,"target":108},{"source":467,"target":470},{"source":467,"target":62},{"source":470,"target":108},{"source":468,"target":9},{"source":63,"target":0},{"source":63,"target":1},{"source":63,"target":471},{"source":63,"target":472},{"source":63,"target":473},{"source":63,"target":474},{"source":63,"target":475},{"source":471,"target":476},{"source":471,"target":63},{"source":472,"target":108},{"source":472,"target":477},{"source":472,"target":63},{"source":477,"target":108},{"source":473,"target":63},{"source":473,"target":478},{"source":473,"target":63},{"source":473,"target":474},{"source":478,"target":63},{"source":474,"target":63},{"source":474,"target":479},{"source":474,"target":63},{"source":474,"target":473},{"source":479,"target":63},{"source":475,"target":1},{"source":64,"target":0},{"source":64,"target":43},{"source":64,"target":2},{"source":64,"target":480},{"source":64,"target":481},{"source":64,"target":482},{"source":480,"target":43},{"source":480,"target":483},{"source":480,"target":64},{"source":483,"target":43},{"source":481,"target":43},{"source":482,"target":2},{"source":65,"target":0},{"source":65,"target":9},{"source":65,"target":147},{"source":65,"target":484},{"source":65,"target":485},{"source":65,"target":486},{"source":147,"target":1},{"source":147,"target":487},{"source":147,"target":65},{"source":147,"target":138},{"source":487,"target":1},{"source":484,"target":108},{"source":484,"target":488},{"source":484,"target":65},{"source":488,"target":108},{"source":485,"target":66},{"source":485,"target":489},{"source":485,"target":65},{"source":489,"target":66},{"source":486,"target":9},{"source":66,"target":0},{"source":66,"target":9},{"source":66,"target":490},{"source":66,"target":491},{"source":66,"target":492},{"source":66,"target":493},{"source":490,"target":494},{"source":490,"target":66},{"source":491,"target":495},{"source":491,"target":66},{"source":492,"target":108},{"source":492,"target":496},{"source":492,"target":66},{"source":496,"target":108},{"source":493,"target":9},{"source":67,"target":0},{"source":67,"target":497},{"source":67,"target":498},{"source":67,"target":499},{"source":67,"target":500},{"source":67,"target":501},{"source":67,"target":502},{"source":67,"target":503},{"source":497,"target":504},{"source":497,"target":67},{"source":498,"target":73},{"source":498,"target":505},{"source":498,"target":67},{"source":498,"target":506},{"source":505,"target":73},{"source":499,"target":107},{"source":499,"target":507},{"source":499,"target":67},{"source":507,"target":107},{"source":500,"target":113},{"source":500,"target":508},{"source":500,"target":67},{"source":508,"target":113},{"source":501,"target":36},{"source":501,"target":509},{"source":501,"target":67},{"source":509,"target":36},{"source":502,"target":29},{"source":502,"target":510},{"source":502,"target":67},{"source":510,"target":29},{"source":503,"target":7},{"source":503,"target":511},{"source":503,"target":67},{"source":511,"target":7},{"source":68,"target":0},{"source":68,"target":9},{"source":68,"target":512},{"source":68,"target":513},{"source":68,"target":514},{"source":68,"target":515},{"source":68,"target":516},{"source":68,"target":517},{"source":68,"target":518},{"source":68,"target":519},{"source":68,"target":271},{"source":68,"target":520},{"source":68,"target":521},{"source":68,"target":522},{"source":68,"target":523},{"source":512,"target":130},{"source":512,"target":524},{"source":512,"target":68},{"source":524,"target":130},{"source":513,"target":52},{"source":513,"target":525},{"source":513,"target":68},{"source":525,"target":52},{"source":514,"target":526},{"source":514,"target":68},{"source":515,"target":527},{"source":515,"target":68},{"source":516,"target":528},{"source":516,"target":68},{"source":517,"target":529},{"source":517,"target":68},{"source":518,"target":530},{"source":518,"target":68},{"source":519,"target":531},{"source":519,"target":68},{"source":271,"target":21},{"source":271,"target":532},{"source":271,"target":68},{"source":271,"target":265},{"source":532,"target":21},{"source":520,"target":93},{"source":520,"target":533},{"source":520,"target":68},{"source":520,"target":534},{"source":533,"target":93},{"source":521,"target":129},{"source":521,"target":535},{"source":521,"target":68},{"source":521,"target":536},{"source":535,"target":129},{"source":522,"target":127},{"source":522,"target":537},{"source":522,"target":68},{"source":522,"target":538},{"source":537,"target":127},{"source":523,"target":9},{"source":69,"target":0},{"source":69,"target":9},{"source":69,"target":539},{"source":69,"target":540},{"source":69,"target":403},{"source":69,"target":541},{"source":539,"target":542},{"source":539,"target":69},{"source":540,"target":543},{"source":540,"target":69},{"source":403,"target":49},{"source":403,"target":544},{"source":403,"target":69},{"source":403,"target":399},{"source":544,"target":49},{"source":541,"target":9},{"source":70,"target":0},{"source":70,"target":9},{"source":70,"target":545},{"source":545,"target":9},{"source":71,"target":0},{"source":71,"target":43},{"source":71,"target":546},{"source":71,"target":547},{"source":546,"target":548},{"source":546,"target":71},{"source":547,"target":43},{"source":72,"target":0},{"source":72,"target":43},{"source":72,"target":549},{"source":549,"target":43},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":168},{"source":73,"target":506},{"source":73,"target":550},{"source":73,"target":551},{"source":73,"target":552},{"source":73,"target":553},{"source":168,"target":3},{"source":168,"target":554},{"source":168,"target":73},{"source":168,"target":159},{"source":554,"target":3},{"source":506,"target":67},{"source":506,"target":555},{"source":506,"target":73},{"source":506,"target":498},{"source":555,"target":67},{"source":550,"target":73},{"source":550,"target":556},{"source":550,"target":73},{"source":550,"target":551},{"source":556,"target":73},{"source":551,"target":73},{"source":551,"target":557},{"source":551,"target":73},{"source":551,"target":550},{"source":557,"target":73},{"source":552,"target":74},{"source":552,"target":558},{"source":552,"target":73},{"source":552,"target":559},{"source":558,"target":74},{"source":553,"target":69},{"source":74,"target":0},{"source":74,"target":70},{"source":74,"target":559},{"source":74,"target":560},{"source":74,"target":561},{"source":559,"target":73},{"source":559,"target":562},{"source":559,"target":74},{"source":559,"target":552},{"source":562,"target":73},{"source":560,"target":74},{"source":560,"target":563},{"source":560,"target":74},{"source":563,"target":74},{"source":561,"target":70},{"source":75,"target":0},{"source":75,"target":107},{"source":75,"target":564},{"source":75,"target":565},{"source":75,"target":566},{"source":564,"target":108},{"source":564,"target":567},{"source":564,"target":75},{"source":567,"target":108},{"source":565,"target":108},{"source":565,"target":568},{"source":565,"target":75},{"source":568,"target":108},{"source":566,"target":107},{"source":76,"target":0},{"source":76,"target":43},{"source":76,"target":569},{"source":76,"target":570},{"source":569,"target":43},{"source":569,"target":571},{"source":569,"target":76},{"source":571,"target":43},{"source":570,"target":43},{"source":77,"target":0},{"source":77,"target":43},{"source":77,"target":572},{"source":77,"target":573},{"source":77,"target":574},{"source":572,"target":78},{"source":572,"target":575},{"source":572,"target":77},{"source":575,"target":78},{"source":573,"target":43},{"source":573,"target":576},{"source":573,"target":77},{"source":576,"target":43},{"source":574,"target":43},{"source":78,"target":0},{"source":78,"target":577},{"source":78,"target":578},{"source":577,"target":78},{"source":578,"target":78},{"source":79,"target":0},{"source":79,"target":43},{"source":79,"target":579},{"source":79,"target":580},{"source":79,"target":581},{"source":579,"target":80},{"source":579,"target":582},{"source":579,"target":79},{"source":582,"target":80},{"source":580,"target":43},{"source":580,"target":583},{"source":580,"target":79},{"source":583,"target":43},{"source":581,"target":43},{"source":80,"target":0},{"source":80,"target":584},{"source":80,"target":585},{"source":80,"target":586},{"source":80,"target":587},{"source":80,"target":588},{"source":80,"target":589},{"source":584,"target":80},{"source":585,"target":80},{"source":586,"target":80},{"source":587,"target":80},{"source":588,"target":80},{"source":589,"target":80},{"source":81,"target":0},{"source":81,"target":107},{"source":81,"target":590},{"source":590,"target":107},{"source":82,"target":0},{"source":82,"target":81},{"source":82,"target":591},{"source":591,"target":81},{"source":83,"target":0},{"source":83,"target":81},{"source":83,"target":592},{"source":592,"target":81},{"source":84,"target":0},{"source":84,"target":81},{"source":84,"target":593},{"source":593,"target":81},{"source":85,"target":0},{"source":85,"target":81},{"source":85,"target":594},{"source":594,"target":81},{"source":86,"target":0},{"source":86,"target":81},{"source":86,"target":595},{"source":595,"target":81},{"source":87,"target":0},{"source":87,"target":81},{"source":87,"target":596},{"source":596,"target":81},{"source":88,"target":0},{"source":88,"target":81},{"source":88,"target":597},{"source":597,"target":81},{"source":89,"target":0},{"source":89,"target":81},{"source":89,"target":598},{"source":598,"target":81},{"source":90,"target":0},{"source":90,"target":81},{"source":90,"target":599},{"source":599,"target":81},{"source":91,"target":0},{"source":91,"target":94},{"source":91,"target":600},{"source":91,"target":601},{"source":600,"target":43},{"source":600,"target":602},{"source":600,"target":91},{"source":602,"target":43},{"source":601,"target":94},{"source":92,"target":0},{"source":92,"target":43},{"source":92,"target":603},{"source":92,"target":604},{"source":92,"target":605},{"source":603,"target":126},{"source":603,"target":606},{"source":603,"target":92},{"source":603,"target":607},{"source":606,"target":126},{"source":604,"target":43},{"source":604,"target":608},{"source":604,"target":92},{"source":608,"target":43},{"source":605,"target":43},{"source":93,"target":0},{"source":93,"target":126},{"source":93,"target":534},{"source":93,"target":609},{"source":93,"target":610},{"source":93,"target":611},{"source":93,"target":143},{"source":93,"target":292},{"source":93,"target":361},{"source":93,"target":612},{"source":534,"target":68},{"source":534,"target":613},{"source":534,"target":93},{"source":534,"target":520},{"source":613,"target":68},{"source":609,"target":614},{"source":609,"target":93},{"source":610,"target":108},{"source":610,"target":615},{"source":610,"target":93},{"source":615,"target":108},{"source":611,"target":6},{"source":611,"target":616},{"source":611,"target":93},{"source":616,"target":6},{"source":143,"target":1},{"source":143,"target":617},{"source":143,"target":93},{"source":143,"target":135},{"source":617,"target":1},{"source":292,"target":27},{"source":292,"target":618},{"source":292,"target":93},{"source":292,"target":288},{"source":618,"target":27},{"source":361,"target":40},{"source":361,"target":619},{"source":361,"target":93},{"source":361,"target":356},{"source":619,"target":40},{"source":612,"target":126},{"source":94,"target":0},{"source":94,"target":9},{"source":94,"target":620},{"source":620,"target":9},{"source":95,"target":0},{"source":95,"target":43},{"source":95,"target":621},{"source":95,"target":622},{"source":621,"target":623},{"source":621,"target":95},{"source":622,"target":43},{"source":96,"target":0},{"source":96,"target":94},{"source":96,"target":2},{"source":96,"target":624},{"source":96,"target":625},{"source":96,"target":626},{"source":624,"target":43},{"source":624,"target":627},{"source":624,"target":96},{"source":627,"target":43},{"source":625,"target":94},{"source":626,"target":2},{"source":97,"target":0},{"source":97,"target":4},{"source":97,"target":628},{"source":97,"target":629},{"source":628,"target":92},{"source":628,"target":630},{"source":628,"target":97},{"source":630,"target":92},{"source":629,"target":4},{"source":98,"target":0},{"source":98,"target":4},{"source":98,"target":2},{"source":98,"target":631},{"source":98,"target":632},{"source":631,"target":4},{"source":632,"target":2},{"source":99,"target":0},{"source":99,"target":94},{"source":99,"target":633},{"source":99,"target":634},{"source":99,"target":635},{"source":633,"target":636},{"source":633,"target":99},{"source":634,"target":43},{"source":634,"target":637},{"source":634,"target":99},{"source":637,"target":43},{"source":635,"target":94},{"source":100,"target":0},{"source":100,"target":94},{"source":100,"target":638},{"source":100,"target":639},{"source":100,"target":640},{"source":638,"target":43},{"source":638,"target":641},{"source":638,"target":100},{"source":641,"target":43},{"source":639,"target":94},{"source":639,"target":642},{"source":639,"target":100},{"source":642,"target":94},{"source":640,"target":94},{"source":101,"target":0},{"source":101,"target":94},{"source":101,"target":643},{"source":101,"target":644},{"source":101,"target":645},{"source":643,"target":24},{"source":643,"target":646},{"source":643,"target":101},{"source":646,"target":24},{"source":644,"target":43},{"source":644,"target":647},{"source":644,"target":101},{"source":647,"target":43},{"source":645,"target":94},{"source":102,"target":0},{"source":102,"target":9},{"source":102,"target":648},{"source":102,"target":649},{"source":102,"target":650},{"source":648,"target":651},{"source":648,"target":102},{"source":649,"target":9},{"source":649,"target":652},{"source":649,"target":102},{"source":652,"target":9},{"source":650,"target":9},{"source":103,"target":0},{"source":103,"target":9},{"source":103,"target":653},{"source":103,"target":654},{"source":653,"target":655},{"source":653,"target":103},{"source":654,"target":9},{"source":104,"target":0},{"source":104,"target":4},{"source":104,"target":656},{"source":656,"target":4},{"source":105,"target":0},{"source":105,"target":94},{"source":105,"target":657},{"source":105,"target":658},{"source":657,"target":43},{"source":657,"target":659},{"source":657,"target":105},{"source":659,"target":43},{"source":658,"target":94},{"source":106,"target":0},{"source":106,"target":94},{"source":106,"target":660},{"source":106,"target":661},{"source":106,"target":662},{"source":106,"target":663},{"source":660,"target":24},{"source":660,"target":664},{"source":660,"target":106},{"source":664,"target":24},{"source":661,"target":24},{"source":661,"target":665},{"source":661,"target":106},{"source":665,"target":24},{"source":662,"target":27},{"source":662,"target":666},{"source":662,"target":106},{"source":666,"target":27},{"source":663,"target":94},{"source":107,"target":0},{"source":107,"target":69},{"source":107,"target":667},{"source":107,"target":668},{"source":667,"target":108},{"source":667,"target":669},{"source":667,"target":107},{"source":667,"target":670},{"source":669,"target":108},{"source":668,"target":69},{"source":108,"target":0},{"source":108,"target":43},{"source":108,"target":70},{"source":108,"target":670},{"source":108,"target":671},{"source":108,"target":672},{"source":108,"target":673},{"source":670,"target":107},{"source":670,"target":674},{"source":670,"target":108},{"source":670,"target":667},{"source":674,"target":107},{"source":671,"target":70},{"source":671,"target":675},{"source":671,"target":108},{"source":675,"target":70},{"source":672,"target":43},{"source":673,"target":70},{"source":109,"target":0},{"source":109,"target":3},{"source":109,"target":676},{"source":109,"target":677},{"source":676,"target":112},{"source":676,"target":678},{"source":676,"target":109},{"source":678,"target":112},{"source":677,"target":3},{"source":110,"target":0},{"source":110,"target":94},{"source":110,"target":679},{"source":110,"target":680},{"source":679,"target":3},{"source":679,"target":681},{"source":679,"target":110},{"source":681,"target":3},{"source":680,"target":94},{"source":111,"target":0},{"source":111,"target":43},{"source":111,"target":682},{"source":111,"target":683},{"source":682,"target":108},{"source":682,"target":684},{"source":682,"target":111},{"source":684,"target":108},{"source":683,"target":43},{"source":112,"target":0},{"source":112,"target":107},{"source":112,"target":685},{"source":112,"target":686},{"source":685,"target":108},{"source":685,"target":687},{"source":685,"target":112},{"source":687,"target":108},{"source":686,"target":107},{"source":113,"target":0},{"source":113,"target":69},{"source":113,"target":688},{"source":688,"target":69},{"source":114,"target":0},{"source":114,"target":43},{"source":114,"target":70},{"source":114,"target":689},{"source":114,"target":690},{"source":114,"target":691},{"source":114,"target":692},{"source":689,"target":113},{"source":689,"target":693},{"source":689,"target":114},{"source":693,"target":113},{"source":690,"target":9},{"source":690,"target":694},{"source":690,"target":114},{"source":694,"target":9},{"source":691,"target":43},{"source":692,"target":70},{"source":115,"target":0},{"source":115,"target":11},{"source":115,"target":113},{"source":115,"target":695},{"source":115,"target":696},{"source":695,"target":11},{"source":696,"target":113},{"source":116,"target":0},{"source":116,"target":12},{"source":116,"target":113},{"source":116,"target":697},{"source":116,"target":698},{"source":697,"target":12},{"source":698,"target":113},{"source":117,"target":0},{"source":117,"target":34},{"source":117,"target":113},{"source":117,"target":699},{"source":117,"target":700},{"source":699,"target":34},{"source":700,"target":113},{"source":118,"target":0},{"source":118,"target":42},{"source":118,"target":113},{"source":118,"target":701},{"source":118,"target":702},{"source":701,"target":42},{"source":702,"target":113},{"source":119,"target":0},{"source":119,"target":55},{"source":119,"target":113},{"source":119,"target":703},{"source":119,"target":704},{"source":703,"target":55},{"source":704,"target":113},{"source":120,"target":0},{"source":120,"target":57},{"source":120,"target":113},{"source":120,"target":705},{"source":120,"target":706},{"source":705,"target":57},{"source":706,"target":113},{"source":121,"target":0},{"source":121,"target":63},{"source":121,"target":113},{"source":121,"target":707},{"source":121,"target":708},{"source":707,"target":63},{"source":708,"target":113},{"source":122,"target":0},{"source":122,"target":93},{"source":122,"target":113},{"source":122,"target":709},{"source":122,"target":710},{"source":709,"target":93},{"source":710,"target":113},{"source":123,"target":0},{"source":123,"target":107},{"source":123,"target":113},{"source":123,"target":711},{"source":123,"target":712},{"source":711,"target":107},{"source":712,"target":113},{"source":124,"target":0},{"source":124,"target":3},{"source":124,"target":113},{"source":124,"target":713},{"source":124,"target":714},{"source":713,"target":3},{"source":714,"target":113},{"source":125,"target":0},{"source":125,"target":128},{"source":125,"target":113},{"source":125,"target":715},{"source":125,"target":716},{"source":715,"target":128},{"source":716,"target":113},{"source":126,"target":0},{"source":126,"target":69},{"source":126,"target":717},{"source":126,"target":718},{"source":126,"target":607},{"source":126,"target":719},{"source":717,"target":720},{"source":717,"target":126},{"source":718,"target":43},{"source":718,"target":721},{"source":718,"target":126},{"source":721,"target":43},{"source":607,"target":92},{"source":607,"target":722},{"source":607,"target":126},{"source":607,"target":603},{"source":722,"target":92},{"source":719,"target":69},{"source":127,"target":0},{"source":127,"target":43},{"source":127,"target":5},{"source":127,"target":538},{"source":127,"target":723},{"source":127,"target":724},{"source":127,"target":725},{"source":538,"target":68},{"source":538,"target":726},{"source":538,"target":127},{"source":538,"target":522},{"source":726,"target":68},{"source":723,"target":6},{"source":723,"target":727},{"source":723,"target":127},{"source":727,"target":6},{"source":724,"target":43},{"source":725,"target":5},{"source":128,"target":0},{"source":128,"target":126},{"source":128,"target":178},{"source":128,"target":728},{"source":178,"target":5},{"source":178,"target":729},{"source":178,"target":128},{"source":178,"target":174},{"source":729,"target":5},{"source":728,"target":126},{"source":129,"target":0},{"source":129,"target":94},{"source":129,"target":5},{"source":129,"target":730},{"source":129,"target":536},{"source":129,"target":731},{"source":129,"target":732},{"source":129,"target":733},{"source":730,"target":734},{"source":730,"target":129},{"source":536,"target":68},{"source":536,"target":735},{"source":536,"target":129},{"source":536,"target":521},{"source":735,"target":68},{"source":731,"target":6},{"source":731,"target":736},{"source":731,"target":129},{"source":736,"target":6},{"source":732,"target":94},{"source":733,"target":5},{"source":130,"target":0},{"source":130,"target":737},{"source":130,"target":738},{"source":130,"target":739},{"source":130,"target":740},{"source":737,"target":130},{"source":738,"target":130},{"source":739,"target":130},{"source":740,"target":130},{"source":131,"target":0},{"source":131,"target":107},{"source":131,"target":741},{"source":131,"target":742},{"source":131,"target":743},{"source":741,"target":744},{"source":741,"target":131},{"source":742,"target":108},{"source":742,"target":745},{"source":742,"target":131},{"source":745,"target":108},{"source":743,"target":107},{"source":132,"target":0},{"source":132,"target":94},{"source":132,"target":746},{"source":132,"target":747},{"source":132,"target":748},{"source":746,"target":43},{"source":746,"target":749},{"source":746,"target":132},{"source":749,"target":43},{"source":747,"target":94},{"source":747,"target":750},{"source":747,"target":132},{"source":750,"target":94},{"source":748,"target":94},{"source":133,"target":0},{"source":133,"target":751},{"source":133,"target":752},{"source":133,"target":753},{"source":133,"target":754},{"source":133,"target":755},{"source":751,"target":21},{"source":751,"target":756},{"source":751,"target":133},{"source":756,"target":21},{"source":752,"target":109},{"source":752,"target":757},{"source":752,"target":133},{"source":757,"target":109},{"source":753,"target":21},{"source":753,"target":758},{"source":753,"target":133},{"source":758,"target":21},{"source":754,"target":9},{"source":754,"target":759},{"source":754,"target":133},{"source":754,"target":760},{"source":759,"target":9},{"source":760,"target":67},{"source":760,"target":761},{"source":760,"target":754},{"source":761,"target":67},{"source":755,"target":9},{"source":755,"target":762},{"source":755,"target":133},{"source":755,"target":763},{"source":762,"target":9},{"source":763,"target":67},{"source":763,"target":764},{"source":763,"target":755},{"source":764,"target":67}],"multigraph":true}
ecore
relationships
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/syswbeff1065ok.ecore
syswbeff1065ok Function decompositions sequenceNodes flows outputPorts inputPorts descriptions domain tokens property associations allocatedTo SequenceNode controlFlowEdge name tMin tMax Sequence And Or Start Final Loop InputPort Port id Item name Flow inputflowEdge items ProcessNode label OutputPort outputflowEdge Description content FunctionDomain time time space space form form LoopExit Iteration Token AssociatedTo since fromThing toThing Thing id relations Thoughts relatedTo id FunctionProperty description parent Component decompositions associations performs name System functionalArchitecture physicalArchitecture id PatternCatalog id patterns Workbench things thoughts systemView functionProperties catalog
<?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="syswbeff1065ok" nsURI="http://syswbeff1065ok" nsPrefix="_syswbeff1065ok"> <eAnnotations source="diagen"> <details key="knownas=simple world" value=""/> <details key="origin=http://org.isoe.fr" value=""/> <details key="leftparent=nil" value=""/> <details key="rightparent=nil" value=""/> <details key="requires=nil" value=""/> <details key="context=startup" value=""/> </eAnnotations> <eAnnotations source="diastyle.node.vertical"> <details key="layout=vertical" value=""/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//SequenceNode #//ProcessNode"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> <details key="view=functionArchitecture" value=""/> <details key="cont=Function.decompositions" value=""/> <details key="afx=inputPorts"/> <details key="afx=outputPorts"/> <details key="cref=descriptions"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> <details key="view=functionPattern" value=""/> <details key="cont=Function.decompositions" value=""/> <details key="afx=inputPorts"/> <details key="afx=outputPorts"/> <details key="cref=descriptions"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="cont=PatternCatalog.patterns"/> <details key="nav:functionPattern"/> <details key="view=catalog"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="nav:functionArchitecture"/> <details key="cont=System.functionalArchitecture"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sequenceNodes" upperBound="-1" eType="#//Sequence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1" eType="#//Flow" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" eType="#//FunctionDomain"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tokens" upperBound="-1" eType="#//Token" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" upperBound="-1" eType="#//FunctionProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" eType="#//Function"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allocatedTo" eType="#//Component"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceNode" abstract="true"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> <details key="label=name"/> <details key="ref=controlFlowEdge"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> <details key="label=name"/> <details key="ref=controlFlowEdge"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=catalog" value=""/> <details key="label=name"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="controlFlowEdge" upperBound="-1" eType="#//SequenceNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tMin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sequence" abstract="true" eSuperTypes="#//SequenceNode"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Start" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="#//Port"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> <details key="label=id" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> <details key="label=id" value=""/> </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" value=""/> <details key="view=functionArchitecture" value=""/> <details key="label=name" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> <details key="label=name" value=""/> </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="Flow" eSuperTypes="#//ProcessNode"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> <details key="ref=inputflowEdge" value=""/> <details key="kref=items" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> <details key="ref=inputflowEdge" value=""/> <details key="kref=items" value=""/> </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="ProcessNode" abstract="true"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=catalog" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> </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="OutputPort" eSuperTypes="#//Port"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> <details key="ref=outputflowEdge" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> <details key="ref=outputflowEdge" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="outputflowEdge" upperBound="-1" eType="#//Flow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionArchitecture" value=""/> <details key="label=content" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="view=functionPattern" value=""/> <details key="label=content" 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:EEnum" name="FunctionDomain"> <eLiterals name="time"/> <eLiterals name="space" value="1"/> <eLiterals name="form" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopExit" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Iteration" eSuperTypes="#//Sequence"> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionArchitecture" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=functionPattern" value=""/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Token"/> <eClassifiers xsi:type="ecore:EClass" name="AssociatedTo"> <eAnnotations source="diagraph"> <details key="link" value=""/> <details key="cont=Thing.relations" value=""/> <details key="lsrc=fromThing" value=""/> <details key="ltrg=toThing" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fromThing" eType="#//Thing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toThing" eType="#//Thing"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thing"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=id"/> </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="relations" upperBound="-1" eType="#//AssociatedTo" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thoughts"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="ref=relatedTo" value=""/> <details key="label=id"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="relatedTo" upperBound="-1" eType="#//Thing"/> <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="FunctionProperty"> <eAnnotations source="diagraph"> <details key="node" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//FunctionProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1" eType="#//Component"/> <eStructuralFeatures xsi:type="ecore:EReference" name="performs" upperBound="-1" eType="#//Function"/> <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="System"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=id"/> <details key="cref=functionalArchitecture" value=""/> <details key="cref=physicalArchitecture" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="functionalArchitecture" eType="#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalArchitecture" eType="#//Component" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternCatalog"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="label=id" value=""/> <details key="nav:catalog" value=""/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> <details key="cref=patterns" value=""/> <details key="view=catalog" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patterns" upperBound="-1" eType="#//Function" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Workbench"> <eAnnotations source="diagraph"> <details key="node" value=""/> <details key="pov" value=""/> <details key="cref=thoughts" value=""/> <details key="cref=catalog" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="things" upperBound="-1" eType="#//Thing" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thoughts" upperBound="-1" eType="#//Thoughts" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="systemView" eType="#//System" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionProperties" upperBound="-1" eType="#//FunctionProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catalog" upperBound="-1" eType="#//PatternCatalog" containment="true"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"_syswbeff1065ok","nsURI":"http://syswbeff1065ok","name":"syswbeff1065ok","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":"SequenceNode","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Start","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessNode","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FunctionDomain","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExit","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iteration","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociatedTo","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thoughts","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionProperty","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternCatalog","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workbench","instanceClass":null,"abstract":false,"id":27,"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":"decompositions","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":"sequenceNodes","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":"flows","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":"outputPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputPorts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"ordered":true,"upperBound":1,"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":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":"tokens","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":false,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associations","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":"allocatedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"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"},{"container":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":"controlFlowEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tMin","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":"tMax","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"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inputflowEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"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":76,"derived":false},{"id":77,"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":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"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":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"name":"time","id":83,"value":0,"literal":"time","eClass":"EEnumLiteral"},{"name":"space","id":84,"value":1,"literal":"space","eClass":"EEnumLiteral"},{"name":"form","id":85,"value":2,"literal":"form","eClass":"EEnumLiteral"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"since","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":false,"unsettable":false,"transient":false,"unique":true,"name":"fromThing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"toThing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"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":94,"derived":false},{"container":false,"ordered":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":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"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":"relatedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"decompositions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associations","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":false,"unsettable":false,"transient":false,"unique":true,"name":"performs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionalArchitecture","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"physicalArchitecture","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"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":"id","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":"patterns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"things","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":"thoughts","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":true,"unsettable":false,"transient":false,"unique":true,"name":"systemView","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catalog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"}],"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":2},{"source":1,"target":13},{"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":28,"target":1},{"source":28,"target":41},{"source":28,"target":1},{"source":41,"target":1},{"source":29,"target":3},{"source":29,"target":42},{"source":29,"target":1},{"source":42,"target":3},{"source":30,"target":12},{"source":30,"target":43},{"source":30,"target":1},{"source":43,"target":12},{"source":31,"target":14},{"source":31,"target":44},{"source":31,"target":1},{"source":44,"target":14},{"source":32,"target":9},{"source":32,"target":45},{"source":32,"target":1},{"source":45,"target":9},{"source":33,"target":15},{"source":33,"target":46},{"source":33,"target":1},{"source":46,"target":15},{"source":34,"target":16},{"source":34,"target":47},{"source":34,"target":1},{"source":47,"target":16},{"source":35,"target":19},{"source":35,"target":48},{"source":35,"target":1},{"source":48,"target":19},{"source":36,"target":23},{"source":36,"target":49},{"source":36,"target":1},{"source":49,"target":23},{"source":37,"target":1},{"source":37,"target":50},{"source":37,"target":1},{"source":50,"target":1},{"source":38,"target":24},{"source":38,"target":51},{"source":38,"target":1},{"source":51,"target":24},{"source":39,"target":2},{"source":40,"target":13},{"source":2,"target":0},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":52,"target":2},{"source":52,"target":56},{"source":52,"target":2},{"source":56,"target":2},{"source":53,"target":57},{"source":53,"target":2},{"source":54,"target":58},{"source":54,"target":2},{"source":55,"target":59},{"source":55,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":60},{"source":60,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":61},{"source":61,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":62},{"source":62,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":63},{"source":63,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":64},{"source":64,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":65},{"source":65,"target":3},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":66},{"source":66,"target":10},{"source":10,"target":0},{"source":10,"target":67},{"source":67,"target":68},{"source":67,"target":10},{"source":11,"target":0},{"source":11,"target":69},{"source":69,"target":70},{"source":69,"target":11},{"source":12,"target":0},{"source":12,"target":13},{"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":11},{"source":72,"target":75},{"source":72,"target":12},{"source":75,"target":11},{"source":73,"target":13},{"source":13,"target":0},{"source":13,"target":76},{"source":76,"target":77},{"source":76,"target":13},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":78},{"source":14,"target":79},{"source":78,"target":12},{"source":78,"target":80},{"source":78,"target":14},{"source":80,"target":12},{"source":79,"target":10},{"source":15,"target":0},{"source":15,"target":81},{"source":81,"target":82},{"source":81,"target":15},{"source":16,"target":0},{"source":16,"target":83},{"source":16,"target":84},{"source":16,"target":85},{"source":83,"target":16},{"source":84,"target":16},{"source":85,"target":16},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":86},{"source":86,"target":3},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":87},{"source":87,"target":3},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":88},{"source":20,"target":89},{"source":20,"target":90},{"source":88,"target":91},{"source":88,"target":20},{"source":89,"target":21},{"source":89,"target":92},{"source":89,"target":20},{"source":92,"target":21},{"source":90,"target":21},{"source":90,"target":93},{"source":90,"target":20},{"source":93,"target":21},{"source":21,"target":0},{"source":21,"target":94},{"source":21,"target":95},{"source":94,"target":96},{"source":94,"target":21},{"source":95,"target":20},{"source":95,"target":97},{"source":95,"target":21},{"source":97,"target":20},{"source":22,"target":0},{"source":22,"target":98},{"source":22,"target":99},{"source":98,"target":21},{"source":98,"target":100},{"source":98,"target":22},{"source":100,"target":21},{"source":99,"target":101},{"source":99,"target":22},{"source":23,"target":0},{"source":23,"target":102},{"source":23,"target":103},{"source":102,"target":104},{"source":102,"target":23},{"source":103,"target":23},{"source":103,"target":105},{"source":103,"target":23},{"source":105,"target":23},{"source":24,"target":0},{"source":24,"target":106},{"source":24,"target":107},{"source":24,"target":108},{"source":24,"target":109},{"source":106,"target":24},{"source":106,"target":110},{"source":106,"target":24},{"source":110,"target":24},{"source":107,"target":24},{"source":107,"target":111},{"source":107,"target":24},{"source":111,"target":24},{"source":108,"target":1},{"source":108,"target":112},{"source":108,"target":24},{"source":112,"target":1},{"source":109,"target":113},{"source":109,"target":24},{"source":25,"target":0},{"source":25,"target":114},{"source":25,"target":115},{"source":25,"target":116},{"source":114,"target":1},{"source":114,"target":117},{"source":114,"target":25},{"source":117,"target":1},{"source":115,"target":24},{"source":115,"target":118},{"source":115,"target":25},{"source":118,"target":24},{"source":116,"target":119},{"source":116,"target":25},{"source":26,"target":0},{"source":26,"target":120},{"source":26,"target":121},{"source":120,"target":122},{"source":120,"target":26},{"source":121,"target":1},{"source":121,"target":123},{"source":121,"target":26},{"source":123,"target":1},{"source":27,"target":0},{"source":27,"target":124},{"source":27,"target":125},{"source":27,"target":126},{"source":27,"target":127},{"source":27,"target":128},{"source":124,"target":21},{"source":124,"target":129},{"source":124,"target":27},{"source":129,"target":21},{"source":125,"target":22},{"source":125,"target":130},{"source":125,"target":27},{"source":130,"target":22},{"source":126,"target":25},{"source":126,"target":131},{"source":126,"target":27},{"source":131,"target":25},{"source":127,"target":23},{"source":127,"target":132},{"source":127,"target":27},{"source":132,"target":23},{"source":128,"target":26},{"source":128,"target":133},{"source":128,"target":27},{"source":133,"target":26}],"multigraph":true}
ecore
iot
repo-ecore-all/data/tdegueul/gemoc-pirover/RoverMelange/model-gen/ArduinoMLMT.ecore
arduino Board project Module DigitalPin module Pin level AnalogPin module Sketch project block board Project execute boards sketches Instruction execute finalize ModuleAssignment execute ModuleInstruction execute module Control execute evaluate block Utilities execute Delay execute unit value Time MilliSecond MilliSecond MicroSecond MicroSecond NamedElement name Repeat execute evaluate finalize iteration 5 ModuleGet module While execute evaluate condition BinaryExpression left right BinaryIntegerOperatorKind minus minus plus plus mul mul div div min min max max pourcent pourcent Variable evaluate VariableAssignment execute variable BinaryIntegerExpression evaluate operator BinaryBooleanExpression evaluate operator Expression evaluate Constant evaluate If evaluate execute condition elseBlock IntegerConstant evaluate value 0 BooleanConstant evaluate value false BooleanExpression IntegerExpression Assignment operand IntegerVariable evaluate initialValue 0 value BooleanVariable evaluate initialValue false value BooleanModuleGet evaluate IntegerModuleGet evaluate BinaryBooleanOperatorKind inf inf sup sup infOrEqual infOrEqual supOrEqual supOrEqual equal equal and and or or Different Different UnaryIntegerOperatorKind minus minus squareRoot squareRoot UnaryBooleanOperatorKind not not UnaryExpression operand UnaryBooleanExpression operator UnaryIntegerExpression operator VariableDeclaration execute variable VariableRef evaluate IntegerVariableRef variable LED color blue PushButton Buzzer RotationSensor MicroServo InfraRedSensor AmbientLightSensor SoundSensor Fan MusicPlayer ArduinoModule Block execute instructions ArduinoBoard digitalPins analogPins ArduinoDigitalModule ArduinoAnalogModule BooleanVariableRef variable Color blue blue red red white white ArduinoCommunicationModule push BluetoothTransceiver push connectedTransceiver dataToSend dataReceived Object java.lang.Object java.lang.Object
<?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="arduino" nsURI="http://rover.arduinomlmt/arduino/" nsPrefix="arduino"> <eClassifiers xsi:type="ecore:EClass" name="Board" abstract="true" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1" eType="//Project" eOpposite="//Project/boards"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Module" abstract="true" interface="true" eSuperTypes="//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DigitalPin" eSuperTypes="//Pin"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="//ArduinoDigitalModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pin" abstract="true" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" unique="false"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnalogPin" eSuperTypes="//Pin"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="//ArduinoAnalogModule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Sketch" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="project" lowerBound="1" eType="//Project" eOpposite="//Project/sketches"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="board" eType="//Board"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="boards" upperBound="-1" eType="//Board" containment="true" eOpposite="//Board/project"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sketches" upperBound="-1" eType="//Sketch" containment="true" eOpposite="//Sketch/project"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="finalize"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleAssignment" eSuperTypes="//ModuleInstruction //Assignment"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleInstruction" abstract="true" eSuperTypes="//Instruction"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Control" abstract="true" eSuperTypes="//Instruction"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="block" lowerBound="1" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Utilities" abstract="true" eSuperTypes="//Instruction"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="//Utilities"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="//Time"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Time"> <eLiterals name="MilliSecond"/> <eLiterals name="MicroSecond"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="//Control"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eOperations name="finalize"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="iteration" defaultValueLiteral="5"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModuleGet" abstract="true" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="module" lowerBound="1" eType="//Module"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="//Control"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//BooleanExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" abstract="true" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryIntegerOperatorKind"> <eLiterals name="minus"/> <eLiterals name="plus" value="1"/> <eLiterals name="mul" value="2"/> <eLiterals name="div" value="3"/> <eLiterals name="min" value="4"/> <eLiterals name="max" value="5"/> <eLiterals name="pourcent" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable" abstract="true" eSuperTypes="//NamedElement"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAssignment" eSuperTypes="//Instruction //Assignment"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//Variable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryIntegerExpression" eSuperTypes="//BinaryExpression //IntegerExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//BinaryIntegerOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryBooleanExpression" eSuperTypes="//BinaryExpression //BooleanExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//BinaryBooleanOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constant" abstract="true" eSuperTypes="//Expression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="//Control"> <eOperations name="evaluate"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eOperations> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="//BooleanExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerConstant" eSuperTypes="//Constant //IntegerExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanConstant" eSuperTypes="//Constant //BooleanExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" defaultValueLiteral="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" abstract="true" eSuperTypes="//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Assignment" abstract="true" eSuperTypes="//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVariable" eSuperTypes="//Variable"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" defaultValueLiteral="0"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariable" eSuperTypes="//Variable"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValue" defaultValueLiteral="false"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" unique="false"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanModuleGet" eSuperTypes="//ModuleGet //BooleanExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerModuleGet" eSuperTypes="//ModuleGet //IntegerExpression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BinaryBooleanOperatorKind"> <eLiterals name="inf" literal="inf"/> <eLiterals name="sup" value="1" literal="sup"/> <eLiterals name="infOrEqual" value="2" literal="infOrEqual"/> <eLiterals name="supOrEqual" value="3" literal="supOrEqual"/> <eLiterals name="equal" value="4" literal="equal"/> <eLiterals name="and" value="5" literal="and"/> <eLiterals name="or" value="6" literal="or"/> <eLiterals name="Different" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryIntegerOperatorKind"> <eLiterals name="minus"/> <eLiterals name="squareRoot" value="1" literal="squareRoot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="UnaryBooleanOperatorKind"> <eLiterals name="not" literal="not"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" abstract="true" eSuperTypes="//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryBooleanExpression" eSuperTypes="//UnaryExpression //BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//UnaryBooleanOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryIntegerExpression" eSuperTypes="//UnaryExpression //IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="//UnaryIntegerOperatorKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="//Instruction"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//Variable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableRef" abstract="true" eSuperTypes="//Expression"> <eOperations name="evaluate" eType="//Object"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerVariableRef" eSuperTypes="//VariableRef //IntegerExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//IntegerVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LED" eSuperTypes="//ArduinoDigitalModule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" lowerBound="1" eType="//Color" defaultValueLiteral="blue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PushButton" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="Buzzer" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="RotationSensor" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="MicroServo" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="InfraRedSensor" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="AmbientLightSensor" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="SoundSensor" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="Fan" eSuperTypes="//ArduinoDigitalModule"/> <eClassifiers xsi:type="ecore:EClass" name="MusicPlayer" eSuperTypes="//ArduinoAnalogModule"/> <eClassifiers xsi:type="ecore:EClass" name="ArduinoModule" abstract="true" eSuperTypes="//Module"/> <eClassifiers xsi:type="ecore:EClass" name="Block"> <eOperations name="execute"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArduinoBoard" eSuperTypes="//Board"> <eStructuralFeatures xsi:type="ecore:EReference" name="digitalPins" upperBound="-1" eType="//DigitalPin" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="analogPins" upperBound="-1" eType="//AnalogPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArduinoDigitalModule" abstract="true" eSuperTypes="//ArduinoModule"/> <eClassifiers xsi:type="ecore:EClass" name="ArduinoAnalogModule" abstract="true" eSuperTypes="//ArduinoModule"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanVariableRef" eSuperTypes="//VariableRef //BooleanExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//BooleanVariable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Color"> <eLiterals name="blue"/> <eLiterals name="red" value="1"/> <eLiterals name="white" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArduinoCommunicationModule" abstract="true" eSuperTypes="//ArduinoDigitalModule"> <eOperations name="push"> <eAnnotations source="aspect"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BluetoothTransceiver" eSuperTypes="//ArduinoAnalogModule"> <eOperations name="push"> <eAnnotations source="aspect"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="connectedTransceiver" upperBound="-1" eType="//BluetoothTransceiver"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataToSend" unique="false" upperBound="-1"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataReceived" unique="false" upperBound="-1"> <eAnnotations source="aspect"/> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"> <eAnnotations source="aspect"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"arduino","nsURI":"http://rover.arduinomlmt/arduino/","name":"arduino","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Board","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Module","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DigitalPin","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalogPin","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sketch","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleAssignment","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleInstruction","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Control","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utilities","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Time","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleGet","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryIntegerOperatorKind","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryIntegerExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryBooleanExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerConstant","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanConstant","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariable","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariable","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanModuleGet","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerModuleGet","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryBooleanOperatorKind","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryIntegerOperatorKind","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryBooleanOperatorKind","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryBooleanExpression","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryIntegerExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableRef","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariableRef","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LED","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PushButton","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Buzzer","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RotationSensor","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MicroServo","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfraRedSensor","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AmbientLightSensor","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoundSensor","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fan","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MusicPlayer","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoModule","instanceClass":null,"abstract":true,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoBoard","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoDigitalModule","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoAnalogModule","instanceClass":null,"abstract":true,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariableRef","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Color","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArduinoCommunicationModule","instanceClass":null,"abstract":true,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BluetoothTransceiver","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":65,"serializable":true,"eClass":"EDataType"},{"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":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"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":"boards","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"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":"project","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"board","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sketches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EOperation"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":91,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finalize","lowerBound":0,"id":92,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":96,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":101,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EOperation"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":108,"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":"unit","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":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"name":"MilliSecond","id":114,"value":0,"literal":"MilliSecond","eClass":"EEnumLiteral"},{"name":"MicroSecond","id":115,"value":0,"literal":"MicroSecond","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":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":119,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"finalize","lowerBound":0,"id":120,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"iteration","changeable":true,"lowerBound":0,"iD":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":128,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":129,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"name":"minus","id":139,"value":0,"literal":"minus","eClass":"EEnumLiteral"},{"name":"plus","id":140,"value":1,"literal":"plus","eClass":"EEnumLiteral"},{"name":"mul","id":141,"value":2,"literal":"mul","eClass":"EEnumLiteral"},{"name":"div","id":142,"value":3,"literal":"div","eClass":"EEnumLiteral"},{"name":"min","id":143,"value":4,"literal":"min","eClass":"EEnumLiteral"},{"name":"max","id":144,"value":5,"literal":"max","eClass":"EEnumLiteral"},{"name":"pourcent","id":145,"value":6,"literal":"pourcent","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":149,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":154,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":160,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":172,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"elseBlock","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"initialValue","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":false,"name":"value","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,"unique":true,"name":"evaluate","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"name":"inf","id":218,"value":0,"literal":"inf","eClass":"EEnumLiteral"},{"name":"sup","id":219,"value":1,"literal":"sup","eClass":"EEnumLiteral"},{"name":"infOrEqual","id":220,"value":2,"literal":"infOrEqual","eClass":"EEnumLiteral"},{"name":"supOrEqual","id":221,"value":3,"literal":"supOrEqual","eClass":"EEnumLiteral"},{"name":"equal","id":222,"value":4,"literal":"equal","eClass":"EEnumLiteral"},{"name":"and","id":223,"value":5,"literal":"and","eClass":"EEnumLiteral"},{"name":"or","id":224,"value":6,"literal":"or","eClass":"EEnumLiteral"},{"name":"Different","id":225,"value":7,"literal":"Different","eClass":"EEnumLiteral"},{"name":"minus","id":226,"value":0,"literal":"minus","eClass":"EEnumLiteral"},{"name":"squareRoot","id":227,"value":1,"literal":"squareRoot","eClass":"EEnumLiteral"},{"name":"not","id":228,"value":0,"literal":"not","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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"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":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"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":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":240,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evaluate","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"blue","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":1,"iD":false,"id":251,"derived":false},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"execute","lowerBound":0,"id":264,"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":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"digitalPins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"analogPins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"name":"blue","id":278,"value":0,"literal":"blue","eClass":"EEnumLiteral"},{"name":"red","id":279,"value":1,"literal":"red","eClass":"EEnumLiteral"},{"name":"white","id":280,"value":2,"literal":"white","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":281,"many":false,"required":false,"eClass":"EOperation"},{"id":282,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":283,"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":"connectedTransceiver","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"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":"dataToSend","changeable":true,"lowerBound":0,"iD":false,"id":285,"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":"dataReceived","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"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":1,"target":0},{"source":1,"target":15},{"source":1,"target":66},{"source":1,"target":67},{"source":66,"target":7},{"source":66,"target":68},{"source":66,"target":1},{"source":66,"target":69},{"source":68,"target":7},{"source":67,"target":15},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":70},{"source":70,"target":15},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":71},{"source":3,"target":72},{"source":71,"target":59},{"source":71,"target":73},{"source":71,"target":3},{"source":73,"target":59},{"source":72,"target":4},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":74},{"source":4,"target":75},{"source":74,"target":76},{"source":74,"target":4},{"source":75,"target":15},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":77},{"source":5,"target":78},{"source":77,"target":60},{"source":77,"target":79},{"source":77,"target":5},{"source":79,"target":60},{"source":78,"target":4},{"source":6,"target":0},{"source":6,"target":15},{"source":6,"target":80},{"source":6,"target":81},{"source":6,"target":82},{"source":6,"target":83},{"source":80,"target":7},{"source":80,"target":84},{"source":80,"target":6},{"source":80,"target":85},{"source":84,"target":7},{"source":81,"target":57},{"source":81,"target":86},{"source":81,"target":6},{"source":86,"target":57},{"source":82,"target":1},{"source":82,"target":87},{"source":82,"target":6},{"source":87,"target":1},{"source":83,"target":15},{"source":7,"target":0},{"source":7,"target":88},{"source":7,"target":69},{"source":7,"target":85},{"source":88,"target":7},{"source":69,"target":1},{"source":69,"target":89},{"source":69,"target":7},{"source":69,"target":66},{"source":89,"target":1},{"source":85,"target":6},{"source":85,"target":90},{"source":85,"target":7},{"source":85,"target":80},{"source":90,"target":6},{"source":8,"target":0},{"source":8,"target":91},{"source":8,"target":92},{"source":91,"target":8},{"source":92,"target":8},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":32},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":93,"target":9},{"source":94,"target":10},{"source":95,"target":32},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":96,"target":10},{"source":97,"target":2},{"source":97,"target":99},{"source":97,"target":10},{"source":99,"target":2},{"source":98,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":100},{"source":11,"target":101},{"source":11,"target":102},{"source":11,"target":103},{"source":100,"target":11},{"source":101,"target":104},{"source":101,"target":11},{"source":102,"target":57},{"source":102,"target":105},{"source":102,"target":11},{"source":105,"target":57},{"source":103,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":106},{"source":12,"target":107},{"source":106,"target":12},{"source":107,"target":8},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":108},{"source":13,"target":109},{"source":13,"target":110},{"source":13,"target":111},{"source":108,"target":13},{"source":109,"target":14},{"source":109,"target":112},{"source":109,"target":13},{"source":112,"target":14},{"source":110,"target":113},{"source":110,"target":13},{"source":111,"target":12},{"source":14,"target":0},{"source":14,"target":114},{"source":14,"target":115},{"source":114,"target":14},{"source":115,"target":14},{"source":15,"target":0},{"source":15,"target":116},{"source":116,"target":117},{"source":116,"target":15},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":118},{"source":16,"target":119},{"source":16,"target":120},{"source":16,"target":121},{"source":16,"target":122},{"source":118,"target":16},{"source":119,"target":123},{"source":119,"target":16},{"source":120,"target":16},{"source":121,"target":124},{"source":121,"target":16},{"source":122,"target":11},{"source":17,"target":0},{"source":17,"target":25},{"source":17,"target":125},{"source":17,"target":126},{"source":125,"target":2},{"source":125,"target":127},{"source":125,"target":17},{"source":127,"target":2},{"source":126,"target":25},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":128},{"source":18,"target":129},{"source":18,"target":130},{"source":18,"target":131},{"source":128,"target":18},{"source":129,"target":132},{"source":129,"target":18},{"source":130,"target":30},{"source":130,"target":133},{"source":130,"target":18},{"source":133,"target":30},{"source":131,"target":11},{"source":19,"target":0},{"source":19,"target":25},{"source":19,"target":134},{"source":19,"target":135},{"source":19,"target":136},{"source":134,"target":25},{"source":134,"target":137},{"source":134,"target":19},{"source":137,"target":25},{"source":135,"target":25},{"source":135,"target":138},{"source":135,"target":19},{"source":138,"target":25},{"source":136,"target":25},{"source":20,"target":0},{"source":20,"target":139},{"source":20,"target":140},{"source":20,"target":141},{"source":20,"target":142},{"source":20,"target":143},{"source":20,"target":144},{"source":20,"target":145},{"source":139,"target":20},{"source":140,"target":20},{"source":141,"target":20},{"source":142,"target":20},{"source":143,"target":20},{"source":144,"target":20},{"source":145,"target":20},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":146},{"source":21,"target":147},{"source":146,"target":65},{"source":146,"target":148},{"source":146,"target":21},{"source":148,"target":65},{"source":147,"target":15},{"source":22,"target":0},{"source":22,"target":8},{"source":22,"target":32},{"source":22,"target":149},{"source":22,"target":150},{"source":22,"target":151},{"source":22,"target":152},{"source":149,"target":22},{"source":150,"target":21},{"source":150,"target":153},{"source":150,"target":22},{"source":153,"target":21},{"source":151,"target":8},{"source":152,"target":32},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":31},{"source":23,"target":154},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":154,"target":65},{"source":154,"target":158},{"source":154,"target":23},{"source":158,"target":65},{"source":155,"target":20},{"source":155,"target":159},{"source":155,"target":23},{"source":159,"target":20},{"source":156,"target":19},{"source":157,"target":31},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":30},{"source":24,"target":160},{"source":24,"target":161},{"source":24,"target":162},{"source":24,"target":163},{"source":160,"target":65},{"source":160,"target":164},{"source":160,"target":24},{"source":164,"target":65},{"source":161,"target":37},{"source":161,"target":165},{"source":161,"target":24},{"source":165,"target":37},{"source":162,"target":19},{"source":163,"target":30},{"source":25,"target":0},{"source":25,"target":166},{"source":166,"target":65},{"source":166,"target":167},{"source":166,"target":25},{"source":167,"target":65},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":168},{"source":26,"target":169},{"source":168,"target":65},{"source":168,"target":170},{"source":168,"target":26},{"source":170,"target":65},{"source":169,"target":25},{"source":27,"target":0},{"source":27,"target":11},{"source":27,"target":171},{"source":27,"target":172},{"source":27,"target":173},{"source":27,"target":174},{"source":27,"target":175},{"source":171,"target":176},{"source":171,"target":27},{"source":172,"target":27},{"source":173,"target":30},{"source":173,"target":177},{"source":173,"target":27},{"source":177,"target":30},{"source":174,"target":57},{"source":174,"target":178},{"source":174,"target":27},{"source":178,"target":57},{"source":175,"target":11},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":31},{"source":28,"target":179},{"source":28,"target":180},{"source":28,"target":181},{"source":28,"target":182},{"source":179,"target":65},{"source":179,"target":183},{"source":179,"target":28},{"source":183,"target":65},{"source":180,"target":184},{"source":180,"target":28},{"source":181,"target":26},{"source":182,"target":31},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":30},{"source":29,"target":185},{"source":29,"target":186},{"source":29,"target":187},{"source":29,"target":188},{"source":185,"target":65},{"source":185,"target":189},{"source":185,"target":29},{"source":189,"target":65},{"source":186,"target":190},{"source":186,"target":29},{"source":187,"target":26},{"source":188,"target":30},{"source":30,"target":0},{"source":30,"target":25},{"source":30,"target":191},{"source":191,"target":25},{"source":31,"target":0},{"source":31,"target":25},{"source":31,"target":192},{"source":192,"target":25},{"source":32,"target":0},{"source":32,"target":8},{"source":32,"target":193},{"source":32,"target":194},{"source":193,"target":25},{"source":193,"target":195},{"source":193,"target":32},{"source":195,"target":25},{"source":194,"target":8},{"source":33,"target":0},{"source":33,"target":21},{"source":33,"target":196},{"source":33,"target":197},{"source":33,"target":198},{"source":33,"target":199},{"source":196,"target":65},{"source":196,"target":200},{"source":196,"target":33},{"source":200,"target":65},{"source":197,"target":201},{"source":197,"target":33},{"source":198,"target":202},{"source":198,"target":33},{"source":199,"target":21},{"source":34,"target":0},{"source":34,"target":21},{"source":34,"target":203},{"source":34,"target":204},{"source":34,"target":205},{"source":34,"target":206},{"source":203,"target":65},{"source":203,"target":207},{"source":203,"target":34},{"source":207,"target":65},{"source":204,"target":208},{"source":204,"target":34},{"source":205,"target":209},{"source":205,"target":34},{"source":206,"target":21},{"source":35,"target":0},{"source":35,"target":17},{"source":35,"target":30},{"source":35,"target":210},{"source":35,"target":211},{"source":35,"target":212},{"source":210,"target":65},{"source":210,"target":213},{"source":210,"target":35},{"source":213,"target":65},{"source":211,"target":17},{"source":212,"target":30},{"source":36,"target":0},{"source":36,"target":17},{"source":36,"target":31},{"source":36,"target":214},{"source":36,"target":215},{"source":36,"target":216},{"source":214,"target":65},{"source":214,"target":217},{"source":214,"target":36},{"source":217,"target":65},{"source":215,"target":17},{"source":216,"target":31},{"source":37,"target":0},{"source":37,"target":218},{"source":37,"target":219},{"source":37,"target":220},{"source":37,"target":221},{"source":37,"target":222},{"source":37,"target":223},{"source":37,"target":224},{"source":37,"target":225},{"source":218,"target":37},{"source":219,"target":37},{"source":220,"target":37},{"source":221,"target":37},{"source":222,"target":37},{"source":223,"target":37},{"source":224,"target":37},{"source":225,"target":37},{"source":38,"target":0},{"source":38,"target":226},{"source":38,"target":227},{"source":226,"target":38},{"source":227,"target":38},{"source":39,"target":0},{"source":39,"target":228},{"source":228,"target":39},{"source":40,"target":0},{"source":40,"target":25},{"source":40,"target":229},{"source":40,"target":230},{"source":229,"target":25},{"source":229,"target":231},{"source":229,"target":40},{"source":231,"target":25},{"source":230,"target":25},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":30},{"source":41,"target":232},{"source":41,"target":233},{"source":41,"target":234},{"source":232,"target":39},{"source":232,"target":235},{"source":232,"target":41},{"source":235,"target":39},{"source":233,"target":40},{"source":234,"target":30},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":31},{"source":42,"target":236},{"source":42,"target":237},{"source":42,"target":238},{"source":236,"target":38},{"source":236,"target":239},{"source":236,"target":42},{"source":239,"target":38},{"source":237,"target":40},{"source":238,"target":31},{"source":43,"target":0},{"source":43,"target":8},{"source":43,"target":240},{"source":43,"target":241},{"source":43,"target":242},{"source":240,"target":43},{"source":241,"target":21},{"source":241,"target":243},{"source":241,"target":43},{"source":243,"target":21},{"source":242,"target":8},{"source":44,"target":0},{"source":44,"target":25},{"source":44,"target":244},{"source":44,"target":245},{"source":244,"target":65},{"source":244,"target":246},{"source":244,"target":44},{"source":246,"target":65},{"source":245,"target":25},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":31},{"source":45,"target":247},{"source":45,"target":248},{"source":45,"target":249},{"source":247,"target":33},{"source":247,"target":250},{"source":247,"target":45},{"source":250,"target":33},{"source":248,"target":44},{"source":249,"target":31},{"source":46,"target":0},{"source":46,"target":59},{"source":46,"target":251},{"source":46,"target":252},{"source":251,"target":62},{"source":251,"target":253},{"source":251,"target":46},{"source":253,"target":62},{"source":252,"target":59},{"source":47,"target":0},{"source":47,"target":59},{"source":47,"target":254},{"source":254,"target":59},{"source":48,"target":0},{"source":48,"target":59},{"source":48,"target":255},{"source":255,"target":59},{"source":49,"target":0},{"source":49,"target":60},{"source":49,"target":256},{"source":256,"target":60},{"source":50,"target":0},{"source":50,"target":59},{"source":50,"target":257},{"source":257,"target":59},{"source":51,"target":0},{"source":51,"target":59},{"source":51,"target":258},{"source":258,"target":59},{"source":52,"target":0},{"source":52,"target":60},{"source":52,"target":259},{"source":259,"target":60},{"source":53,"target":0},{"source":53,"target":60},{"source":53,"target":260},{"source":260,"target":60},{"source":54,"target":0},{"source":54,"target":59},{"source":54,"target":261},{"source":261,"target":59},{"source":55,"target":0},{"source":55,"target":60},{"source":55,"target":262},{"source":262,"target":60},{"source":56,"target":0},{"source":56,"target":2},{"source":56,"target":263},{"source":263,"target":2},{"source":57,"target":0},{"source":57,"target":264},{"source":57,"target":265},{"source":264,"target":57},{"source":265,"target":8},{"source":265,"target":266},{"source":265,"target":57},{"source":266,"target":8},{"source":58,"target":0},{"source":58,"target":1},{"source":58,"target":267},{"source":58,"target":268},{"source":58,"target":269},{"source":267,"target":3},{"source":267,"target":270},{"source":267,"target":58},{"source":270,"target":3},{"source":268,"target":5},{"source":268,"target":271},{"source":268,"target":58},{"source":271,"target":5},{"source":269,"target":1},{"source":59,"target":0},{"source":59,"target":56},{"source":59,"target":272},{"source":272,"target":56},{"source":60,"target":0},{"source":60,"target":56},{"source":60,"target":273},{"source":273,"target":56},{"source":61,"target":0},{"source":61,"target":44},{"source":61,"target":30},{"source":61,"target":274},{"source":61,"target":275},{"source":61,"target":276},{"source":274,"target":34},{"source":274,"target":277},{"source":274,"target":61},{"source":277,"target":34},{"source":275,"target":44},{"source":276,"target":30},{"source":62,"target":0},{"source":62,"target":278},{"source":62,"target":279},{"source":62,"target":280},{"source":278,"target":62},{"source":279,"target":62},{"source":280,"target":62},{"source":63,"target":0},{"source":63,"target":59},{"source":63,"target":281},{"source":63,"target":282},{"source":281,"target":63},{"source":282,"target":59},{"source":64,"target":0},{"source":64,"target":60},{"source":64,"target":283},{"source":64,"target":284},{"source":64,"target":285},{"source":64,"target":286},{"source":64,"target":287},{"source":283,"target":64},{"source":284,"target":64},{"source":284,"target":288},{"source":284,"target":64},{"source":288,"target":64},{"source":285,"target":289},{"source":285,"target":64},{"source":286,"target":290},{"source":286,"target":64},{"source":287,"target":60},{"source":65,"target":0}],"multigraph":true}
ecore
entities
repo-ecore-all/data/Zanfroni/LingProgT2/org.t2.domainmodel/model/generated/Domainmodel.ecore
domainmodel Domainmodel elements Type name DataType Entity superType features Feature not name type key
<?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://www.example.org/domainmodel/Domainmodel" nsPrefix="domainmodel"> <eClassifiers xsi:type="ecore:EClass" name="Domainmodel"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" 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="DataType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" 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="type" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"domainmodel","nsURI":"http://www.example.org/domainmodel/Domainmodel","name":"domainmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Domainmodel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"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":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"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":"superType","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":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"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":"not","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"type","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":"key","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"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":6,"target":2},{"source":6,"target":7},{"source":6,"target":1},{"source":7,"target":2},{"source":2,"target":0},{"source":2,"target":8},{"source":8,"target":9},{"source":8,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":10},{"source":10,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":11,"target":4},{"source":11,"target":14},{"source":11,"target":4},{"source":14,"target":4},{"source":12,"target":5},{"source":12,"target":15},{"source":12,"target":4},{"source":15,"target":5},{"source":13,"target":2},{"source":5,"target":0},{"source":5,"target":16},{"source":5,"target":17},{"source":5,"target":18},{"source":5,"target":19},{"source":16,"target":20},{"source":16,"target":5},{"source":17,"target":21},{"source":17,"target":5},{"source":18,"target":2},{"source":18,"target":22},{"source":18,"target":5},{"source":22,"target":2},{"source":19,"target":23},{"source":19,"target":5}],"multigraph":true}
ecore
components
repo-ecore-all/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/adl199.ecore
adl199 AbstractComponent name content requiredInterfaces providedInterfaces delegationInterfaces Interface name signature bindings Binding from to Content parent expression content class language Required Provided Component subComponents Delegation AtomicComponent
<?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="adl199" nsURI="http://adl199" nsPrefix="_adl199"> <eAnnotations source="diagen"> <details key="knownas=adl"/> <details key="origin=http://foobar"/> <details key="leftparent=adl200" value="delta1=foo&#xD;&#xA;delta2=bar"/> <details key="rightparent=adl103" value="delta1=hello&#xD;&#xA;azerty&#xD;&#xA;role.Content.expression=eprsample"/> <details key="requires=simpleworld,adl203" value="simpleworld&#xD;&#xA;adl203"/> <details key="context=composition"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AbstractComponent" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="nameUnicity"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="nameUnicity" value="bindings->isUnique(name)&#xD;&#xA;and&#xD;&#xA;components->isUnique(name)&#xD;&#xA;and&#xD;&#xA;interfaces->isUnique(name)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="afx=requiredInterfaces" value="_"/> <details key="afx=providedInterfaces" value="_"/> <details key="label=name" value="_"/> <details key="cref=content" value="_"/> <details key="afx=delegationInterfaces" 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:EReference" name="content" eType="#//Content" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterfaces" upperBound="-1" eType="#//Required" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedInterfaces" upperBound="-1" eType="#//Provided" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegationInterfaces" upperBound="-1" eType="#//Delegation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="contingency primitive uniqueClientsForServer"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="contingency" value="(self.contingency = InterfaceContingency::mandatory) &#xD;&#xA;implies &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.clientBinding &lt;> null)&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;or&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;not (self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;)"/> <details key="primitive" value="(interfaceParent.content = null)&#xD;&#xA;xor &#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;(self.role = InterfaceRole::client)&#xD;&#xA;&#x9;&#x9;&#x9;implies&#xD;&#xA;&#x9;&#x9;(self.serverBinding->isEmpty())&#xD;&#xA;&#x9;)&#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(self.role = InterfaceRole::server)&#xD;&#xA;&#x9;&#x9;implies&#xD;&#xA;&#x9;(self.clientBinding = null)&#xD;&#xA;)"/> <details key="uniqueClientsForServer" value="self->isUnique(serverBinding)"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node" 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="signature" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1" eType="#//Binding" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Binding"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="roleCompatibility"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ocl/examples/OCL"> <details key="roleCompatibility" value="(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::server&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;&#x9;and&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component)&#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent.oclAsType(Component).componentParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&amp;#x9;self.client.role = InterfaceRole::client&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::client&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.interfaceParent.oclAsType(Component).componentParent = self.server.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;&#xD;&#xA;or&#xD;&#xA;&#xD;&#xA;(&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.client.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;&#x9;and &#xD;&#xA;&#x9; &#x9;self.server.role = InterfaceRole::SERVER&#xD;&#xA;&#x9;)&#xD;&#xA; &#x9;and &#xD;&#xA; &#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclIsTypeOf(Component) &#xD;&#xA;&#x9;) &#xD;&#xA;&#x9;and&#xD;&#xA;&#x9;(&#xD;&#xA;&#x9;&#x9;self.server.interfaceParent.oclAsType(Component).componentParent = self.client.interfaceParent&#xD;&#xA;&#x9;)&#xD;&#xA;)&#xD;&#xA;"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="link=to" value="_"/> <details key="cont=Interface.bindings" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Content"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="ref=parent" value="_"/> <details key="label=expression" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1" eType="#//AbstractComponent"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="content class"/> <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="Required" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node" value="_"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Provided" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node" value="_"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//AbstractComponent"> <eAnnotations source="diagraph"> <details key="node" value="_"/> <details key="pov" value="_"/> <details key="kref=subComponents" value="_"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="subComponents" upperBound="-1" eType="#//AbstractComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delegation" eSuperTypes="#//Interface"> <eAnnotations source="diagraph"> <details key="node" value="_"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomicComponent" eSuperTypes="#//AbstractComponent"> <eAnnotations source="diagraph"> <details key="node" value="_"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"_adl199","nsURI":"http://adl199","name":"adl199","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponent","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Content","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Required","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provided","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delegation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicComponent","instanceClass":null,"abstract":false,"id":9,"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":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":"content","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":"requiredInterfaces","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":"providedInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delegationInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"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":20,"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":"signature","changeable":true,"lowerBound":1,"iD":false,"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":"bindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"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":"from","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":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"content class","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"content class","unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":1,"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":"language","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"},{"container":false,"ordered":true,"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":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":1,"target":0},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":4},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":4},{"source":12,"target":5},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":5},{"source":13,"target":6},{"source":13,"target":18},{"source":13,"target":1},{"source":18,"target":6},{"source":14,"target":8},{"source":14,"target":19},{"source":14,"target":1},{"source":19,"target":8},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":20,"target":23},{"source":20,"target":2},{"source":21,"target":24},{"source":21,"target":2},{"source":22,"target":3},{"source":22,"target":25},{"source":22,"target":2},{"source":25,"target":3},{"source":3,"target":0},{"source":3,"target":26},{"source":3,"target":27},{"source":26,"target":2},{"source":26,"target":28},{"source":26,"target":3},{"source":28,"target":2},{"source":27,"target":2},{"source":27,"target":29},{"source":27,"target":3},{"source":29,"target":2},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":30,"target":1},{"source":30,"target":33},{"source":30,"target":4},{"source":33,"target":1},{"source":31,"target":34},{"source":31,"target":4},{"source":32,"target":35},{"source":32,"target":4},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":36},{"source":36,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":37},{"source":37,"target":2},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":38},{"source":7,"target":39},{"source":38,"target":1},{"source":38,"target":40},{"source":38,"target":7},{"source":40,"target":1},{"source":39,"target":1},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":41},{"source":41,"target":2},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":42},{"source":42,"target":1}],"multigraph":true}
ecore
tournament
repo-ecore-all/data/eneufeld/EmfStore-Test/org.eclipse.example.bowlingmodel/model/bowling.ecore
bowling Player name dateOfBirth height isProfessional League name players subleagues tournaments Tournament matchups type Matchup games Game matchup player frames TournamentType Pro Pro Amateur Amateur
<?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="bowling" nsURI="http://org/eclipse/example/bowling" nsPrefix="org.eclipse.example.bowling"> <eClassifiers xsi:type="ecore:EClass" name="Player"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateOfBirth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isProfessional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="League"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="players" upperBound="-1" eType="#//Player" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subleagues" upperBound="-1" eType="#//League" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tournaments" eType="#//Tournament" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tournament"> <eStructuralFeatures xsi:type="ecore:EReference" name="matchups" upperBound="-1" eType="#//Matchup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TournamentType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Matchup"> <eStructuralFeatures xsi:type="ecore:EReference" name="games" lowerBound="2" upperBound="2" eType="#//Game" containment="true" eOpposite="#//Game/matchup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Game"> <eStructuralFeatures xsi:type="ecore:EReference" name="matchup" lowerBound="1" eType="#//Matchup" eOpposite="#//Matchup/games"/> <eStructuralFeatures xsi:type="ecore:EReference" name="player" eType="#//Player"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frames" upperBound="10" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TournamentType"> <eLiterals name="Pro" literal="Pro"/> <eLiterals name="Amateur" value="1" literal="Amateur"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.example.bowling","nsURI":"http://org/eclipse/example/bowling","name":"bowling","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Player","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"League","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tournament","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Matchup","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Game","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TournamentType","instanceClass":null,"id":6,"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"dateOfBirth","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":9,"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":"isProfessional","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"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":"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":"players","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":"subleagues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tournaments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"matchups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"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":"games","changeable":true,"resolveProxies":true,"lowerBound":2,"id":27,"derived":false},{"id":28,"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":"matchup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"player","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":10,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"frames","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"name":"Pro","id":35,"value":0,"literal":"Pro","eClass":"EEnumLiteral"},{"name":"Amateur","id":36,"value":1,"literal":"Amateur","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":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":7,"target":11},{"source":7,"target":1},{"source":8,"target":12},{"source":8,"target":1},{"source":9,"target":13},{"source":9,"target":1},{"source":10,"target":14},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":1},{"source":16,"target":20},{"source":16,"target":2},{"source":20,"target":1},{"source":17,"target":2},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":2},{"source":18,"target":3},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":3},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":23,"target":4},{"source":23,"target":25},{"source":23,"target":3},{"source":25,"target":4},{"source":24,"target":6},{"source":24,"target":26},{"source":24,"target":3},{"source":26,"target":6},{"source":4,"target":0},{"source":4,"target":27},{"source":27,"target":5},{"source":27,"target":28},{"source":27,"target":4},{"source":27,"target":29},{"source":28,"target":5},{"source":5,"target":0},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":29,"target":4},{"source":29,"target":32},{"source":29,"target":5},{"source":29,"target":27},{"source":32,"target":4},{"source":30,"target":1},{"source":30,"target":33},{"source":30,"target":5},{"source":33,"target":1},{"source":31,"target":34},{"source":31,"target":5},{"source":6,"target":0},{"source":6,"target":35},{"source":6,"target":36},{"source":35,"target":6},{"source":36,"target":6}],"multigraph":true}
ecore
relational
repo-ecore-all/data/yamtl/examples/yamtl.examples.mapping.incr.cd2db/src/main/resources/metamodels/Relational.ecore
Relational Named name Table col key Column owner keyOf type Type Database tables types Boolean java.lang.Boolean java.lang.Boolean Integer java.lang.Integer java.lang.Integer String java.lang.String java.lang.String
<?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="Relational" nsURI="org.fma.Relational" nsPrefix="fmaRelational"> <eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="#//String"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="col" upperBound="-1" eType="#//Column" containment="true" eOpposite="#//Column/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false" upperBound="-1" eType="#//Column" eOpposite="#//Column/keyOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//Table" eOpposite="#//Table/col"/> <eStructuralFeatures xsi:type="ecore:EReference" name="keyOf" ordered="false" eType="#//Table" eOpposite="#//Table/key"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//Named"/> <eClassifiers xsi:type="ecore:EClass" name="Database" eSuperTypes="#//Named"> <eStructuralFeatures xsi:type="ecore:EReference" name="tables" upperBound="-1" eType="#//Table" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <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>
true
{"directed":true,"nodes":[{"nsPrefix":"fmaRelational","nsURI":"org.fma.Relational","name":"Relational","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","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":"Database","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":7,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":8,"serializable":true,"eClass":"EDataType"},{"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":9,"derived":false},{"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":"col","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"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":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"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":15,"derived":false},{"id":16,"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":"keyOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tables","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"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":9,"target":8},{"source":9,"target":10},{"source":9,"target":1},{"source":10,"target":8},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":11,"target":3},{"source":11,"target":14},{"source":11,"target":2},{"source":11,"target":15},{"source":14,"target":3},{"source":12,"target":3},{"source":12,"target":16},{"source":12,"target":2},{"source":12,"target":17},{"source":16,"target":3},{"source":13,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":15},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":15,"target":2},{"source":15,"target":20},{"source":15,"target":3},{"source":15,"target":11},{"source":20,"target":2},{"source":17,"target":2},{"source":17,"target":21},{"source":17,"target":3},{"source":17,"target":12},{"source":21,"target":2},{"source":18,"target":4},{"source":18,"target":22},{"source":18,"target":3},{"source":22,"target":4},{"source":19,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":23},{"source":23,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":24,"target":2},{"source":24,"target":27},{"source":24,"target":5},{"source":27,"target":2},{"source":25,"target":4},{"source":25,"target":28},{"source":25,"target":5},{"source":28,"target":4},{"source":26,"target":1},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":0}],"multigraph":true}
ecore
class-diagram
repo-ecore-all/data/Overruler/org.eclipse.emf/tests/org.eclipse.emf.test.core/src/org/eclipse/emf/test/core/extmetadata/extmetadata.ecore
extmetadata NamedElement name Class attribute Attribute type
<?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="extmetadata" nsURI="http://www.eclipse.org/emf/2014/test/extmetadata" nsPrefix="xmd"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1" eType="#//Attribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Class"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"xmd","nsURI":"http://www.eclipse.org/emf/2014/test/extmetadata","name":"extmetadata","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","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":"Attribute","instanceClass":null,"abstract":false,"id":3,"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":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"container":false,"ordered":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":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"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":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":4,"target":5},{"source":4,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":6},{"source":2,"target":7},{"source":6,"target":3},{"source":6,"target":8},{"source":6,"target":2},{"source":8,"target":3},{"source":7,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":9},{"source":3,"target":10},{"source":9,"target":2},{"source":9,"target":11},{"source":9,"target":3},{"source":11,"target":2},{"source":10,"target":1}],"multigraph":true}
ecore
types
repo-ecore-all/data/MDEGroup/MDEProfile/anatlyzer.atl.typing/model/types.ecore
types Type multivalued false metamodelRef mayBeUndefined false noCastedType OclUndefinedType PrimitiveType BooleanType kindOfTypes IntegerType StringType FloatType TupleType attributes MapType keyType valueType TupleAttribute name type RefType Unknown EmptyCollectionType TypeError problem UnresolvedTypeError UnknownFeature theContainingClass EmptyCollection EnumType name eenum MetaModel name Metaclass name explicitOcurrence klass model ReflectiveType UnionType possibleTypes ThisModuleType ReflectiveClass CollectionType containedType SequenceType BagType SetType OrderedSetType
<?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="types" nsURI="http://anatlyzer/atl/types" nsPrefix="atl_types"> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="multivalued" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metamodelRef" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mayBeUndefined" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="noCastedType" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OclUndefinedType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#//PrimitiveType"> <eStructuralFeatures xsi:type="ecore:EReference" name="kindOfTypes" upperBound="-1" eType="#//Metaclass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="FloatType" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//TupleAttribute" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="keyType" lowerBound="1" eType="#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="valueType" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TupleAttribute"> <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="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RefType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Unknown" eSuperTypes="#//RefType"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyCollectionType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="TypeError" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="problem" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedTypeError" eSuperTypes="#//TypeError #//Metaclass"/> <eClassifiers xsi:type="ecore:EClass" name="UnknownFeature" eSuperTypes="http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"> <eStructuralFeatures xsi:type="ecore:EReference" name="theContainingClass" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyCollection" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="#//Type"> <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="eenum" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetaModel"> <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="Metaclass" eSuperTypes="#//RefType"> <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="explicitOcurrence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="klass" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//MetaModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReflectiveType" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="possibleTypes" upperBound="-1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisModuleType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="ReflectiveClass" eSuperTypes="#//ReflectiveType"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="containedType" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#//CollectionType"/> <eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#//CollectionType"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"atl_types","nsURI":"http://anatlyzer/atl/types","name":"types","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleAttribute","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unknown","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyCollectionType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeError","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedTypeError","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnknownFeature","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyCollection","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetaModel","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveType","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisModuleType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReflectiveClass","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"multivalued","changeable":true,"lowerBound":1,"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":true,"unique":true,"name":"metamodelRef","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":"mayBeUndefined","changeable":true,"lowerBound":1,"iD":false,"id":32,"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":"noCastedType","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":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":"kindOfTypes","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"},{"container":false,"ordered":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":46,"derived":false},{"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":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"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":"valueType","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":"name","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"problem","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"theContainingClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"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":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eenum","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"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":77,"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":"explicitOcurrence","changeable":true,"lowerBound":0,"iD":false,"id":78,"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":"klass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"container":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":"possibleTypes","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"containedType","changeable":true,"resolveProxies":true,"lowerBound":1,"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"}],"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":1,"target":0},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":30,"target":34},{"source":30,"target":1},{"source":31,"target":35},{"source":31,"target":1},{"source":32,"target":36},{"source":32,"target":1},{"source":33,"target":1},{"source":33,"target":37},{"source":33,"target":1},{"source":37,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":38},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":39},{"source":39,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":40},{"source":4,"target":41},{"source":40,"target":20},{"source":40,"target":42},{"source":40,"target":4},{"source":42,"target":20},{"source":41,"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":1},{"source":8,"target":46},{"source":8,"target":47},{"source":46,"target":10},{"source":46,"target":48},{"source":46,"target":8},{"source":48,"target":10},{"source":47,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":49},{"source":9,"target":50},{"source":9,"target":51},{"source":49,"target":1},{"source":49,"target":52},{"source":49,"target":9},{"source":52,"target":1},{"source":50,"target":1},{"source":50,"target":53},{"source":50,"target":9},{"source":53,"target":1},{"source":51,"target":1},{"source":10,"target":0},{"source":10,"target":54},{"source":10,"target":55},{"source":54,"target":56},{"source":54,"target":10},{"source":55,"target":1},{"source":55,"target":57},{"source":55,"target":10},{"source":57,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":58},{"source":58,"target":1},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":59},{"source":59,"target":11},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":60},{"source":60,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":61},{"source":14,"target":62},{"source":61,"target":63},{"source":61,"target":14},{"source":62,"target":1},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":20},{"source":15,"target":64},{"source":15,"target":65},{"source":64,"target":14},{"source":65,"target":20},{"source":16,"target":0},{"source":16,"target":66},{"source":16,"target":67},{"source":66,"target":68},{"source":66,"target":16},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":69},{"source":69,"target":1},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":70},{"source":18,"target":71},{"source":18,"target":72},{"source":70,"target":73},{"source":70,"target":18},{"source":71,"target":74},{"source":71,"target":18},{"source":72,"target":1},{"source":19,"target":0},{"source":19,"target":75},{"source":75,"target":76},{"source":75,"target":19},{"source":20,"target":0},{"source":20,"target":11},{"source":20,"target":77},{"source":20,"target":78},{"source":20,"target":79},{"source":20,"target":80},{"source":20,"target":81},{"source":77,"target":82},{"source":77,"target":20},{"source":78,"target":83},{"source":78,"target":20},{"source":79,"target":84},{"source":79,"target":20},{"source":80,"target":19},{"source":80,"target":85},{"source":80,"target":20},{"source":85,"target":19},{"source":81,"target":11},{"source":21,"target":0},{"source":21,"target":1},{"source":21,"target":86},{"source":86,"target":1},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":87},{"source":22,"target":88},{"source":87,"target":1},{"source":87,"target":89},{"source":87,"target":22},{"source":89,"target":1},{"source":88,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":90},{"source":90,"target":1},{"source":24,"target":0},{"source":24,"target":21},{"source":24,"target":91},{"source":91,"target":21},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":92},{"source":25,"target":93},{"source":92,"target":1},{"source":92,"target":94},{"source":92,"target":25},{"source":94,"target":1},{"source":93,"target":1},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":95},{"source":95,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":96},{"source":96,"target":25},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":97},{"source":97,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":98},{"source":98,"target":25}],"multigraph":true}
ecore
library
repo-ecore-all/data/lucas-koehler/emf.ecp.core/tests/org.eclipse.emf.ecp.validation.test/model/test.ecore
test Library name writers books Writer validate diagnostic context firstName lastName EMail BirthDate books Pseudonym false library Book title pages 100 writers
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="test" nsURI="hhtp://www.eclipse.org/emf/ecp/validation/test/model" nsPrefix="org.eclipse.emf.ecp.validation.test.model"> <eClassifiers xsi:type="ecore:EClass" name="Library"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" upperBound="-1" eType="#//Writer" containment="true" eOpposite="#//Writer/library"/> <eStructuralFeatures xsi:type="ecore:EReference" name="books" upperBound="-1" eType="#//Book" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Writer"> <eOperations name="validate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="diagnostic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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="EMail" 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:EReference" name="books" upperBound="-1" eType="#//Book" eOpposite="#//Book/writers"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Pseudonym" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="library" eType="#//Library" eOpposite="#//Library/writers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Book"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pages" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="100"/> <eStructuralFeatures xsi:type="ecore:EReference" name="writers" eType="#//Writer" eOpposite="#//Writer/books"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.emf.ecp.validation.test.model","nsURI":"hhtp://www.eclipse.org/emf/ecp/validation/test/model","name":"test","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Writer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Book","instanceClass":null,"abstract":false,"id":3,"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":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":6,"derived":false},{"id":7,"eClass":"EGenericType"},{"id":8,"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":"library","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"validate","lowerBound":0,"id":11,"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":"firstName","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":"lastName","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":"EMail","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":"BirthDate","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":false,"unsettable":false,"transient":false,"unique":true,"name":"books","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"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":"Pseudonym","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostic","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"writers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":100,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"100","unsettable":false,"transient":false,"unique":true,"name":"pages","changeable":true,"lowerBound":0,"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":1,"target":0},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":4,"target":7},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":8},{"source":5,"target":1},{"source":5,"target":9},{"source":8,"target":2},{"source":6,"target":3},{"source":6,"target":10},{"source":6,"target":1},{"source":10,"target":3},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":9},{"source":11,"target":18},{"source":11,"target":2},{"source":11,"target":19},{"source":11,"target":20},{"source":19,"target":21},{"source":19,"target":11},{"source":20,"target":22},{"source":20,"target":11},{"source":22,"target":23},{"source":22,"target":24},{"source":12,"target":25},{"source":12,"target":2},{"source":13,"target":26},{"source":13,"target":2},{"source":14,"target":27},{"source":14,"target":2},{"source":15,"target":28},{"source":15,"target":2},{"source":16,"target":3},{"source":16,"target":29},{"source":16,"target":2},{"source":16,"target":30},{"source":29,"target":3},{"source":17,"target":31},{"source":17,"target":2},{"source":9,"target":1},{"source":9,"target":32},{"source":9,"target":2},{"source":9,"target":5},{"source":32,"target":1},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":30},{"source":33,"target":35},{"source":33,"target":3},{"source":34,"target":36},{"source":34,"target":3},{"source":30,"target":2},{"source":30,"target":37},{"source":30,"target":3},{"source":30,"target":16},{"source":37,"target":2}],"multigraph":true}
ecore
company
repo-ecore-all/data/damenac/puzzle/plugins/fr.inria.diverse.puzzle.metrics/temp/demo.ecore
demo_model Company name employees Employee firstname company lastname address position email phone birthday Address city street zipcode state country
<?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="demo_model" nsURI="http://www.eclipse.org/e4/xaml_demo" nsPrefix="model"> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" containment="true" eOpposite="#//Employee/company"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="company" eType="#//Company" eOpposite="#//Company/employees"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="birthday" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zipcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"model","nsURI":"http://www.eclipse.org/e4/xaml_demo","name":"demo_model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":3,"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":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"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":"company","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":"firstname","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":"lastname","changeable":true,"lowerBound":0,"iD":false,"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":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"position","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":"email","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":"phone","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":"birthday","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"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":"city","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":"street","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":"zipcode","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":"state","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":"country","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"}],"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":6},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":5,"target":8},{"source":7,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":8},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":9,"target":16},{"source":9,"target":2},{"source":8,"target":1},{"source":8,"target":17},{"source":8,"target":2},{"source":8,"target":5},{"source":17,"target":1},{"source":10,"target":18},{"source":10,"target":2},{"source":11,"target":3},{"source":11,"target":19},{"source":11,"target":2},{"source":19,"target":3},{"source":12,"target":20},{"source":12,"target":2},{"source":13,"target":21},{"source":13,"target":2},{"source":14,"target":22},{"source":14,"target":2},{"source":15,"target":23},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":24,"target":29},{"source":24,"target":3},{"source":25,"target":30},{"source":25,"target":3},{"source":26,"target":31},{"source":26,"target":3},{"source":27,"target":32},{"source":27,"target":3},{"source":28,"target":33},{"source":28,"target":3}],"multigraph":true}
ecore
purchases
repo-ecore-all/data/laoneo/redskin/ch.allon.redskin.core.model/model/shop.ecore
shop Product name number description productCategory priceCategory Customer surname familyName telephoneNr address hotel comments ProductCategory name products subCategorys parent PriceCategory name prices Order number transactions customer comments Transaction number order product startDate endDate price paidDate
<?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="shop" nsURI="http://shop" nsPrefix="shop"> <eClassifiers xsi:type="ecore:EClass" name="Product"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="productCategory" eType="#//ProductCategory" eOpposite="#//ProductCategory/products"/> <eStructuralFeatures xsi:type="ecore:EReference" name="priceCategory" eType="#//PriceCategory"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Customer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="surname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="familyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="telephoneNr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="address" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hotel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductCategory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1" eType="#//Product" containment="true" eOpposite="#//Product/productCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subCategorys" upperBound="-1" eType="#//ProductCategory" containment="true" eOpposite="#//ProductCategory/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//ProductCategory" eOpposite="#//ProductCategory/subCategorys"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PriceCategory"> <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="prices" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Order"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="transactions" upperBound="-1" eType="#//Transaction" containment="true" eOpposite="#//Transaction/order"/> <eStructuralFeatures xsi:type="ecore:EReference" name="customer" eType="#//Customer" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comments" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transaction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="order" eType="#//Order" eOpposite="#//Order/transactions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="product" eType="#//Product"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="price" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paidDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"shop","nsURI":"http://shop","name":"shop","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Customer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductCategory","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriceCategory","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Order","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transaction","instanceClass":null,"abstract":false,"id":6,"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":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":"number","changeable":true,"lowerBound":0,"iD":false,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":9,"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":"productCategory","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":false,"unsettable":false,"transient":false,"unique":true,"name":"priceCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"container":false,"ordered":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":16,"derived":false},{"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":"surname","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":"familyName","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":"telephoneNr","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":"address","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":"hotel","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"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":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":"subCategorys","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":37,"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":"prices","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"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":"transactions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"customer","changeable":true,"resolveProxies":false,"lowerBound":0,"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":true,"name":"comments","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"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":"number","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"startDate","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":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":53,"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":"price","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":"paidDate","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"},{"id":61,"eClass":"EGenericType"},{"id":62,"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":1,"target":11},{"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":3},{"source":10,"target":15},{"source":10,"target":1},{"source":10,"target":16},{"source":15,"target":3},{"source":11,"target":4},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":4},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":18,"target":24},{"source":18,"target":2},{"source":19,"target":25},{"source":19,"target":2},{"source":20,"target":26},{"source":20,"target":2},{"source":21,"target":27},{"source":21,"target":2},{"source":22,"target":28},{"source":22,"target":2},{"source":23,"target":29},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":16},{"source":3,"target":31},{"source":3,"target":32},{"source":30,"target":33},{"source":30,"target":3},{"source":16,"target":1},{"source":16,"target":34},{"source":16,"target":3},{"source":16,"target":10},{"source":34,"target":1},{"source":31,"target":3},{"source":31,"target":35},{"source":31,"target":3},{"source":31,"target":32},{"source":35,"target":3},{"source":32,"target":3},{"source":32,"target":36},{"source":32,"target":3},{"source":32,"target":31},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":37,"target":39},{"source":37,"target":4},{"source":38,"target":40},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":41,"target":45},{"source":41,"target":5},{"source":42,"target":6},{"source":42,"target":46},{"source":42,"target":5},{"source":42,"target":47},{"source":46,"target":6},{"source":43,"target":2},{"source":43,"target":48},{"source":43,"target":5},{"source":48,"target":2},{"source":44,"target":49},{"source":44,"target":5},{"source":6,"target":0},{"source":6,"target":50},{"source":6,"target":47},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":50,"target":56},{"source":50,"target":6},{"source":47,"target":5},{"source":47,"target":57},{"source":47,"target":6},{"source":47,"target":42},{"source":57,"target":5},{"source":51,"target":1},{"source":51,"target":58},{"source":51,"target":6},{"source":58,"target":1},{"source":52,"target":59},{"source":52,"target":6},{"source":53,"target":60},{"source":53,"target":6},{"source":54,"target":61},{"source":54,"target":6},{"source":55,"target":62},{"source":55,"target":6}],"multigraph":true}
ecore
entities
repo-ecore-all/data/fjavier-umu/mde-data-ree/JB_F3_DataModernization/metamodels/JPA.ecore
JPA PersistenceUnit entities Entity name comment properties anotations Property name comment anotations Anotation EntityPk name properties Table name Column name type nullable fetch OneToOne name referencedColumnName updatable OneToMany cascade fetch ManyToOne fetch joinColumn nullable ManyToMany name joinColumn inverseJoinColumn Cascade PERSIST PERSIST REMOVE REMOVE REFRESH REFRESH MERGE MERGE ALL ALL Fetch LAZY LAZY EAGER EAGER
<?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="JPA" nsURI="http://modelum.es/gra2mol/examples/JPA" nsPrefix="JPA"> <eClassifiers xsi:type="ecore:EClass" name="PersistenceUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="#//Entity" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anotations" upperBound="-1" eType="#//Anotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anotations" upperBound="-1" eType="#//Anotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Anotation"/> <eClassifiers xsi:type="ecore:EClass" name="EntityPk" eSuperTypes="#//Anotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Anotation"> <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="Column" eSuperTypes="#//Anotation"> <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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fetch" eType="#//Fetch"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OneToOne" eSuperTypes="#//Anotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referencedColumnName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="updatable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OneToMany" eSuperTypes="#//Anotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cascade" eType="#//Cascade"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fetch" eType="#//Fetch"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManyToOne" eSuperTypes="#//Anotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fetch" eType="#//Fetch"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="joinColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nullable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManyToMany" eSuperTypes="#//Anotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="joinColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverseJoinColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Cascade"> <eLiterals name="PERSIST"/> <eLiterals name="REMOVE" value="1"/> <eLiterals name="REFRESH" value="2"/> <eLiterals name="MERGE" value="3"/> <eLiterals name="ALL" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Fetch"> <eLiterals name="LAZY"/> <eLiterals name="EAGER" value="1"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"JPA","nsURI":"http://modelum.es/gra2mol/examples/JPA","name":"JPA","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersistenceUnit","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Anotation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPk","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToOne","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToMany","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManyToOne","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManyToMany","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Cascade","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Fetch","instanceClass":null,"id":13,"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":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"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},{"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":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":"properties","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":"anotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"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":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":"anotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"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":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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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"},{"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":"type","changeable":true,"lowerBound":0,"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":"nullable","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fetch","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":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":"referencedColumnName","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"updatable","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cascade","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fetch","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fetch","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":"joinColumn","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nullable","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"joinColumn","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":"inverseJoinColumn","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"},{"name":"PERSIST","id":73,"value":0,"literal":"PERSIST","eClass":"EEnumLiteral"},{"name":"REMOVE","id":74,"value":1,"literal":"REMOVE","eClass":"EEnumLiteral"},{"name":"REFRESH","id":75,"value":2,"literal":"REFRESH","eClass":"EEnumLiteral"},{"name":"MERGE","id":76,"value":3,"literal":"MERGE","eClass":"EEnumLiteral"},{"name":"ALL","id":77,"value":4,"literal":"ALL","eClass":"EEnumLiteral"},{"name":"LAZY","id":78,"value":0,"literal":"LAZY","eClass":"EEnumLiteral"},{"name":"EAGER","id":79,"value":1,"literal":"EAGER","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":1,"target":0},{"source":1,"target":14},{"source":14,"target":2},{"source":14,"target":15},{"source":14,"target":1},{"source":15,"target":2},{"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":3},{"source":18,"target":22},{"source":18,"target":2},{"source":22,"target":3},{"source":19,"target":4},{"source":19,"target":23},{"source":19,"target":2},{"source":23,"target":4},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":24,"target":27},{"source":24,"target":3},{"source":25,"target":28},{"source":25,"target":3},{"source":26,"target":4},{"source":26,"target":29},{"source":26,"target":3},{"source":29,"target":4},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":30,"target":33},{"source":30,"target":5},{"source":31,"target":3},{"source":31,"target":34},{"source":31,"target":5},{"source":34,"target":3},{"source":32,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":35},{"source":6,"target":36},{"source":35,"target":37},{"source":35,"target":6},{"source":36,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"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":13},{"source":41,"target":46},{"source":41,"target":7},{"source":46,"target":13},{"source":42,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":47,"target":51},{"source":47,"target":8},{"source":48,"target":52},{"source":48,"target":8},{"source":49,"target":53},{"source":49,"target":8},{"source":50,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":54},{"source":9,"target":55},{"source":9,"target":56},{"source":54,"target":12},{"source":54,"target":57},{"source":54,"target":9},{"source":57,"target":12},{"source":55,"target":13},{"source":55,"target":58},{"source":55,"target":9},{"source":58,"target":13},{"source":56,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":59,"target":13},{"source":59,"target":63},{"source":59,"target":10},{"source":63,"target":13},{"source":60,"target":64},{"source":60,"target":10},{"source":61,"target":65},{"source":61,"target":10},{"source":62,"target":4},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":66,"target":70},{"source":66,"target":11},{"source":67,"target":71},{"source":67,"target":11},{"source":68,"target":72},{"source":68,"target":11},{"source":69,"target":4},{"source":12,"target":0},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":12,"target":77},{"source":73,"target":12},{"source":74,"target":12},{"source":75,"target":12},{"source":76,"target":12},{"source":77,"target":12},{"source":13,"target":0},{"source":13,"target":78},{"source":13,"target":79},{"source":78,"target":13},{"source":79,"target":13}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject1.0/slices/SlicedUML2InsER2MOFisAbstractDefined.ecore
UML2 Extension Classifier isAbstract Behavior Interaction Stereotype Node Device ProtocolStateMachine EncapsulatedClassifier Class Activity StructuredClassifier Actor AssociationClass ExecutionEnvironment DataType Interface Enumeration CommunicationPath Component Artifact DeploymentSpecification Association InformationItem PrimitiveType Signal UseCase TemplateableClassifier ParameterableClassifier StateMachine BehavioredClassifier Collaboration
<?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="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","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":"Class","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","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":"Enumeration","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"id":33,"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":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"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"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":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":1,"target":0},{"source":1,"target":23},{"source":1,"target":33},{"source":33,"target":23},{"source":2,"target":0},{"source":2,"target":34},{"source":34,"target":35},{"source":34,"target":2},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":36},{"source":36,"target":10},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":37},{"source":37,"target":3},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":38},{"source":38,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":39},{"source":39,"target":10},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":40},{"source":40,"target":6},{"source":8,"target":0},{"source":8,"target":30},{"source":8,"target":41},{"source":41,"target":30},{"source":9,"target":0},{"source":9,"target":12},{"source":9,"target":42},{"source":42,"target":12},{"source":10,"target":0},{"source":10,"target":31},{"source":10,"target":9},{"source":10,"target":43},{"source":10,"target":44},{"source":43,"target":31},{"source":44,"target":9},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":45},{"source":45,"target":3},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":46},{"source":46,"target":2},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":47},{"source":47,"target":2},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":23},{"source":14,"target":48},{"source":14,"target":49},{"source":48,"target":10},{"source":49,"target":23},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":50},{"source":50,"target":6},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":51},{"source":51,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":52},{"source":52,"target":2},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":53},{"source":53,"target":16},{"source":19,"target":0},{"source":19,"target":23},{"source":19,"target":54},{"source":54,"target":23},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":55},{"source":55,"target":10},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":56},{"source":56,"target":2},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":57},{"source":57,"target":21},{"source":23,"target":0},{"source":23,"target":2},{"source":23,"target":58},{"source":58,"target":2},{"source":24,"target":0},{"source":24,"target":2},{"source":24,"target":59},{"source":59,"target":2},{"source":25,"target":0},{"source":25,"target":16},{"source":25,"target":60},{"source":60,"target":16},{"source":26,"target":0},{"source":26,"target":2},{"source":26,"target":61},{"source":61,"target":2},{"source":27,"target":0},{"source":27,"target":31},{"source":27,"target":62},{"source":62,"target":31},{"source":28,"target":0},{"source":28,"target":2},{"source":28,"target":63},{"source":63,"target":2},{"source":29,"target":0},{"source":29,"target":2},{"source":29,"target":64},{"source":64,"target":2},{"source":30,"target":0},{"source":30,"target":3},{"source":30,"target":65},{"source":65,"target":3},{"source":31,"target":0},{"source":31,"target":2},{"source":31,"target":66},{"source":66,"target":2},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":12},{"source":32,"target":67},{"source":32,"target":68},{"source":67,"target":31},{"source":68,"target":12}],"multigraph":true}
ecore
company
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/MDEGroup/MDEForge/mdeforge/githubmetamodels/demo.ecore
demo_model Company name employees Employee firstname company lastname address position email phone birthday Address city street zipcode state country
<?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="demo_model" nsURI="http://www.eclipse.org/e4/xaml_demo" nsPrefix="model"> <eClassifiers xsi:type="ecore:EClass" name="Company"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employees" upperBound="-1" eType="#//Employee" containment="true" eOpposite="#//Employee/company"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Employee"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="company" eType="#//Company" eOpposite="#//Company/employees"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="address" eType="#//Address" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="birthday" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Address"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="city" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="street" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zipcode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="state" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="country" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"model","nsURI":"http://www.eclipse.org/e4/xaml_demo","name":"demo_model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Company","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employee","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Address","instanceClass":null,"abstract":false,"id":3,"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":4,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"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":"company","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":"firstname","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":"lastname","changeable":true,"lowerBound":0,"iD":false,"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":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"position","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":"email","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":"phone","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":"birthday","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"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":"city","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":"street","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":"zipcode","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":"state","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":"country","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"}],"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":6},{"source":4,"target":1},{"source":5,"target":2},{"source":5,"target":7},{"source":5,"target":1},{"source":5,"target":8},{"source":7,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":8},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":9,"target":16},{"source":9,"target":2},{"source":8,"target":1},{"source":8,"target":17},{"source":8,"target":2},{"source":8,"target":5},{"source":17,"target":1},{"source":10,"target":18},{"source":10,"target":2},{"source":11,"target":3},{"source":11,"target":19},{"source":11,"target":2},{"source":19,"target":3},{"source":12,"target":20},{"source":12,"target":2},{"source":13,"target":21},{"source":13,"target":2},{"source":14,"target":22},{"source":14,"target":2},{"source":15,"target":23},{"source":15,"target":2},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":24,"target":29},{"source":24,"target":3},{"source":25,"target":30},{"source":25,"target":3},{"source":26,"target":31},{"source":26,"target":3},{"source":27,"target":32},{"source":27,"target":3},{"source":28,"target":33},{"source":28,"target":3}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/damenac/puzzle/examples/orthogonal-variability/fr.inria.diverse.examples.fsm.core/models/fsmcore.ecore
fsmcore StateMachine regions Region subvertex transitions AbstractState incoming outgoing ownerRegion State doActivity entry exit Transition trigger target source guard NamedElement name Trigger expression Program eval context statements Statement eval context Conditional Loop VarDecl Constraint evalConstraint context Pseudostate kind PseudostateKind initial initial FinalState
<?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="fsmcore" nsURI="http://fr.inria.diverse.examples.fsm.core" nsPrefix="fsmcore"> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="regions" lowerBound="1" upperBound="-1" eType="//Region" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subvertex" upperBound="-1" eType="//AbstractState" containment="true" eOpposite="//AbstractState/ownerRegion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="//Transition" eOpposite="//Transition/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="//Transition" eOpposite="//Transition/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownerRegion" lowerBound="1" eType="//Region" eOpposite="//Region/subvertex"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="//AbstractState"> <eStructuralFeatures xsi:type="ecore:EReference" name="doActivity" eType="//Program" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entry" eType="//Program" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exit" eType="//Program" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="//Trigger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//AbstractState" eOpposite="//AbstractState/incoming"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//AbstractState" eOpposite="//AbstractState/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Trigger"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eAnnotations source="required"/> <eOperations name="eval"> <eParameters name="context"> <eGenericType> <eTypeArguments/> <eTypeArguments/> <eClassifier xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EMap"/> </eGenericType> </eParameters> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"> <eAnnotations source="required"/> <eOperations name="eval"> <eParameters name="context"> <eGenericType> <eTypeArguments/> <eTypeArguments/> <eClassifier xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EMap"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" eSuperTypes="//Statement"> <eAnnotations source="required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="//Statement"> <eAnnotations source="required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VarDecl" eSuperTypes="//Statement"> <eAnnotations source="required"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eAnnotations source="required"/> <eOperations name="evalConstraint"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eParameters name="context"> <eGenericType> <eTypeArguments/> <eTypeArguments/> <eClassifier xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EMap"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="//AbstractState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="//PseudostateKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PseudostateKind"> <eLiterals name="initial"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="//State"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"fsmcore","nsURI":"http://fr.inria.diverse.examples.fsm.core","name":"fsmcore","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":"Region","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":"State","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VarDecl","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PseudostateKind","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"regions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subvertex","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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"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":"ownerRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"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":"incoming","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":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"doActivity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entry","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":"exit","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","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":"guard","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eval","lowerBound":0,"id":52,"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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"eval","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evalConstraint","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EOperation"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"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":"kind","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"name":"initial","id":76,"value":0,"literal":"initial","eClass":"EEnumLiteral"},{"id":77,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":17},{"source":1,"target":18},{"source":17,"target":2},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":2},{"source":18,"target":6},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":20,"target":3},{"source":20,"target":23},{"source":20,"target":2},{"source":20,"target":24},{"source":23,"target":3},{"source":21,"target":5},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":5},{"source":22,"target":6},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":24},{"source":3,"target":28},{"source":26,"target":5},{"source":26,"target":29},{"source":26,"target":3},{"source":26,"target":30},{"source":29,"target":5},{"source":27,"target":5},{"source":27,"target":31},{"source":27,"target":3},{"source":27,"target":32},{"source":31,"target":5},{"source":24,"target":2},{"source":24,"target":33},{"source":24,"target":3},{"source":24,"target":20},{"source":33,"target":2},{"source":28,"target":6},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":34,"target":8},{"source":34,"target":38},{"source":34,"target":4},{"source":38,"target":8},{"source":35,"target":8},{"source":35,"target":39},{"source":35,"target":4},{"source":39,"target":8},{"source":36,"target":8},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":8},{"source":37,"target":3},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":41},{"source":5,"target":30},{"source":5,"target":32},{"source":5,"target":42},{"source":5,"target":43},{"source":41,"target":7},{"source":41,"target":44},{"source":41,"target":5},{"source":44,"target":7},{"source":30,"target":3},{"source":30,"target":45},{"source":30,"target":5},{"source":30,"target":26},{"source":45,"target":3},{"source":32,"target":3},{"source":32,"target":46},{"source":32,"target":5},{"source":32,"target":27},{"source":46,"target":3},{"source":42,"target":13},{"source":42,"target":47},{"source":42,"target":5},{"source":47,"target":13},{"source":43,"target":6},{"source":6,"target":0},{"source":6,"target":48},{"source":48,"target":49},{"source":48,"target":6},{"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":8,"target":53},{"source":52,"target":8},{"source":52,"target":54},{"source":54,"target":55},{"source":54,"target":52},{"source":55,"target":56},{"source":55,"target":57},{"source":53,"target":9},{"source":53,"target":58},{"source":53,"target":8},{"source":58,"target":9},{"source":9,"target":0},{"source":9,"target":59},{"source":59,"target":9},{"source":59,"target":60},{"source":60,"target":61},{"source":60,"target":59},{"source":61,"target":62},{"source":61,"target":63},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":64},{"source":64,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":65},{"source":65,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":66},{"source":66,"target":9},{"source":13,"target":0},{"source":13,"target":67},{"source":67,"target":68},{"source":67,"target":13},{"source":67,"target":69},{"source":69,"target":70},{"source":69,"target":67},{"source":70,"target":71},{"source":70,"target":72},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":73},{"source":14,"target":74},{"source":73,"target":15},{"source":73,"target":75},{"source":73,"target":14},{"source":75,"target":15},{"source":74,"target":3},{"source":15,"target":0},{"source":15,"target":76},{"source":76,"target":15},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":77},{"source":77,"target":4}],"multigraph":true}
ecore
simple-pl
repo-ecore-all/data/damenac/puzzle/examples/logo/fr.inria.diverse.examples.logo.primitives.syntax/models/Primitives-provided.ecore
PrimitivesProv LogoProgram instructions Instruction evalInstruction context Primitive Forward Back Left Right
<?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="PrimitivesProv" nsURI="http://fr.inria.diverse.examples.logo.primitivesProv" nsPrefix="PrimitivesProv"> <eClassifiers xsi:type="ecore:EClass" name="LogoProgram"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true"> <eOperations name="evalInstruction"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eParameters name="context"> <eGenericType> <eTypeArguments/> <eTypeArguments/> <eClassifier xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EMap"/> </eGenericType> </eParameters> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="Forward" eSuperTypes="//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="Back" eSuperTypes="//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="Left" eSuperTypes="//Primitive"/> <eClassifiers xsi:type="ecore:EClass" name="Right" eSuperTypes="//Primitive"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"PrimitivesProv","nsURI":"http://fr.inria.diverse.examples.logo.primitivesProv","name":"PrimitivesProv","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogoProgram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Forward","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Back","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Left","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Right","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":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"evalInstruction","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EParameter"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"}],"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":8,"target":2},{"source":8,"target":9},{"source":8,"target":1},{"source":9,"target":2},{"source":2,"target":0},{"source":2,"target":10},{"source":10,"target":11},{"source":10,"target":2},{"source":10,"target":12},{"source":12,"target":13},{"source":12,"target":10},{"source":13,"target":14},{"source":13,"target":15},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":16},{"source":16,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":17},{"source":17,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":18},{"source":18,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":19},{"source":19,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":20},{"source":20,"target":3}],"multigraph":true}
ecore
gpl
repo-ecore-all/data/adolfosbh/cs2as/org.xtext.example.plsql/model/astm.ecore
astm GASTMObject GASTMSourceObject GASTMSemanticObject OtherSyntaxObject StorageSpecification DataType AccessKind UnaryOperator BinaryOperator ActualParameter SourceFile pathName SourceLocation startLine startColumn endLine endColumn inSourceFile Project files outerScope Scope definitionObject childScope GASTMSyntaxObject locationInfo preProcessorElements annotations CompilationUnit language fragments opensScope Name nameString DeclarationOrDefinition isRegister linkageSpecifier storageSpecifiers accessKind Definition identifierName definitionType Declaration defRef identifierName declarationType FunctionDeclaration formalParameters functionMemberAttributes VariableDeclaration isMutable FunctionDefinition returnType formalParameters body functionMemberAttributes opensScope FunctionMemberAttributes isFriend isInline isThisConst virtualSpecifier EntryDefinition formalParameters body DataDefinition isMutable initialValue BitFieldDefinition bitFieldSize EnumLiteralDefinition value TypeDefinition name NamedTypeDefinition definitionType AggregateTypeDefinition aggregateType NameSpaceDefinition nameSpace body nameSpaceType LabelDefinition labelName labelType IncludeUnit file MacroCall refersTo MacroDefinition macroName body Comment text Type isConst isVolatile PrimitiveType isSigned EnumType enumLiterals ConstructedType baseType AggregateType members opensScope ArrayType ranks Dimension lowBound highBound FunctionType returnType parameterTypes FormalParameterType type NamedType body ClassType derivesFrom DerivesFrom isVirtual accessKind className UnnamedTypeReference type NamedTypeReference name type DeleteStatement operand DeclarationOrDefinitionStatement declOrDefn ExpressionStatement expression JumpStatement target BreakStatement target ContinueStatement target LabeledStatement label statement BlockStatement subStatements opensScope EmptyStatement IfStatement condition thenBody elseBody SwitchStatement switchExpression cases SwitchCase body CaseBlock caseExpressions ReturnStatement returnValue LoopStatement condition body ForStatement initBody iterationBody TryStatement guardedStatement catchBlocks finalStatement CatchBlock body TypesCatchBlock exceptions VariableCatchBlock exceptionVariable ThrowStatement exception Expression expressionType NameReference name refersTo ArrayAccess arrayName subscripts QualifiedIdentifierReference qualifiers member TypeQualifiedIdentifierReference aggregateType member Literal value CastExpression castType expression UnaryExpression operator operand BinaryExpression operator leftOperand rightOperand OperatorAssign operator ConditionalExpression condition onTrueOperand onFalseOperand RangeExpression fromExpression toExpression FunctionCallExpression calledFunction actualParams ActualParameterExpression value NewExpression newType actualParams LabelAccess name definition AnnotationExpression annotationType memberValues GlobalScope PreprocessorElement DefinitionObject ProgramScope TypeReference Statement FunctionScope NameSpaceType LabelType AggregateScope BlockScope IdentifierReference FormalParameterDefinition VirtualSpecification FormalParameterDeclaration VariableDefinition FunctionMemberAttribute External FunctionPersistent FileLocal PerClassMember NoDef Virtual PureVirtual NonVirtual ExceptionType Void Byte ShortInteger Integer LongInteger Float Double LongDouble Character String Boolean WideCharacter CollectionType PointerType ReferenceType RangeType StructureType UnionType AnnotationType ByValueFormalParameterType ByReferenceFormalParameterType Public Protected Private TerminateStatement DefaultBlock WhileStatement DoWhileStatement ForCheckBeforeStatement ForCheckAfterStatement AggregateExpression QualifiedOverPointer QualifiedOverData IntegerlLiteral StringLiteral CharLiteral RealLiteral BooleanLiteral BitLiteral UnaryPlus Negate Not BitNot AddressOf Deref Increment Decrement PostIncrement PostDecrement Add Subtract Multiply Divide Modulus Exponent And Or Equal NotEqual Greater NotGreater Less NotLess BitAnd BitOr BitXor BitLeftShift BitRightShift Assign MissingActualParameter ByValueActualParameterExpression ByReferenceActualParameterExpression SpecificTriggerDefinition body SpecificLessEqual SpecificGreaterEqual SpecificIn SpecificLike SpecificConcatString SpecificSelectStatement RDBDatabaseDefinition TableSpace RDBTableSpaceReference RDBUserDefinition Owns RDBTableSpaceDefinition Table RDBTableDefinition PrimKey Column Constraint Index Trigger RDBColumnDefinition NotNull name type RDBViewDefinition DefinedBy RDBCursorDefinition SelectExpression RDBIndex NotNull IsUnique IndexColumn RDBIndexColumn Column AscendingOrDescending RDBTrigger body RDBConstraint RDBCheckConstraint RDBConstraintText RDBConstraintType RDBRefIntegrity ForeignKey ParentKey ParentTable RDBUniqueKey Column RDBConnectStatement ConnectString RDBSelectStatement SelectExpression IntoVariable RDBInsertStatement IntoTable Columns Values RDBModifyStatement Table Where RDBUpdateStatement Values RDBCursorStatement Cursor RDBOpenCursorStatement Values RDBFetchCursorStatement Into RDBHostVariableReference BaseVariable Indicator RDBSelectExpression Table Column Where RDBTableReference Alias RDBTableAlias RDBColumnReference Table RDBDataBaseType RDBUserType RDBTableSpaceType RDBTableType RDBViewType RDBCursorType RDBColumnType RDBInteger RDBInt RDBReal RDBFloat RDBDecimal RDBNumber RDBLong RDBChar RDBVarchar RDBString RDBRaw RDBDate RDBTimestamp RDBRowid RDBBoolean RDBBlob RDBClob RDBNClob RDBBFile RDBDeleteStatement RDBCloseCursorStatement RDBHostVariableExpression Visitable org.xtext.example.plsql.astm.util.Visitable org.xtext.example.plsql.astm.util.Visitable
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="astm" nsURI="http://modelum.es/modernization/astm" nsPrefix="astm"> <eClassifiers xsi:type="ecore:EClass" name="GASTMObject" eSuperTypes="#//Visitable"/> <eClassifiers xsi:type="ecore:EClass" name="GASTMSourceObject" abstract="true" eSuperTypes="#//Visitable"/> <eClassifiers xsi:type="ecore:EClass" name="GASTMSemanticObject" abstract="true" eSuperTypes="#//Visitable"/> <eClassifiers xsi:type="ecore:EClass" name="OtherSyntaxObject" abstract="true" eSuperTypes="#//Visitable"/> <eClassifiers xsi:type="ecore:EClass" name="StorageSpecification" abstract="true" eSuperTypes="#//Visitable"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//Visitable"/> <eClassifiers xsi:type="ecore:EClass" name="AccessKind" eSuperTypes="#//Visitable"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" abstract="true" eSuperTypes="#//Visitable"/> <eClassifiers xsi:type="ecore:EClass" name="BinaryOperator" abstract="true" eSuperTypes="#//Visitable"/> <eClassifiers xsi:type="ecore:EClass" name="ActualParameter" abstract="true" eSuperTypes="#//Visitable"/> <eClassifiers xsi:type="ecore:EClass" name="SourceFile" eSuperTypes="#//GASTMSourceObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SourceLocation" eSuperTypes="#//GASTMSourceObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inSourceFile" eType="#//SourceFile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//GASTMSemanticObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1" eType="#//CompilationUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outerScope" eType="#//GlobalScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scope" eSuperTypes="#//GASTMSemanticObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionObject" upperBound="-1" eType="#//DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childScope" upperBound="-1" eType="#//Scope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GASTMSyntaxObject" abstract="true" eSuperTypes="#//GASTMObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="locationInfo" eType="#//SourceLocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preProcessorElements" upperBound="-1" eType="#//PreprocessorElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//AnnotationExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//ProgramScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nameString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinition" abstract="true" eSuperTypes="#//DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRegister" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="linkageSpecifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storageSpecifiers" eType="#//OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#//OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition" abstract="true" eSuperTypes="#//DeclarationOrDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Declaration" abstract="true" eSuperTypes="#//DeclarationOrDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="defRef" eType="#//Definition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifierName" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="declarationType" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDeclaration" eSuperTypes="#//Declaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//FormalParameterDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes" eType="#//FunctionMemberAttributes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Declaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//FormalParameterDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionMemberAttributes" eType="#//FunctionMemberAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//FunctionScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttributes" eSuperTypes="#//Visitable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isFriend" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isInline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isThisConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualSpecifier" eType="#//VirtualSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntryDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="#//FormalParameterDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataDefinition" abstract="true" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isMutable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BitFieldDefinition" eSuperTypes="#//DataDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="bitFieldSize" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteralDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" eSuperTypes="#//DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTypeDefinition" eSuperTypes="#//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="definitionType" eType="#//NamedType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregateTypeDefinition" eSuperTypes="#//TypeDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" eType="#//AggregateType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameSpaceDefinition" eSuperTypes="#//DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="nameSpace" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nameSpaceType" eType="#//NameSpaceType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelDefinition" eSuperTypes="#//DefinitionObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="labelName" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="labelType" eType="#//LabelType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IncludeUnit" eSuperTypes="#//PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//SourceFile" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MacroCall" eSuperTypes="#//PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#//MacroDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MacroDefinition" eSuperTypes="#//PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="macroName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//PreprocessorElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//GASTMSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isConst" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVolatile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" abstract="true" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSigned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumLiterals" upperBound="-1" eType="#//EnumLiteralDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructedType" abstract="true" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregateType" abstract="true" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//DefinitionObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//AggregateScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//ConstructedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="ranks" upperBound="-1" eType="#//Dimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dimension" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="lowBound" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="highBound" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterTypes" upperBound="-1" eType="#//FormalParameterType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterType" abstract="true" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassType" eSuperTypes="#//AggregateType"> <eStructuralFeatures xsi:type="ecore:EReference" name="derivesFrom" upperBound="-1" eType="#//DerivesFrom" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DerivesFrom" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isVirtual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="accessKind" eType="#//OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="className" eType="#//NamedType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnnamedTypeReference" eSuperTypes="#//TypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedTypeReference" eSuperTypes="#//TypeReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeDefinition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeclarationOrDefinitionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declOrDefn" eType="#//DefinitionObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JumpStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//LabelAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//LabelAccess" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//LabelDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="subStatements" upperBound="-1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opensScope" eType="#//BlockScope" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBody" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="switchExpression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cases" eType="#//SwitchCase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CaseBlock" eSuperTypes="#//SwitchCase"> <eStructuralFeatures xsi:type="ecore:EReference" name="caseExpressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoopStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" abstract="true" eSuperTypes="#//LoopStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initBody" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="iterationBody" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="guardedStatement" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchBlocks" upperBound="-1" eType="#//CatchBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finalStatement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchBlock" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypesCatchBlock" eSuperTypes="#//CatchBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableCatchBlock" eSuperTypes="#//CatchBlock"> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionVariable" eType="#//DataDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//GASTMSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionType" eType="#//TypeReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameReference" abstract="true" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="refersTo" eType="#//DefinitionObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrayName" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subscripts" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualifiedIdentifierReference" abstract="true" eSuperTypes="#//NameReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiers" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//IdentifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeQualifiedIdentifierReference" eSuperTypes="#//NameReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregateType" upperBound="-1" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//IdentifierReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="castType" eType="#//TypeReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//OtherSyntaxObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OperatorAssign" eSuperTypes="#//BinaryOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onTrueOperand" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="onFalseOperand" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RangeExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="fromExpression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCallExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="calledFunction" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1" eType="#//ActualParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActualParameterExpression" eSuperTypes="#//ActualParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="newType" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParams" upperBound="-1" eType="#//OtherSyntaxObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" eType="#//LabelDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotationType" eType="#//TypeReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberValues" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GlobalScope" eSuperTypes="#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="PreprocessorElement" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="DefinitionObject" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="ProgramScope" eSuperTypes="#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" abstract="true" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//GASTMSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionScope" eSuperTypes="#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="NameSpaceType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="LabelType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="AggregateScope" eSuperTypes="#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="BlockScope" eSuperTypes="#//Scope"/> <eClassifiers xsi:type="ecore:EClass" name="IdentifierReference" eSuperTypes="#//NameReference"/> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterDefinition" eSuperTypes="#//DataDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="VirtualSpecification" abstract="true" eSuperTypes="#//OtherSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="FormalParameterDeclaration" eSuperTypes="#//Declaration"/> <eClassifiers xsi:type="ecore:EClass" name="VariableDefinition" eSuperTypes="#//DataDefinition"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionMemberAttribute" eSuperTypes="#//OtherSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="External" eSuperTypes="#//StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FunctionPersistent" eSuperTypes="#//StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FileLocal" eSuperTypes="#//StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PerClassMember" eSuperTypes="#//StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="NoDef" eSuperTypes="#//StorageSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Virtual" eSuperTypes="#//VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="PureVirtual" eSuperTypes="#//VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="NonVirtual" eSuperTypes="#//VirtualSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ExceptionType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Void" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Byte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ShortInteger" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="LongInteger" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="LongDouble" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Character" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="Boolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="WideCharacter" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#//ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="PointerType" eSuperTypes="#//ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="ReferenceType" eSuperTypes="#//ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="RangeType" eSuperTypes="#//ConstructedType"/> <eClassifiers xsi:type="ecore:EClass" name="StructureType" eSuperTypes="#//AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationType" eSuperTypes="#//AggregateType"/> <eClassifiers xsi:type="ecore:EClass" name="ByValueFormalParameterType" eSuperTypes="#//FormalParameterType"/> <eClassifiers xsi:type="ecore:EClass" name="ByReferenceFormalParameterType" eSuperTypes="#//FormalParameterType"/> <eClassifiers xsi:type="ecore:EClass" name="Public" eSuperTypes="#//AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="Protected" eSuperTypes="#//AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="Private" eSuperTypes="#//AccessKind"/> <eClassifiers xsi:type="ecore:EClass" name="TerminateStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="DefaultBlock" eSuperTypes="#//SwitchCase"/> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//LoopStatement"/> <eClassifiers xsi:type="ecore:EClass" name="DoWhileStatement" eSuperTypes="#//LoopStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ForCheckBeforeStatement" eSuperTypes="#//ForStatement"/> <eClassifiers xsi:type="ecore:EClass" name="ForCheckAfterStatement" eSuperTypes="#//ForStatement"/> <eClassifiers xsi:type="ecore:EClass" name="AggregateExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedOverPointer" eSuperTypes="#//QualifiedIdentifierReference"/> <eClassifiers xsi:type="ecore:EClass" name="QualifiedOverData" eSuperTypes="#//QualifiedIdentifierReference"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerlLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="CharLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="RealLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="BitLiteral" eSuperTypes="#//Literal"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryPlus" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Negate" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitNot" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="AddressOf" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Deref" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Increment" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Decrement" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PostIncrement" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="PostDecrement" eSuperTypes="#//UnaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Add" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Subtract" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Divide" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Modulus" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Exponent" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Greater" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotGreater" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="NotLess" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitAnd" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitOr" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitXor" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitLeftShift" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="BitRightShift" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Assign" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="MissingActualParameter" eSuperTypes="#//ActualParameter"/> <eClassifiers xsi:type="ecore:EClass" name="ByValueActualParameterExpression" eSuperTypes="#//ActualParameterExpression"/> <eClassifiers xsi:type="ecore:EClass" name="ByReferenceActualParameterExpression" eSuperTypes="#//ActualParameterExpression"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificTriggerDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecificLessEqual" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificGreaterEqual" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificIn" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificLike" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificConcatString" eSuperTypes="#//BinaryOperator"/> <eClassifiers xsi:type="ecore:EClass" name="SpecificSelectStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="RDBDatabaseDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="TableSpace" upperBound="-1" eType="#//RDBTableSpaceReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTableSpaceReference" eSuperTypes="#//Visitable"/> <eClassifiers xsi:type="ecore:EClass" name="RDBUserDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="Owns" upperBound="-1" eType="#//NameSpaceDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTableSpaceDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="Table" upperBound="-1" eType="#//NameSpaceDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTableDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="PrimKey" upperBound="-1" eType="#//RDBColumnReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Column" upperBound="-1" eType="#//RDBColumnDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Constraint" upperBound="-1" eType="#//RDBConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Index" upperBound="-1" eType="#//RDBIndex" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Trigger" upperBound="-1" eType="#//RDBTrigger" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBColumnDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="NotNull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Name" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//RDBColumnType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBViewDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="DefinedBy" eType="#//AggregateTypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBCursorDefinition" eSuperTypes="#//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="SelectExpression" eType="#//AggregateTypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBIndex" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="NotNull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="IsUnique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IndexColumn" upperBound="-1" eType="#//Name" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBIndexColumn" eSuperTypes="#//OtherSyntaxObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="Column" eType="#//IncludeUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="AscendingOrDescending" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTrigger" eSuperTypes="#//OtherSyntaxObject #//Definition"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBConstraint" eSuperTypes="#//OtherSyntaxObject"/> <eClassifiers xsi:type="ecore:EClass" name="RDBCheckConstraint" eSuperTypes="#//RDBConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RDBConstraintText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="RDBConstraintType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBRefIntegrity" eSuperTypes="#//RDBConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="ForeignKey" upperBound="-1" eType="#//RDBColumnReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ParentKey" upperBound="-1" eType="#//RDBColumnReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ParentTable" eType="#//RDBTableReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBUniqueKey" eSuperTypes="#//RDBConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="Column" upperBound="-1" eType="#//RDBColumnReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBConnectStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="ConnectString" eType="#//NamedTypeDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBSelectStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="SelectExpression" eType="#//RDBSelectExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="IntoVariable" upperBound="-1" eType="#//RDBHostVariableReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBInsertStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="IntoTable" upperBound="-1" eType="#//NameSpaceDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Columns" upperBound="-1" eType="#//IncludeUnit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Values" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBModifyStatement" abstract="true" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Table" upperBound="-1" eType="#//NameSpaceDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Where" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBUpdateStatement" eSuperTypes="#//RDBModifyStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Values" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBCursorStatement" abstract="true" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Cursor" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBOpenCursorStatement" eSuperTypes="#//RDBCursorStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Values" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBFetchCursorStatement" eSuperTypes="#//RDBCursorStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="Into" upperBound="-1" eType="#//RDBHostVariableReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBHostVariableReference" eSuperTypes="#//Visitable"> <eStructuralFeatures xsi:type="ecore:EReference" name="BaseVariable" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Indicator" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBSelectExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="Table" upperBound="-1" eType="#//RDBTableReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Column" upperBound="-1" eType="#//RDBColumnReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Where" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTableReference" eSuperTypes="#//IdentifierReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="Alias" eType="#//LabelDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBTableAlias" eSuperTypes="#//IdentifierReference"/> <eClassifiers xsi:type="ecore:EClass" name="RDBColumnReference" eSuperTypes="#//IdentifierReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="Table" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RDBDataBaseType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBUserType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBTableSpaceType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBTableType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBViewType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBCursorType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBColumnType" abstract="true" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBInteger" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBInt" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBReal" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBFloat" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBDecimal" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBNumber" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBLong" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBChar" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBVarchar" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBString" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBRaw" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBDate" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBTimestamp" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBRowid" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBBoolean" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBBlob" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBClob" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBNClob" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBBFile" eSuperTypes="#//RDBColumnType"/> <eClassifiers xsi:type="ecore:EClass" name="RDBDeleteStatement" eSuperTypes="#//RDBModifyStatement"/> <eClassifiers xsi:type="ecore:EClass" name="RDBCloseCursorStatement" eSuperTypes="#//RDBCursorStatement"/> <eClassifiers xsi:type="ecore:EClass" name="RDBHostVariableExpression" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="Visitable" instanceClassName="org.xtext.example.plsql.astm.util.Visitable" abstract="true" interface="true"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"astm","nsURI":"http://modelum.es/modernization/astm","name":"astm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMObject","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSourceObject","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSemanticObject","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherSyntaxObject","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageSpecification","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessKind","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameter","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceFile","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceLocation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GASTMSyntaxObject","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","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":"DeclarationOrDefinition","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Declaration","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDefinition","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttributes","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryDefinition","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataDefinition","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitFieldDefinition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralDefinition","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeDefinition","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateTypeDefinition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceDefinition","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelDefinition","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IncludeUnit","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroCall","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MacroDefinition","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumType","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructedType","instanceClass":null,"abstract":true,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateType","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterType","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassType","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivesFrom","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnnamedTypeReference","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTypeReference","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":"DeclarationOrDefinitionStatement","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpStatement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseBlock","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":true,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchBlock","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypesCatchBlock","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableCatchBlock","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameReference","instanceClass":null,"abstract":true,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedIdentifierReference","instanceClass":null,"abstract":true,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeQualifiedIdentifierReference","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorAssign","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeExpression","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCallExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualParameterExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelAccess","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalScope","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreprocessorElement","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefinitionObject","instanceClass":null,"abstract":true,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramScope","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":true,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionScope","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameSpaceType","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelType","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateScope","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockScope","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierReference","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDefinition","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualSpecification","instanceClass":null,"abstract":true,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormalParameterDeclaration","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDefinition","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionMemberAttribute","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"External","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionPersistent","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileLocal","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PerClassMember","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoDef","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Virtual","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PureVirtual","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonVirtual","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionType","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Void","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Byte","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShortInteger","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongInteger","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongDouble","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Character","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WideCharacter","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PointerType","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceType","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureType","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationType","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueFormalParameterType","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceFormalParameterType","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Public","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protected","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Private","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminateStatement","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultBlock","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileStatement","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckBeforeStatement","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForCheckAfterStatement","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateExpression","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverPointer","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedOverData","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerlLiteral","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharLiteral","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLiteral","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryPlus","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negate","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitNot","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressOf","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deref","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Increment","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decrement","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostIncrement","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostDecrement","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Add","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtract","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Divide","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modulus","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exponent","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Greater","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotGreater","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotLess","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitAnd","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitOr","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitXor","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitLeftShift","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitRightShift","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assign","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MissingActualParameter","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByValueActualParameterExpression","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ByReferenceActualParameterExpression","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificTriggerDefinition","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLessEqual","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificGreaterEqual","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificIn","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificLike","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificConcatString","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecificSelectStatement","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBDatabaseDefinition","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableSpaceReference","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBUserDefinition","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableSpaceDefinition","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableDefinition","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBColumnDefinition","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBViewDefinition","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBCursorDefinition","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBIndex","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBIndexColumn","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTrigger","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBConstraint","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBCheckConstraint","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBRefIntegrity","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBUniqueKey","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBConnectStatement","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBSelectStatement","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBInsertStatement","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBModifyStatement","instanceClass":null,"abstract":true,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBUpdateStatement","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBCursorStatement","instanceClass":null,"abstract":true,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBOpenCursorStatement","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBFetchCursorStatement","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBHostVariableReference","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBSelectExpression","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableReference","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableAlias","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBColumnReference","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBDataBaseType","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBUserType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableSpaceType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTableType","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBViewType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBCursorType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBColumnType","instanceClass":null,"abstract":true,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBInteger","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBInt","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBReal","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBFloat","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBDecimal","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBNumber","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBLong","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBChar","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBVarchar","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBString","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBRaw","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBDate","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBTimestamp","instanceClass":null,"abstract":false,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBRowid","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBBoolean","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBBlob","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBClob","instanceClass":null,"abstract":false,"id":246,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBNClob","instanceClass":null,"abstract":false,"id":247,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBBFile","instanceClass":null,"abstract":false,"id":248,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBDeleteStatement","instanceClass":null,"abstract":false,"id":249,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBCloseCursorStatement","instanceClass":null,"abstract":false,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RDBHostVariableExpression","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.xtext.example.plsql.astm.util.Visitable","defaultValue":null,"instanceClassName":"org.xtext.example.plsql.astm.util.Visitable","name":"Visitable","instanceClass":null,"abstract":true,"id":252,"interface":true,"eClass":"EClass"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pathName","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"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":266,"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":267,"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":268,"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":269,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inSourceFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"files","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":"outerScope","changeable":true,"resolveProxies":true,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definitionObject","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":"childScope","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locationInfo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preProcessorElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nameString","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRegister","changeable":true,"lowerBound":0,"iD":false,"id":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":"linkageSpecifier","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageSpecifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"accessKind","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":"identifierName","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":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defRef","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"identifierName","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":"declarationType","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionMemberAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":false,"ordered":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":333,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"body","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":"functionMemberAttributes","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":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isFriend","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInline","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isThisConst","changeable":true,"lowerBound":0,"iD":false,"id":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":"virtualSpecifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"container":false,"ordered":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":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isMutable","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bitFieldSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":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":369,"derived":false},{"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":"definitionType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"derived":false},{"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":"nameSpace","changeable":true,"resolveProxies":true,"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":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nameSpaceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"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":"labelName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"labelType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"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":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"macroName","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"lowerBound":0,"iD":false,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"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":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isConst","changeable":true,"lowerBound":0,"iD":false,"id":404,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVolatile","changeable":true,"lowerBound":0,"iD":false,"id":405,"derived":false},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSigned","changeable":true,"lowerBound":0,"iD":false,"id":409,"derived":false},{"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":"enumLiterals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":415,"derived":false},{"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":"members","changeable":true,"resolveProxies":true,"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":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ranks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"highBound","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"container":false,"ordered":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":431,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"container":false,"ordered":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":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"container":false,"ordered":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":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivesFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isVirtual","changeable":true,"lowerBound":0,"iD":false,"id":445,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"accessKind","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"container":false,"ordered":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":456,"derived":false},{"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":"operand","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declOrDefn","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":478,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opensScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"container":false,"ordered":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":489,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":490,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"container":false,"ordered":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":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":504,"derived":false},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"container":false,"ordered":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":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"container":false,"ordered":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":510,"derived":false},{"container":false,"ordered":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":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":515,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"iterationBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guardedStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"catchBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"finalStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":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":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":530,"derived":false},{"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":"exceptionVariable","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":"exception","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":"expressionType","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":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refersTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":547,"derived":false},{"container":false,"ordered":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":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":552,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"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":562,"derived":false},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"castType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":565,"derived":false},{"container":false,"ordered":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":566,"derived":false},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":570,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":575,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":576,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"container":false,"ordered":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":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"container":false,"ordered":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":585,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onTrueOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":586,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onFalseOperand","changeable":true,"resolveProxies":true,"lowerBound":0,"id":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":592,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":593,"derived":false},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"calledFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":597,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"id":599,"eClass":"EGenericType"},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":602,"derived":false},{"id":603,"eClass":"EGenericType"},{"id":604,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":605,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actualParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"container":false,"ordered":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":610,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":615,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memberValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":616,"derived":false},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"id":630,"eClass":"EGenericType"},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"id":634,"eClass":"EGenericType"},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"id":692,"eClass":"EGenericType"},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"id":701,"eClass":"EGenericType"},{"id":702,"eClass":"EGenericType"},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"id":715,"eClass":"EGenericType"},{"id":716,"eClass":"EGenericType"},{"id":717,"eClass":"EGenericType"},{"container":false,"ordered":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":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"id":722,"eClass":"EGenericType"},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"id":726,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"TableSpace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":727,"derived":false},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"id":730,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Owns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":731,"derived":false},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":734,"derived":false},{"id":735,"eClass":"EGenericType"},{"id":736,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"PrimKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":737,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":738,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Constraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":739,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":740,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":741,"derived":false},{"id":742,"eClass":"EGenericType"},{"id":743,"eClass":"EGenericType"},{"id":744,"eClass":"EGenericType"},{"id":745,"eClass":"EGenericType"},{"id":746,"eClass":"EGenericType"},{"id":747,"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":"NotNull","changeable":true,"lowerBound":0,"iD":false,"id":748,"derived":false},{"container":false,"ordered":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":749,"derived":false},{"container":false,"ordered":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":750,"derived":false},{"id":751,"eClass":"EGenericType"},{"id":752,"eClass":"EGenericType"},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"DefinedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":755,"derived":false},{"id":756,"eClass":"EGenericType"},{"id":757,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"SelectExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":758,"derived":false},{"id":759,"eClass":"EGenericType"},{"id":760,"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":"NotNull","changeable":true,"lowerBound":0,"iD":false,"id":761,"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":"IsUnique","changeable":true,"lowerBound":0,"iD":false,"id":762,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IndexColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":763,"derived":false},{"id":764,"eClass":"EGenericType"},{"id":765,"eClass":"EGenericType"},{"id":766,"eClass":"EGenericType"},{"id":767,"eClass":"EGenericType"},{"container":false,"ordered":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":768,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"AscendingOrDescending","changeable":true,"lowerBound":0,"iD":false,"id":769,"derived":false},{"id":770,"eClass":"EGenericType"},{"id":771,"eClass":"EGenericType"},{"id":772,"eClass":"EGenericType"},{"container":false,"ordered":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":773,"derived":false},{"id":774,"eClass":"EGenericType"},{"id":775,"eClass":"EGenericType"},{"id":776,"eClass":"EGenericType"},{"id":777,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RDBConstraintText","changeable":true,"lowerBound":0,"iD":false,"id":778,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"RDBConstraintType","changeable":true,"lowerBound":0,"iD":false,"id":779,"derived":false},{"id":780,"eClass":"EGenericType"},{"id":781,"eClass":"EGenericType"},{"id":782,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ForeignKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":783,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ParentKey","changeable":true,"resolveProxies":true,"lowerBound":0,"id":784,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ParentTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":785,"derived":false},{"id":786,"eClass":"EGenericType"},{"id":787,"eClass":"EGenericType"},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":790,"derived":false},{"id":791,"eClass":"EGenericType"},{"id":792,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ConnectString","changeable":true,"resolveProxies":true,"lowerBound":0,"id":793,"derived":false},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"SelectExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":796,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntoVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":797,"derived":false},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"IntoTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":801,"derived":false},{"container":false,"ordered":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":802,"derived":false},{"container":false,"ordered":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":803,"derived":false},{"id":804,"eClass":"EGenericType"},{"id":805,"eClass":"EGenericType"},{"id":806,"eClass":"EGenericType"},{"id":807,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":808,"derived":false},{"container":false,"ordered":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":809,"derived":false},{"id":810,"eClass":"EGenericType"},{"id":811,"eClass":"EGenericType"},{"id":812,"eClass":"EGenericType"},{"container":false,"ordered":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":813,"derived":false},{"id":814,"eClass":"EGenericType"},{"id":815,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Cursor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":816,"derived":false},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"container":false,"ordered":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":819,"derived":false},{"id":820,"eClass":"EGenericType"},{"id":821,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Into","changeable":true,"resolveProxies":true,"lowerBound":0,"id":822,"derived":false},{"id":823,"eClass":"EGenericType"},{"id":824,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BaseVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":825,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Indicator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":826,"derived":false},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"},{"id":829,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":830,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":831,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":832,"derived":false},{"id":833,"eClass":"EGenericType"},{"id":834,"eClass":"EGenericType"},{"id":835,"eClass":"EGenericType"},{"id":836,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Alias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":837,"derived":false},{"id":838,"eClass":"EGenericType"},{"id":839,"eClass":"EGenericType"},{"id":840,"eClass":"EGenericType"},{"container":false,"ordered":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":841,"derived":false},{"id":842,"eClass":"EGenericType"},{"id":843,"eClass":"EGenericType"},{"id":844,"eClass":"EGenericType"},{"id":845,"eClass":"EGenericType"},{"id":846,"eClass":"EGenericType"},{"id":847,"eClass":"EGenericType"},{"id":848,"eClass":"EGenericType"},{"id":849,"eClass":"EGenericType"},{"id":850,"eClass":"EGenericType"},{"id":851,"eClass":"EGenericType"},{"id":852,"eClass":"EGenericType"},{"id":853,"eClass":"EGenericType"},{"id":854,"eClass":"EGenericType"},{"id":855,"eClass":"EGenericType"},{"id":856,"eClass":"EGenericType"},{"id":857,"eClass":"EGenericType"},{"id":858,"eClass":"EGenericType"},{"id":859,"eClass":"EGenericType"},{"id":860,"eClass":"EGenericType"},{"id":861,"eClass":"EGenericType"},{"id":862,"eClass":"EGenericType"},{"id":863,"eClass":"EGenericType"},{"id":864,"eClass":"EGenericType"},{"id":865,"eClass":"EGenericType"},{"id":866,"eClass":"EGenericType"},{"id":867,"eClass":"EGenericType"},{"id":868,"eClass":"EGenericType"},{"id":869,"eClass":"EGenericType"},{"id":870,"eClass":"EGenericType"},{"id":871,"eClass":"EGenericType"},{"id":872,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":0,"target":200},{"source":0,"target":201},{"source":0,"target":202},{"source":0,"target":203},{"source":0,"target":204},{"source":0,"target":205},{"source":0,"target":206},{"source":0,"target":207},{"source":0,"target":208},{"source":0,"target":209},{"source":0,"target":210},{"source":0,"target":211},{"source":0,"target":212},{"source":0,"target":213},{"source":0,"target":214},{"source":0,"target":215},{"source":0,"target":216},{"source":0,"target":217},{"source":0,"target":218},{"source":0,"target":219},{"source":0,"target":220},{"source":0,"target":221},{"source":0,"target":222},{"source":0,"target":223},{"source":0,"target":224},{"source":0,"target":225},{"source":0,"target":226},{"source":0,"target":227},{"source":0,"target":228},{"source":0,"target":229},{"source":0,"target":230},{"source":0,"target":231},{"source":0,"target":232},{"source":0,"target":233},{"source":0,"target":234},{"source":0,"target":235},{"source":0,"target":236},{"source":0,"target":237},{"source":0,"target":238},{"source":0,"target":239},{"source":0,"target":240},{"source":0,"target":241},{"source":0,"target":242},{"source":0,"target":243},{"source":0,"target":244},{"source":0,"target":245},{"source":0,"target":246},{"source":0,"target":247},{"source":0,"target":248},{"source":0,"target":249},{"source":0,"target":250},{"source":0,"target":251},{"source":0,"target":252},{"source":1,"target":0},{"source":1,"target":252},{"source":1,"target":253},{"source":253,"target":252},{"source":2,"target":0},{"source":2,"target":252},{"source":2,"target":254},{"source":254,"target":252},{"source":3,"target":0},{"source":3,"target":252},{"source":3,"target":255},{"source":255,"target":252},{"source":4,"target":0},{"source":4,"target":252},{"source":4,"target":256},{"source":256,"target":252},{"source":5,"target":0},{"source":5,"target":252},{"source":5,"target":257},{"source":257,"target":252},{"source":6,"target":0},{"source":6,"target":252},{"source":6,"target":258},{"source":258,"target":252},{"source":7,"target":0},{"source":7,"target":252},{"source":7,"target":259},{"source":259,"target":252},{"source":8,"target":0},{"source":8,"target":252},{"source":8,"target":260},{"source":260,"target":252},{"source":9,"target":0},{"source":9,"target":252},{"source":9,"target":261},{"source":261,"target":252},{"source":10,"target":0},{"source":10,"target":252},{"source":10,"target":262},{"source":262,"target":252},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":263},{"source":11,"target":264},{"source":263,"target":265},{"source":263,"target":11},{"source":264,"target":2},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":266},{"source":12,"target":267},{"source":12,"target":268},{"source":12,"target":269},{"source":12,"target":270},{"source":12,"target":271},{"source":266,"target":272},{"source":266,"target":12},{"source":267,"target":273},{"source":267,"target":12},{"source":268,"target":274},{"source":268,"target":12},{"source":269,"target":275},{"source":269,"target":12},{"source":270,"target":11},{"source":270,"target":276},{"source":270,"target":12},{"source":276,"target":11},{"source":271,"target":2},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":277},{"source":13,"target":278},{"source":13,"target":279},{"source":277,"target":16},{"source":277,"target":280},{"source":277,"target":13},{"source":280,"target":16},{"source":278,"target":90},{"source":278,"target":281},{"source":278,"target":13},{"source":281,"target":90},{"source":279,"target":3},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":282},{"source":14,"target":283},{"source":14,"target":284},{"source":282,"target":92},{"source":282,"target":285},{"source":282,"target":14},{"source":285,"target":92},{"source":283,"target":14},{"source":283,"target":286},{"source":283,"target":14},{"source":286,"target":14},{"source":284,"target":3},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":287},{"source":15,"target":288},{"source":15,"target":289},{"source":15,"target":290},{"source":287,"target":12},{"source":287,"target":291},{"source":287,"target":15},{"source":291,"target":12},{"source":288,"target":91},{"source":288,"target":292},{"source":288,"target":15},{"source":292,"target":91},{"source":289,"target":89},{"source":289,"target":293},{"source":289,"target":15},{"source":293,"target":89},{"source":290,"target":1},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":294},{"source":16,"target":295},{"source":16,"target":296},{"source":16,"target":297},{"source":294,"target":298},{"source":294,"target":16},{"source":295,"target":92},{"source":295,"target":299},{"source":295,"target":16},{"source":299,"target":92},{"source":296,"target":93},{"source":296,"target":300},{"source":296,"target":16},{"source":300,"target":93},{"source":297,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":301},{"source":17,"target":302},{"source":301,"target":303},{"source":301,"target":17},{"source":302,"target":4},{"source":18,"target":0},{"source":18,"target":92},{"source":18,"target":304},{"source":18,"target":305},{"source":18,"target":306},{"source":18,"target":307},{"source":18,"target":308},{"source":304,"target":309},{"source":304,"target":18},{"source":305,"target":310},{"source":305,"target":18},{"source":306,"target":4},{"source":306,"target":311},{"source":306,"target":18},{"source":311,"target":4},{"source":307,"target":4},{"source":307,"target":312},{"source":307,"target":18},{"source":312,"target":4},{"source":308,"target":92},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":313},{"source":19,"target":314},{"source":19,"target":315},{"source":313,"target":17},{"source":313,"target":316},{"source":313,"target":19},{"source":316,"target":17},{"source":314,"target":94},{"source":314,"target":317},{"source":314,"target":19},{"source":317,"target":94},{"source":315,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":318},{"source":20,"target":319},{"source":20,"target":320},{"source":20,"target":321},{"source":318,"target":19},{"source":318,"target":322},{"source":318,"target":20},{"source":322,"target":19},{"source":319,"target":17},{"source":319,"target":323},{"source":319,"target":20},{"source":323,"target":17},{"source":320,"target":94},{"source":320,"target":324},{"source":320,"target":20},{"source":324,"target":94},{"source":321,"target":18},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":325},{"source":21,"target":326},{"source":21,"target":327},{"source":325,"target":104},{"source":325,"target":328},{"source":325,"target":21},{"source":328,"target":104},{"source":326,"target":24},{"source":326,"target":329},{"source":326,"target":21},{"source":329,"target":24},{"source":327,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":330},{"source":22,"target":331},{"source":330,"target":332},{"source":330,"target":22},{"source":331,"target":20},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":333},{"source":23,"target":334},{"source":23,"target":335},{"source":23,"target":336},{"source":23,"target":337},{"source":23,"target":338},{"source":333,"target":94},{"source":333,"target":339},{"source":333,"target":23},{"source":339,"target":94},{"source":334,"target":102},{"source":334,"target":340},{"source":334,"target":23},{"source":340,"target":102},{"source":335,"target":95},{"source":335,"target":341},{"source":335,"target":23},{"source":341,"target":95},{"source":336,"target":24},{"source":336,"target":342},{"source":336,"target":23},{"source":342,"target":24},{"source":337,"target":96},{"source":337,"target":343},{"source":337,"target":23},{"source":343,"target":96},{"source":338,"target":19},{"source":24,"target":0},{"source":24,"target":252},{"source":24,"target":344},{"source":24,"target":345},{"source":24,"target":346},{"source":24,"target":347},{"source":24,"target":348},{"source":344,"target":349},{"source":344,"target":24},{"source":345,"target":350},{"source":345,"target":24},{"source":346,"target":351},{"source":346,"target":24},{"source":347,"target":103},{"source":347,"target":352},{"source":347,"target":24},{"source":352,"target":103},{"source":348,"target":252},{"source":25,"target":0},{"source":25,"target":19},{"source":25,"target":353},{"source":25,"target":354},{"source":25,"target":355},{"source":353,"target":102},{"source":353,"target":356},{"source":353,"target":25},{"source":356,"target":102},{"source":354,"target":95},{"source":354,"target":357},{"source":354,"target":25},{"source":357,"target":95},{"source":355,"target":19},{"source":26,"target":0},{"source":26,"target":19},{"source":26,"target":358},{"source":26,"target":359},{"source":26,"target":360},{"source":358,"target":361},{"source":358,"target":26},{"source":359,"target":73},{"source":359,"target":362},{"source":359,"target":26},{"source":362,"target":73},{"source":360,"target":19},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":363},{"source":27,"target":364},{"source":363,"target":73},{"source":363,"target":365},{"source":363,"target":27},{"source":365,"target":73},{"source":364,"target":26},{"source":28,"target":0},{"source":28,"target":19},{"source":28,"target":366},{"source":28,"target":367},{"source":366,"target":73},{"source":366,"target":368},{"source":366,"target":28},{"source":368,"target":73},{"source":367,"target":19},{"source":29,"target":0},{"source":29,"target":92},{"source":29,"target":369},{"source":29,"target":370},{"source":369,"target":17},{"source":369,"target":371},{"source":369,"target":29},{"source":371,"target":17},{"source":370,"target":92},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":372},{"source":30,"target":373},{"source":372,"target":47},{"source":372,"target":374},{"source":372,"target":30},{"source":374,"target":47},{"source":373,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":375},{"source":31,"target":376},{"source":375,"target":42},{"source":375,"target":377},{"source":375,"target":31},{"source":377,"target":42},{"source":376,"target":29},{"source":32,"target":0},{"source":32,"target":92},{"source":32,"target":378},{"source":32,"target":379},{"source":32,"target":380},{"source":32,"target":381},{"source":378,"target":17},{"source":378,"target":382},{"source":378,"target":32},{"source":382,"target":17},{"source":379,"target":92},{"source":379,"target":383},{"source":379,"target":32},{"source":383,"target":92},{"source":380,"target":97},{"source":380,"target":384},{"source":380,"target":32},{"source":384,"target":97},{"source":381,"target":92},{"source":33,"target":0},{"source":33,"target":92},{"source":33,"target":385},{"source":33,"target":386},{"source":33,"target":387},{"source":385,"target":17},{"source":385,"target":388},{"source":385,"target":33},{"source":388,"target":17},{"source":386,"target":98},{"source":386,"target":389},{"source":386,"target":33},{"source":389,"target":98},{"source":387,"target":92},{"source":34,"target":0},{"source":34,"target":91},{"source":34,"target":390},{"source":34,"target":391},{"source":390,"target":11},{"source":390,"target":392},{"source":390,"target":34},{"source":392,"target":11},{"source":391,"target":91},{"source":35,"target":0},{"source":35,"target":91},{"source":35,"target":393},{"source":35,"target":394},{"source":393,"target":36},{"source":393,"target":395},{"source":393,"target":35},{"source":395,"target":36},{"source":394,"target":91},{"source":36,"target":0},{"source":36,"target":91},{"source":36,"target":396},{"source":36,"target":397},{"source":36,"target":398},{"source":396,"target":399},{"source":396,"target":36},{"source":397,"target":400},{"source":397,"target":36},{"source":398,"target":91},{"source":37,"target":0},{"source":37,"target":91},{"source":37,"target":401},{"source":37,"target":402},{"source":401,"target":403},{"source":401,"target":37},{"source":402,"target":91},{"source":38,"target":0},{"source":38,"target":15},{"source":38,"target":404},{"source":38,"target":405},{"source":38,"target":406},{"source":404,"target":407},{"source":404,"target":38},{"source":405,"target":408},{"source":405,"target":38},{"source":406,"target":15},{"source":39,"target":0},{"source":39,"target":6},{"source":39,"target":409},{"source":39,"target":410},{"source":409,"target":411},{"source":409,"target":39},{"source":410,"target":6},{"source":40,"target":0},{"source":40,"target":6},{"source":40,"target":412},{"source":40,"target":413},{"source":412,"target":28},{"source":412,"target":414},{"source":412,"target":40},{"source":414,"target":28},{"source":413,"target":6},{"source":41,"target":0},{"source":41,"target":6},{"source":41,"target":415},{"source":41,"target":416},{"source":415,"target":94},{"source":415,"target":417},{"source":415,"target":41},{"source":417,"target":94},{"source":416,"target":6},{"source":42,"target":0},{"source":42,"target":6},{"source":42,"target":418},{"source":42,"target":419},{"source":42,"target":420},{"source":418,"target":92},{"source":418,"target":421},{"source":418,"target":42},{"source":421,"target":92},{"source":419,"target":99},{"source":419,"target":422},{"source":419,"target":42},{"source":422,"target":99},{"source":420,"target":6},{"source":43,"target":0},{"source":43,"target":41},{"source":43,"target":423},{"source":43,"target":424},{"source":423,"target":44},{"source":423,"target":425},{"source":423,"target":43},{"source":425,"target":44},{"source":424,"target":41},{"source":44,"target":0},{"source":44,"target":4},{"source":44,"target":426},{"source":44,"target":427},{"source":44,"target":428},{"source":426,"target":73},{"source":426,"target":429},{"source":426,"target":44},{"source":429,"target":73},{"source":427,"target":73},{"source":427,"target":430},{"source":427,"target":44},{"source":430,"target":73},{"source":428,"target":4},{"source":45,"target":0},{"source":45,"target":38},{"source":45,"target":431},{"source":45,"target":432},{"source":45,"target":433},{"source":431,"target":94},{"source":431,"target":434},{"source":431,"target":45},{"source":434,"target":94},{"source":432,"target":46},{"source":432,"target":435},{"source":432,"target":45},{"source":435,"target":46},{"source":433,"target":38},{"source":46,"target":0},{"source":46,"target":6},{"source":46,"target":436},{"source":46,"target":437},{"source":436,"target":94},{"source":436,"target":438},{"source":436,"target":46},{"source":438,"target":94},{"source":437,"target":6},{"source":47,"target":0},{"source":47,"target":6},{"source":47,"target":439},{"source":47,"target":440},{"source":439,"target":38},{"source":439,"target":441},{"source":439,"target":47},{"source":441,"target":38},{"source":440,"target":6},{"source":48,"target":0},{"source":48,"target":42},{"source":48,"target":442},{"source":48,"target":443},{"source":442,"target":49},{"source":442,"target":444},{"source":442,"target":48},{"source":444,"target":49},{"source":443,"target":42},{"source":49,"target":0},{"source":49,"target":4},{"source":49,"target":445},{"source":49,"target":446},{"source":49,"target":447},{"source":49,"target":448},{"source":445,"target":449},{"source":445,"target":49},{"source":446,"target":4},{"source":446,"target":450},{"source":446,"target":49},{"source":450,"target":4},{"source":447,"target":47},{"source":447,"target":451},{"source":447,"target":49},{"source":451,"target":47},{"source":448,"target":4},{"source":50,"target":0},{"source":50,"target":94},{"source":50,"target":452},{"source":50,"target":453},{"source":452,"target":38},{"source":452,"target":454},{"source":452,"target":50},{"source":454,"target":38},{"source":453,"target":94},{"source":51,"target":0},{"source":51,"target":94},{"source":51,"target":455},{"source":51,"target":456},{"source":51,"target":457},{"source":455,"target":17},{"source":455,"target":458},{"source":455,"target":51},{"source":458,"target":17},{"source":456,"target":29},{"source":456,"target":459},{"source":456,"target":51},{"source":459,"target":29},{"source":457,"target":94},{"source":52,"target":0},{"source":52,"target":95},{"source":52,"target":460},{"source":52,"target":461},{"source":460,"target":73},{"source":460,"target":462},{"source":460,"target":52},{"source":462,"target":73},{"source":461,"target":95},{"source":53,"target":0},{"source":53,"target":95},{"source":53,"target":463},{"source":53,"target":464},{"source":463,"target":92},{"source":463,"target":465},{"source":463,"target":53},{"source":465,"target":92},{"source":464,"target":95},{"source":54,"target":0},{"source":54,"target":95},{"source":54,"target":466},{"source":54,"target":467},{"source":466,"target":73},{"source":466,"target":468},{"source":466,"target":54},{"source":468,"target":73},{"source":467,"target":95},{"source":55,"target":0},{"source":55,"target":95},{"source":55,"target":469},{"source":55,"target":470},{"source":469,"target":73},{"source":469,"target":471},{"source":469,"target":55},{"source":471,"target":73},{"source":470,"target":95},{"source":56,"target":0},{"source":56,"target":95},{"source":56,"target":472},{"source":56,"target":473},{"source":472,"target":88},{"source":472,"target":474},{"source":472,"target":56},{"source":474,"target":88},{"source":473,"target":95},{"source":57,"target":0},{"source":57,"target":95},{"source":57,"target":475},{"source":57,"target":476},{"source":475,"target":88},{"source":475,"target":477},{"source":475,"target":57},{"source":477,"target":88},{"source":476,"target":95},{"source":58,"target":0},{"source":58,"target":95},{"source":58,"target":478},{"source":58,"target":479},{"source":58,"target":480},{"source":478,"target":33},{"source":478,"target":481},{"source":478,"target":58},{"source":481,"target":33},{"source":479,"target":95},{"source":479,"target":482},{"source":479,"target":58},{"source":482,"target":95},{"source":480,"target":95},{"source":59,"target":0},{"source":59,"target":95},{"source":59,"target":483},{"source":59,"target":484},{"source":59,"target":485},{"source":483,"target":95},{"source":483,"target":486},{"source":483,"target":59},{"source":486,"target":95},{"source":484,"target":100},{"source":484,"target":487},{"source":484,"target":59},{"source":487,"target":100},{"source":485,"target":95},{"source":60,"target":0},{"source":60,"target":95},{"source":60,"target":488},{"source":488,"target":95},{"source":61,"target":0},{"source":61,"target":95},{"source":61,"target":489},{"source":61,"target":490},{"source":61,"target":491},{"source":61,"target":492},{"source":489,"target":73},{"source":489,"target":493},{"source":489,"target":61},{"source":493,"target":73},{"source":490,"target":95},{"source":490,"target":494},{"source":490,"target":61},{"source":494,"target":95},{"source":491,"target":95},{"source":491,"target":495},{"source":491,"target":61},{"source":495,"target":95},{"source":492,"target":95},{"source":62,"target":0},{"source":62,"target":95},{"source":62,"target":496},{"source":62,"target":497},{"source":62,"target":498},{"source":496,"target":73},{"source":496,"target":499},{"source":496,"target":62},{"source":499,"target":73},{"source":497,"target":63},{"source":497,"target":500},{"source":497,"target":62},{"source":500,"target":63},{"source":498,"target":95},{"source":63,"target":0},{"source":63,"target":4},{"source":63,"target":501},{"source":63,"target":502},{"source":501,"target":95},{"source":501,"target":503},{"source":501,"target":63},{"source":503,"target":95},{"source":502,"target":4},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":504},{"source":64,"target":505},{"source":504,"target":73},{"source":504,"target":506},{"source":504,"target":64},{"source":506,"target":73},{"source":505,"target":63},{"source":65,"target":0},{"source":65,"target":95},{"source":65,"target":507},{"source":65,"target":508},{"source":507,"target":73},{"source":507,"target":509},{"source":507,"target":65},{"source":509,"target":73},{"source":508,"target":95},{"source":66,"target":0},{"source":66,"target":95},{"source":66,"target":510},{"source":66,"target":511},{"source":66,"target":512},{"source":510,"target":73},{"source":510,"target":513},{"source":510,"target":66},{"source":513,"target":73},{"source":511,"target":95},{"source":511,"target":514},{"source":511,"target":66},{"source":514,"target":95},{"source":512,"target":95},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":515},{"source":67,"target":516},{"source":67,"target":517},{"source":515,"target":73},{"source":515,"target":518},{"source":515,"target":67},{"source":518,"target":73},{"source":516,"target":73},{"source":516,"target":519},{"source":516,"target":67},{"source":519,"target":73},{"source":517,"target":66},{"source":68,"target":0},{"source":68,"target":95},{"source":68,"target":520},{"source":68,"target":521},{"source":68,"target":522},{"source":68,"target":523},{"source":520,"target":95},{"source":520,"target":524},{"source":520,"target":68},{"source":524,"target":95},{"source":521,"target":69},{"source":521,"target":525},{"source":521,"target":68},{"source":525,"target":69},{"source":522,"target":95},{"source":522,"target":526},{"source":522,"target":68},{"source":526,"target":95},{"source":523,"target":95},{"source":69,"target":0},{"source":69,"target":4},{"source":69,"target":527},{"source":69,"target":528},{"source":527,"target":95},{"source":527,"target":529},{"source":527,"target":69},{"source":529,"target":95},{"source":528,"target":4},{"source":70,"target":0},{"source":70,"target":69},{"source":70,"target":530},{"source":70,"target":531},{"source":530,"target":38},{"source":530,"target":532},{"source":530,"target":70},{"source":532,"target":38},{"source":531,"target":69},{"source":71,"target":0},{"source":71,"target":69},{"source":71,"target":533},{"source":71,"target":534},{"source":533,"target":26},{"source":533,"target":535},{"source":533,"target":71},{"source":535,"target":26},{"source":534,"target":69},{"source":72,"target":0},{"source":72,"target":95},{"source":72,"target":536},{"source":72,"target":537},{"source":536,"target":73},{"source":536,"target":538},{"source":536,"target":72},{"source":538,"target":73},{"source":537,"target":95},{"source":73,"target":0},{"source":73,"target":15},{"source":73,"target":539},{"source":73,"target":540},{"source":539,"target":94},{"source":539,"target":541},{"source":539,"target":73},{"source":541,"target":94},{"source":540,"target":15},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":542},{"source":74,"target":543},{"source":74,"target":544},{"source":542,"target":17},{"source":542,"target":545},{"source":542,"target":74},{"source":545,"target":17},{"source":543,"target":92},{"source":543,"target":546},{"source":543,"target":74},{"source":546,"target":92},{"source":544,"target":73},{"source":75,"target":0},{"source":75,"target":73},{"source":75,"target":547},{"source":75,"target":548},{"source":75,"target":549},{"source":547,"target":73},{"source":547,"target":550},{"source":547,"target":75},{"source":550,"target":73},{"source":548,"target":73},{"source":548,"target":551},{"source":548,"target":75},{"source":551,"target":73},{"source":549,"target":73},{"source":76,"target":0},{"source":76,"target":74},{"source":76,"target":552},{"source":76,"target":553},{"source":76,"target":554},{"source":552,"target":73},{"source":552,"target":555},{"source":552,"target":76},{"source":555,"target":73},{"source":553,"target":101},{"source":553,"target":556},{"source":553,"target":76},{"source":556,"target":101},{"source":554,"target":74},{"source":77,"target":0},{"source":77,"target":74},{"source":77,"target":557},{"source":77,"target":558},{"source":77,"target":559},{"source":557,"target":94},{"source":557,"target":560},{"source":557,"target":77},{"source":560,"target":94},{"source":558,"target":101},{"source":558,"target":561},{"source":558,"target":77},{"source":561,"target":101},{"source":559,"target":74},{"source":78,"target":0},{"source":78,"target":73},{"source":78,"target":562},{"source":78,"target":563},{"source":562,"target":564},{"source":562,"target":78},{"source":563,"target":73},{"source":79,"target":0},{"source":79,"target":73},{"source":79,"target":565},{"source":79,"target":566},{"source":79,"target":567},{"source":565,"target":94},{"source":565,"target":568},{"source":565,"target":79},{"source":568,"target":94},{"source":566,"target":73},{"source":566,"target":569},{"source":566,"target":79},{"source":569,"target":73},{"source":567,"target":73},{"source":80,"target":0},{"source":80,"target":73},{"source":80,"target":570},{"source":80,"target":571},{"source":80,"target":572},{"source":570,"target":4},{"source":570,"target":573},{"source":570,"target":80},{"source":573,"target":4},{"source":571,"target":73},{"source":571,"target":574},{"source":571,"target":80},{"source":574,"target":73},{"source":572,"target":73},{"source":81,"target":0},{"source":81,"target":73},{"source":81,"target":575},{"source":81,"target":576},{"source":81,"target":577},{"source":81,"target":578},{"source":575,"target":4},{"source":575,"target":579},{"source":575,"target":81},{"source":579,"target":4},{"source":576,"target":73},{"source":576,"target":580},{"source":576,"target":81},{"source":580,"target":73},{"source":577,"target":73},{"source":577,"target":581},{"source":577,"target":81},{"source":581,"target":73},{"source":578,"target":73},{"source":82,"target":0},{"source":82,"target":9},{"source":82,"target":582},{"source":82,"target":583},{"source":582,"target":4},{"source":582,"target":584},{"source":582,"target":82},{"source":584,"target":4},{"source":583,"target":9},{"source":83,"target":0},{"source":83,"target":73},{"source":83,"target":585},{"source":83,"target":586},{"source":83,"target":587},{"source":83,"target":588},{"source":585,"target":73},{"source":585,"target":589},{"source":585,"target":83},{"source":589,"target":73},{"source":586,"target":73},{"source":586,"target":590},{"source":586,"target":83},{"source":590,"target":73},{"source":587,"target":73},{"source":587,"target":591},{"source":587,"target":83},{"source":591,"target":73},{"source":588,"target":73},{"source":84,"target":0},{"source":84,"target":73},{"source":84,"target":592},{"source":84,"target":593},{"source":84,"target":594},{"source":592,"target":73},{"source":592,"target":595},{"source":592,"target":84},{"source":595,"target":73},{"source":593,"target":73},{"source":593,"target":596},{"source":593,"target":84},{"source":596,"target":73},{"source":594,"target":73},{"source":85,"target":0},{"source":85,"target":73},{"source":85,"target":597},{"source":85,"target":598},{"source":85,"target":599},{"source":597,"target":73},{"source":597,"target":600},{"source":597,"target":85},{"source":600,"target":73},{"source":598,"target":10},{"source":598,"target":601},{"source":598,"target":85},{"source":601,"target":10},{"source":599,"target":73},{"source":86,"target":0},{"source":86,"target":10},{"source":86,"target":602},{"source":86,"target":603},{"source":602,"target":73},{"source":602,"target":604},{"source":602,"target":86},{"source":604,"target":73},{"source":603,"target":10},{"source":87,"target":0},{"source":87,"target":73},{"source":87,"target":605},{"source":87,"target":606},{"source":87,"target":607},{"source":605,"target":94},{"source":605,"target":608},{"source":605,"target":87},{"source":608,"target":94},{"source":606,"target":4},{"source":606,"target":609},{"source":606,"target":87},{"source":609,"target":4},{"source":607,"target":73},{"source":88,"target":0},{"source":88,"target":73},{"source":88,"target":610},{"source":88,"target":611},{"source":88,"target":612},{"source":610,"target":17},{"source":610,"target":613},{"source":610,"target":88},{"source":613,"target":17},{"source":611,"target":33},{"source":611,"target":614},{"source":611,"target":88},{"source":614,"target":33},{"source":612,"target":73},{"source":89,"target":0},{"source":89,"target":73},{"source":89,"target":615},{"source":89,"target":616},{"source":89,"target":617},{"source":615,"target":94},{"source":615,"target":618},{"source":615,"target":89},{"source":618,"target":94},{"source":616,"target":73},{"source":616,"target":619},{"source":616,"target":89},{"source":619,"target":73},{"source":617,"target":73},{"source":90,"target":0},{"source":90,"target":14},{"source":90,"target":620},{"source":620,"target":14},{"source":91,"target":0},{"source":91,"target":15},{"source":91,"target":621},{"source":621,"target":15},{"source":92,"target":0},{"source":92,"target":15},{"source":92,"target":622},{"source":622,"target":15},{"source":93,"target":0},{"source":93,"target":14},{"source":93,"target":623},{"source":623,"target":14},{"source":94,"target":0},{"source":94,"target":38},{"source":94,"target":624},{"source":624,"target":38},{"source":95,"target":0},{"source":95,"target":15},{"source":95,"target":625},{"source":625,"target":15},{"source":96,"target":0},{"source":96,"target":14},{"source":96,"target":626},{"source":626,"target":14},{"source":97,"target":0},{"source":97,"target":38},{"source":97,"target":627},{"source":627,"target":38},{"source":98,"target":0},{"source":98,"target":38},{"source":98,"target":628},{"source":628,"target":38},{"source":99,"target":0},{"source":99,"target":14},{"source":99,"target":629},{"source":629,"target":14},{"source":100,"target":0},{"source":100,"target":14},{"source":100,"target":630},{"source":630,"target":14},{"source":101,"target":0},{"source":101,"target":74},{"source":101,"target":631},{"source":631,"target":74},{"source":102,"target":0},{"source":102,"target":26},{"source":102,"target":632},{"source":632,"target":26},{"source":103,"target":0},{"source":103,"target":4},{"source":103,"target":633},{"source":633,"target":4},{"source":104,"target":0},{"source":104,"target":20},{"source":104,"target":634},{"source":634,"target":20},{"source":105,"target":0},{"source":105,"target":26},{"source":105,"target":635},{"source":635,"target":26},{"source":106,"target":0},{"source":106,"target":4},{"source":106,"target":636},{"source":636,"target":4},{"source":107,"target":0},{"source":107,"target":5},{"source":107,"target":637},{"source":637,"target":5},{"source":108,"target":0},{"source":108,"target":5},{"source":108,"target":638},{"source":638,"target":5},{"source":109,"target":0},{"source":109,"target":5},{"source":109,"target":639},{"source":639,"target":5},{"source":110,"target":0},{"source":110,"target":5},{"source":110,"target":640},{"source":640,"target":5},{"source":111,"target":0},{"source":111,"target":5},{"source":111,"target":641},{"source":641,"target":5},{"source":112,"target":0},{"source":112,"target":103},{"source":112,"target":642},{"source":642,"target":103},{"source":113,"target":0},{"source":113,"target":103},{"source":113,"target":643},{"source":643,"target":103},{"source":114,"target":0},{"source":114,"target":103},{"source":114,"target":644},{"source":644,"target":103},{"source":115,"target":0},{"source":115,"target":6},{"source":115,"target":645},{"source":645,"target":6},{"source":116,"target":0},{"source":116,"target":39},{"source":116,"target":646},{"source":646,"target":39},{"source":117,"target":0},{"source":117,"target":39},{"source":117,"target":647},{"source":647,"target":39},{"source":118,"target":0},{"source":118,"target":39},{"source":118,"target":648},{"source":648,"target":39},{"source":119,"target":0},{"source":119,"target":39},{"source":119,"target":649},{"source":649,"target":39},{"source":120,"target":0},{"source":120,"target":39},{"source":120,"target":650},{"source":650,"target":39},{"source":121,"target":0},{"source":121,"target":39},{"source":121,"target":651},{"source":651,"target":39},{"source":122,"target":0},{"source":122,"target":39},{"source":122,"target":652},{"source":652,"target":39},{"source":123,"target":0},{"source":123,"target":39},{"source":123,"target":653},{"source":653,"target":39},{"source":124,"target":0},{"source":124,"target":39},{"source":124,"target":654},{"source":654,"target":39},{"source":125,"target":0},{"source":125,"target":39},{"source":125,"target":655},{"source":655,"target":39},{"source":126,"target":0},{"source":126,"target":39},{"source":126,"target":656},{"source":656,"target":39},{"source":127,"target":0},{"source":127,"target":39},{"source":127,"target":657},{"source":657,"target":39},{"source":128,"target":0},{"source":128,"target":41},{"source":128,"target":658},{"source":658,"target":41},{"source":129,"target":0},{"source":129,"target":41},{"source":129,"target":659},{"source":659,"target":41},{"source":130,"target":0},{"source":130,"target":41},{"source":130,"target":660},{"source":660,"target":41},{"source":131,"target":0},{"source":131,"target":41},{"source":131,"target":661},{"source":661,"target":41},{"source":132,"target":0},{"source":132,"target":42},{"source":132,"target":662},{"source":662,"target":42},{"source":133,"target":0},{"source":133,"target":42},{"source":133,"target":663},{"source":663,"target":42},{"source":134,"target":0},{"source":134,"target":42},{"source":134,"target":664},{"source":664,"target":42},{"source":135,"target":0},{"source":135,"target":46},{"source":135,"target":665},{"source":665,"target":46},{"source":136,"target":0},{"source":136,"target":46},{"source":136,"target":666},{"source":666,"target":46},{"source":137,"target":0},{"source":137,"target":7},{"source":137,"target":667},{"source":667,"target":7},{"source":138,"target":0},{"source":138,"target":7},{"source":138,"target":668},{"source":668,"target":7},{"source":139,"target":0},{"source":139,"target":7},{"source":139,"target":669},{"source":669,"target":7},{"source":140,"target":0},{"source":140,"target":95},{"source":140,"target":670},{"source":670,"target":95},{"source":141,"target":0},{"source":141,"target":63},{"source":141,"target":671},{"source":671,"target":63},{"source":142,"target":0},{"source":142,"target":66},{"source":142,"target":672},{"source":672,"target":66},{"source":143,"target":0},{"source":143,"target":66},{"source":143,"target":673},{"source":673,"target":66},{"source":144,"target":0},{"source":144,"target":67},{"source":144,"target":674},{"source":674,"target":67},{"source":145,"target":0},{"source":145,"target":67},{"source":145,"target":675},{"source":675,"target":67},{"source":146,"target":0},{"source":146,"target":73},{"source":146,"target":676},{"source":676,"target":73},{"source":147,"target":0},{"source":147,"target":76},{"source":147,"target":677},{"source":677,"target":76},{"source":148,"target":0},{"source":148,"target":76},{"source":148,"target":678},{"source":678,"target":76},{"source":149,"target":0},{"source":149,"target":78},{"source":149,"target":679},{"source":679,"target":78},{"source":150,"target":0},{"source":150,"target":78},{"source":150,"target":680},{"source":680,"target":78},{"source":151,"target":0},{"source":151,"target":78},{"source":151,"target":681},{"source":681,"target":78},{"source":152,"target":0},{"source":152,"target":78},{"source":152,"target":682},{"source":682,"target":78},{"source":153,"target":0},{"source":153,"target":78},{"source":153,"target":683},{"source":683,"target":78},{"source":154,"target":0},{"source":154,"target":78},{"source":154,"target":684},{"source":684,"target":78},{"source":155,"target":0},{"source":155,"target":8},{"source":155,"target":685},{"source":685,"target":8},{"source":156,"target":0},{"source":156,"target":8},{"source":156,"target":686},{"source":686,"target":8},{"source":157,"target":0},{"source":157,"target":8},{"source":157,"target":687},{"source":687,"target":8},{"source":158,"target":0},{"source":158,"target":8},{"source":158,"target":688},{"source":688,"target":8},{"source":159,"target":0},{"source":159,"target":8},{"source":159,"target":689},{"source":689,"target":8},{"source":160,"target":0},{"source":160,"target":8},{"source":160,"target":690},{"source":690,"target":8},{"source":161,"target":0},{"source":161,"target":8},{"source":161,"target":691},{"source":691,"target":8},{"source":162,"target":0},{"source":162,"target":8},{"source":162,"target":692},{"source":692,"target":8},{"source":163,"target":0},{"source":163,"target":8},{"source":163,"target":693},{"source":693,"target":8},{"source":164,"target":0},{"source":164,"target":8},{"source":164,"target":694},{"source":694,"target":8},{"source":165,"target":0},{"source":165,"target":9},{"source":165,"target":695},{"source":695,"target":9},{"source":166,"target":0},{"source":166,"target":9},{"source":166,"target":696},{"source":696,"target":9},{"source":167,"target":0},{"source":167,"target":9},{"source":167,"target":697},{"source":697,"target":9},{"source":168,"target":0},{"source":168,"target":9},{"source":168,"target":698},{"source":698,"target":9},{"source":169,"target":0},{"source":169,"target":9},{"source":169,"target":699},{"source":699,"target":9},{"source":170,"target":0},{"source":170,"target":9},{"source":170,"target":700},{"source":700,"target":9},{"source":171,"target":0},{"source":171,"target":9},{"source":171,"target":701},{"source":701,"target":9},{"source":172,"target":0},{"source":172,"target":9},{"source":172,"target":702},{"source":702,"target":9},{"source":173,"target":0},{"source":173,"target":9},{"source":173,"target":703},{"source":703,"target":9},{"source":174,"target":0},{"source":174,"target":9},{"source":174,"target":704},{"source":704,"target":9},{"source":175,"target":0},{"source":175,"target":9},{"source":175,"target":705},{"source":705,"target":9},{"source":176,"target":0},{"source":176,"target":9},{"source":176,"target":706},{"source":706,"target":9},{"source":177,"target":0},{"source":177,"target":9},{"source":177,"target":707},{"source":707,"target":9},{"source":178,"target":0},{"source":178,"target":9},{"source":178,"target":708},{"source":708,"target":9},{"source":179,"target":0},{"source":179,"target":9},{"source":179,"target":709},{"source":709,"target":9},{"source":180,"target":0},{"source":180,"target":9},{"source":180,"target":710},{"source":710,"target":9},{"source":181,"target":0},{"source":181,"target":9},{"source":181,"target":711},{"source":711,"target":9},{"source":182,"target":0},{"source":182,"target":9},{"source":182,"target":712},{"source":712,"target":9},{"source":183,"target":0},{"source":183,"target":9},{"source":183,"target":713},{"source":713,"target":9},{"source":184,"target":0},{"source":184,"target":9},{"source":184,"target":714},{"source":714,"target":9},{"source":185,"target":0},{"source":185,"target":10},{"source":185,"target":715},{"source":715,"target":10},{"source":186,"target":0},{"source":186,"target":86},{"source":186,"target":716},{"source":716,"target":86},{"source":187,"target":0},{"source":187,"target":86},{"source":187,"target":717},{"source":717,"target":86},{"source":188,"target":0},{"source":188,"target":19},{"source":188,"target":718},{"source":188,"target":719},{"source":718,"target":95},{"source":718,"target":720},{"source":718,"target":188},{"source":720,"target":95},{"source":719,"target":19},{"source":189,"target":0},{"source":189,"target":9},{"source":189,"target":721},{"source":721,"target":9},{"source":190,"target":0},{"source":190,"target":9},{"source":190,"target":722},{"source":722,"target":9},{"source":191,"target":0},{"source":191,"target":9},{"source":191,"target":723},{"source":723,"target":9},{"source":192,"target":0},{"source":192,"target":9},{"source":192,"target":724},{"source":724,"target":9},{"source":193,"target":0},{"source":193,"target":9},{"source":193,"target":725},{"source":725,"target":9},{"source":194,"target":0},{"source":194,"target":95},{"source":194,"target":726},{"source":726,"target":95},{"source":195,"target":0},{"source":195,"target":19},{"source":195,"target":727},{"source":195,"target":728},{"source":727,"target":196},{"source":727,"target":729},{"source":727,"target":195},{"source":729,"target":196},{"source":728,"target":19},{"source":196,"target":0},{"source":196,"target":252},{"source":196,"target":730},{"source":730,"target":252},{"source":197,"target":0},{"source":197,"target":19},{"source":197,"target":731},{"source":197,"target":732},{"source":731,"target":32},{"source":731,"target":733},{"source":731,"target":197},{"source":733,"target":32},{"source":732,"target":19},{"source":198,"target":0},{"source":198,"target":19},{"source":198,"target":734},{"source":198,"target":735},{"source":734,"target":32},{"source":734,"target":736},{"source":734,"target":198},{"source":736,"target":32},{"source":735,"target":19},{"source":199,"target":0},{"source":199,"target":19},{"source":199,"target":737},{"source":199,"target":738},{"source":199,"target":739},{"source":199,"target":740},{"source":199,"target":741},{"source":199,"target":742},{"source":737,"target":222},{"source":737,"target":743},{"source":737,"target":199},{"source":743,"target":222},{"source":738,"target":200},{"source":738,"target":744},{"source":738,"target":199},{"source":744,"target":200},{"source":739,"target":206},{"source":739,"target":745},{"source":739,"target":199},{"source":745,"target":206},{"source":740,"target":203},{"source":740,"target":746},{"source":740,"target":199},{"source":746,"target":203},{"source":741,"target":205},{"source":741,"target":747},{"source":741,"target":199},{"source":747,"target":205},{"source":742,"target":19},{"source":200,"target":0},{"source":200,"target":19},{"source":200,"target":748},{"source":200,"target":749},{"source":200,"target":750},{"source":200,"target":751},{"source":748,"target":752},{"source":748,"target":200},{"source":749,"target":17},{"source":749,"target":753},{"source":749,"target":200},{"source":753,"target":17},{"source":750,"target":229},{"source":750,"target":754},{"source":750,"target":200},{"source":754,"target":229},{"source":751,"target":19},{"source":201,"target":0},{"source":201,"target":19},{"source":201,"target":755},{"source":201,"target":756},{"source":755,"target":31},{"source":755,"target":757},{"source":755,"target":201},{"source":757,"target":31},{"source":756,"target":19},{"source":202,"target":0},{"source":202,"target":19},{"source":202,"target":758},{"source":202,"target":759},{"source":758,"target":31},{"source":758,"target":760},{"source":758,"target":202},{"source":760,"target":31},{"source":759,"target":19},{"source":203,"target":0},{"source":203,"target":4},{"source":203,"target":761},{"source":203,"target":762},{"source":203,"target":763},{"source":203,"target":764},{"source":761,"target":765},{"source":761,"target":203},{"source":762,"target":766},{"source":762,"target":203},{"source":763,"target":17},{"source":763,"target":767},{"source":763,"target":203},{"source":767,"target":17},{"source":764,"target":4},{"source":204,"target":0},{"source":204,"target":4},{"source":204,"target":768},{"source":204,"target":769},{"source":204,"target":770},{"source":768,"target":34},{"source":768,"target":771},{"source":768,"target":204},{"source":771,"target":34},{"source":769,"target":772},{"source":769,"target":204},{"source":770,"target":4},{"source":205,"target":0},{"source":205,"target":4},{"source":205,"target":19},{"source":205,"target":773},{"source":205,"target":774},{"source":205,"target":775},{"source":773,"target":95},{"source":773,"target":776},{"source":773,"target":205},{"source":776,"target":95},{"source":774,"target":4},{"source":775,"target":19},{"source":206,"target":0},{"source":206,"target":4},{"source":206,"target":777},{"source":777,"target":4},{"source":207,"target":0},{"source":207,"target":206},{"source":207,"target":778},{"source":207,"target":779},{"source":207,"target":780},{"source":778,"target":781},{"source":778,"target":207},{"source":779,"target":782},{"source":779,"target":207},{"source":780,"target":206},{"source":208,"target":0},{"source":208,"target":206},{"source":208,"target":783},{"source":208,"target":784},{"source":208,"target":785},{"source":208,"target":786},{"source":783,"target":222},{"source":783,"target":787},{"source":783,"target":208},{"source":787,"target":222},{"source":784,"target":222},{"source":784,"target":788},{"source":784,"target":208},{"source":788,"target":222},{"source":785,"target":220},{"source":785,"target":789},{"source":785,"target":208},{"source":789,"target":220},{"source":786,"target":206},{"source":209,"target":0},{"source":209,"target":206},{"source":209,"target":790},{"source":209,"target":791},{"source":790,"target":222},{"source":790,"target":792},{"source":790,"target":209},{"source":792,"target":222},{"source":791,"target":206},{"source":210,"target":0},{"source":210,"target":95},{"source":210,"target":793},{"source":210,"target":794},{"source":793,"target":30},{"source":793,"target":795},{"source":793,"target":210},{"source":795,"target":30},{"source":794,"target":95},{"source":211,"target":0},{"source":211,"target":95},{"source":211,"target":796},{"source":211,"target":797},{"source":211,"target":798},{"source":796,"target":219},{"source":796,"target":799},{"source":796,"target":211},{"source":799,"target":219},{"source":797,"target":218},{"source":797,"target":800},{"source":797,"target":211},{"source":800,"target":218},{"source":798,"target":95},{"source":212,"target":0},{"source":212,"target":95},{"source":212,"target":801},{"source":212,"target":802},{"source":212,"target":803},{"source":212,"target":804},{"source":801,"target":32},{"source":801,"target":805},{"source":801,"target":212},{"source":805,"target":32},{"source":802,"target":34},{"source":802,"target":806},{"source":802,"target":212},{"source":806,"target":34},{"source":803,"target":73},{"source":803,"target":807},{"source":803,"target":212},{"source":807,"target":73},{"source":804,"target":95},{"source":213,"target":0},{"source":213,"target":95},{"source":213,"target":808},{"source":213,"target":809},{"source":213,"target":810},{"source":808,"target":32},{"source":808,"target":811},{"source":808,"target":213},{"source":811,"target":32},{"source":809,"target":73},{"source":809,"target":812},{"source":809,"target":213},{"source":812,"target":73},{"source":810,"target":95},{"source":214,"target":0},{"source":214,"target":213},{"source":214,"target":813},{"source":214,"target":814},{"source":813,"target":73},{"source":813,"target":815},{"source":813,"target":214},{"source":815,"target":73},{"source":814,"target":213},{"source":215,"target":0},{"source":215,"target":95},{"source":215,"target":816},{"source":215,"target":817},{"source":816,"target":73},{"source":816,"target":818},{"source":816,"target":215},{"source":818,"target":73},{"source":817,"target":95},{"source":216,"target":0},{"source":216,"target":215},{"source":216,"target":819},{"source":216,"target":820},{"source":819,"target":73},{"source":819,"target":821},{"source":819,"target":216},{"source":821,"target":73},{"source":820,"target":215},{"source":217,"target":0},{"source":217,"target":215},{"source":217,"target":822},{"source":217,"target":823},{"source":822,"target":218},{"source":822,"target":824},{"source":822,"target":217},{"source":824,"target":218},{"source":823,"target":215},{"source":218,"target":0},{"source":218,"target":252},{"source":218,"target":825},{"source":218,"target":826},{"source":218,"target":827},{"source":825,"target":73},{"source":825,"target":828},{"source":825,"target":218},{"source":828,"target":73},{"source":826,"target":73},{"source":826,"target":829},{"source":826,"target":218},{"source":829,"target":73},{"source":827,"target":252},{"source":219,"target":0},{"source":219,"target":73},{"source":219,"target":830},{"source":219,"target":831},{"source":219,"target":832},{"source":219,"target":833},{"source":830,"target":220},{"source":830,"target":834},{"source":830,"target":219},{"source":834,"target":220},{"source":831,"target":222},{"source":831,"target":835},{"source":831,"target":219},{"source":835,"target":222},{"source":832,"target":73},{"source":832,"target":836},{"source":832,"target":219},{"source":836,"target":73},{"source":833,"target":73},{"source":220,"target":0},{"source":220,"target":101},{"source":220,"target":837},{"source":220,"target":838},{"source":837,"target":33},{"source":837,"target":839},{"source":837,"target":220},{"source":839,"target":33},{"source":838,"target":101},{"source":221,"target":0},{"source":221,"target":101},{"source":221,"target":840},{"source":840,"target":101},{"source":222,"target":0},{"source":222,"target":101},{"source":222,"target":841},{"source":222,"target":842},{"source":841,"target":73},{"source":841,"target":843},{"source":841,"target":222},{"source":843,"target":73},{"source":842,"target":101},{"source":223,"target":0},{"source":223,"target":6},{"source":223,"target":844},{"source":844,"target":6},{"source":224,"target":0},{"source":224,"target":6},{"source":224,"target":845},{"source":845,"target":6},{"source":225,"target":0},{"source":225,"target":6},{"source":225,"target":846},{"source":846,"target":6},{"source":226,"target":0},{"source":226,"target":6},{"source":226,"target":847},{"source":847,"target":6},{"source":227,"target":0},{"source":227,"target":6},{"source":227,"target":848},{"source":848,"target":6},{"source":228,"target":0},{"source":228,"target":6},{"source":228,"target":849},{"source":849,"target":6},{"source":229,"target":0},{"source":229,"target":6},{"source":229,"target":850},{"source":850,"target":6},{"source":230,"target":0},{"source":230,"target":229},{"source":230,"target":851},{"source":851,"target":229},{"source":231,"target":0},{"source":231,"target":229},{"source":231,"target":852},{"source":852,"target":229},{"source":232,"target":0},{"source":232,"target":229},{"source":232,"target":853},{"source":853,"target":229},{"source":233,"target":0},{"source":233,"target":229},{"source":233,"target":854},{"source":854,"target":229},{"source":234,"target":0},{"source":234,"target":229},{"source":234,"target":855},{"source":855,"target":229},{"source":235,"target":0},{"source":235,"target":229},{"source":235,"target":856},{"source":856,"target":229},{"source":236,"target":0},{"source":236,"target":229},{"source":236,"target":857},{"source":857,"target":229},{"source":237,"target":0},{"source":237,"target":229},{"source":237,"target":858},{"source":858,"target":229},{"source":238,"target":0},{"source":238,"target":229},{"source":238,"target":859},{"source":859,"target":229},{"source":239,"target":0},{"source":239,"target":229},{"source":239,"target":860},{"source":860,"target":229},{"source":240,"target":0},{"source":240,"target":229},{"source":240,"target":861},{"source":861,"target":229},{"source":241,"target":0},{"source":241,"target":229},{"source":241,"target":862},{"source":862,"target":229},{"source":242,"target":0},{"source":242,"target":229},{"source":242,"target":863},{"source":863,"target":229},{"source":243,"target":0},{"source":243,"target":229},{"source":243,"target":864},{"source":864,"target":229},{"source":244,"target":0},{"source":244,"target":229},{"source":244,"target":865},{"source":865,"target":229},{"source":245,"target":0},{"source":245,"target":229},{"source":245,"target":866},{"source":866,"target":229},{"source":246,"target":0},{"source":246,"target":229},{"source":246,"target":867},{"source":867,"target":229},{"source":247,"target":0},{"source":247,"target":229},{"source":247,"target":868},{"source":868,"target":229},{"source":248,"target":0},{"source":248,"target":229},{"source":248,"target":869},{"source":869,"target":229},{"source":249,"target":0},{"source":249,"target":213},{"source":249,"target":870},{"source":870,"target":213},{"source":250,"target":0},{"source":250,"target":215},{"source":250,"target":871},{"source":871,"target":215},{"source":251,"target":0},{"source":251,"target":73},{"source":251,"target":872},{"source":872,"target":73},{"source":252,"target":0}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/DevBoost/EMFText/Incubation/org.emftext.metamodelstatistics/models/GWPNV3.ecore
PetriNet Place net out in Transition net in out Net place transition Arc PTArc dst src TPArc src dst
<?xml version="1.0" encoding="ISO-8859-1"?> <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="PetriNetV3" nsPrefix="PetriNet"> <eClassifiers xsi:type="ecore:EClass" name="Place"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1" eType="#//Net" eOpposite="#//Net/place"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//PTArc" eOpposite="#//PTArc/src"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//TPArc" eOpposite="#//TPArc/dst"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition"> <eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1" eType="#//Net" eOpposite="#//Net/transition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" upperBound="-1" eType="#//PTArc" eOpposite="#//PTArc/dst"/> <eStructuralFeatures xsi:type="ecore:EReference" name="out" lowerBound="1" upperBound="-1" eType="#//TPArc" eOpposite="#//TPArc/src"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Net"> <eStructuralFeatures xsi:type="ecore:EReference" name="place" lowerBound="1" upperBound="-1" eType="#//Place" containment="true" eOpposite="#//Place/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transition" lowerBound="1" upperBound="-1" eType="#//Transition" containment="true" eOpposite="#//Transition/net"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="PTArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" ordered="false" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/in"/> <eStructuralFeatures xsi:type="ecore:EReference" name="src" ordered="false" lowerBound="1" eType="#//Place" eOpposite="#//Place/out"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TPArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" ordered="false" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/out"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dst" ordered="false" lowerBound="1" eType="#//Place" eOpposite="#//Place/in"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"PetriNet","nsURI":"PetriNetV3","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Net","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PTArc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TPArc","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"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":7,"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":"out","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":false,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"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":"place","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"id":12,"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":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"id":14,"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":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"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":"in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"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":"out","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":20,"derived":false},{"id":21,"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":"dst","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"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":"src","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"},{"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":1,"target":9},{"source":7,"target":3},{"source":7,"target":10},{"source":7,"target":1},{"source":7,"target":11},{"source":10,"target":3},{"source":8,"target":5},{"source":8,"target":12},{"source":8,"target":1},{"source":8,"target":13},{"source":12,"target":5},{"source":9,"target":6},{"source":9,"target":14},{"source":9,"target":1},{"source":9,"target":15},{"source":14,"target":6},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":16,"target":3},{"source":16,"target":19},{"source":16,"target":2},{"source":16,"target":20},{"source":19,"target":3},{"source":17,"target":5},{"source":17,"target":21},{"source":17,"target":2},{"source":17,"target":22},{"source":21,"target":5},{"source":18,"target":6},{"source":18,"target":23},{"source":18,"target":2},{"source":18,"target":24},{"source":23,"target":6},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":20},{"source":11,"target":1},{"source":11,"target":25},{"source":11,"target":3},{"source":11,"target":7},{"source":25,"target":1},{"source":20,"target":2},{"source":20,"target":26},{"source":20,"target":3},{"source":20,"target":16},{"source":26,"target":2},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":22},{"source":5,"target":13},{"source":5,"target":27},{"source":22,"target":2},{"source":22,"target":28},{"source":22,"target":5},{"source":22,"target":17},{"source":28,"target":2},{"source":13,"target":1},{"source":13,"target":29},{"source":13,"target":5},{"source":13,"target":8},{"source":29,"target":1},{"source":27,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":24},{"source":6,"target":15},{"source":6,"target":30},{"source":24,"target":2},{"source":24,"target":31},{"source":24,"target":6},{"source":24,"target":18},{"source":31,"target":2},{"source":15,"target":1},{"source":15,"target":32},{"source":15,"target":6},{"source":15,"target":9},{"source":32,"target":1},{"source":30,"target":4}],"multigraph":true}
ecore
robots
repo-ecore-all/data/mbats/mindstorms/plugins/fr.obeo.dsl.mindstorms/model/mindstorms.ecore
mindstorms NamedElement name Main instructions Instruction BlockContainer blocks Procedure Arbitrator behaviors reuse Behavior ReuseInstruction reuse Block Action Flow Sensor Condition If While GoForward cm infinite GoBackward cm infinite Rotate degrees random GoTo x y ReturnToBase Grab Release Delay ms AvoidObstacle ReturnBottleToBase ExploreForward TouchSensor isPressed UltrasonicSensor operator value ColorSensor color NONE Color RED RED GREEN GREEN BLUE BLUE YELLOW YELLOW MAGENTA MAGENTA ORANGE ORANGE WHITE WHITE BLACK BLACK PINK PINK GRAY GRAY LIGHT_GRAY LIGHT_GRAY DARK_GRAY DARK_GRAY CYAN CYAN BROWN BROWN NONE NONE OperatorKind equal equal notEqual notEqual upperOrEqual upperOrEqual lowerOrEqual lowerOrEqual ConditionContainer condition GoToEnemy
<?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="mindstorms" nsURI="http://www.obeo.fr/dsl/mindstorms/1.0.0" nsPrefix="mindstorms"> <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="Main"> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Instruction" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="BlockContainer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Procedure" eSuperTypes="#//Instruction #//BlockContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Arbitrator" eSuperTypes="#//Instruction #//ConditionContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="behaviors" upperBound="-1" eType="#//Behavior" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reuse" upperBound="-1" eType="#//Behavior"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//NamedElement #//BlockContainer #//ConditionContainer"/> <eClassifiers xsi:type="ecore:EClass" name="ReuseInstruction" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="reuse" eType="#//Instruction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" abstract="true" eSuperTypes="#//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="#//Block"/> <eClassifiers xsi:type="ecore:EClass" name="Flow" abstract="true" eSuperTypes="#//Block #//BlockContainer #//ConditionContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Sensor" abstract="true" eSuperTypes="#//NamedElement #//Condition"/> <eClassifiers xsi:type="ecore:EClass" name="Condition" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="If" eSuperTypes="#//Flow"/> <eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//Flow"/> <eClassifiers xsi:type="ecore:EClass" name="GoForward" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="infinite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GoBackward" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="infinite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rotate" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="degrees" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="random" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GoTo" eSuperTypes="#//Action"> <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="ReturnToBase" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Grab" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Release" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Delay" eSuperTypes="#//Action"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ms" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AvoidObstacle" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnBottleToBase" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ExploreForward" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="TouchSensor" eSuperTypes="#//Sensor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPressed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UltrasonicSensor" eSuperTypes="#//Sensor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//OperatorKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColorSensor" eSuperTypes="#//Sensor"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="#//Color" defaultValueLiteral="NONE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Color"> <eLiterals name="RED"/> <eLiterals name="GREEN" value="1"/> <eLiterals name="BLUE" value="2"/> <eLiterals name="YELLOW" value="3"/> <eLiterals name="MAGENTA" value="4"/> <eLiterals name="ORANGE" value="5"/> <eLiterals name="WHITE" value="6"/> <eLiterals name="BLACK" value="7"/> <eLiterals name="PINK" value="8"/> <eLiterals name="GRAY" value="9"/> <eLiterals name="LIGHT_GRAY" value="10"/> <eLiterals name="DARK_GRAY" value="11"/> <eLiterals name="CYAN" value="12"/> <eLiterals name="BROWN" value="13"/> <eLiterals name="NONE" value="-1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OperatorKind"> <eLiterals name="equal"/> <eLiterals name="notEqual"/> <eLiterals name="upperOrEqual"/> <eLiterals name="lowerOrEqual"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionContainer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GoToEnemy" eSuperTypes="#//Action"/> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"mindstorms","nsURI":"http://www.obeo.fr/dsl/mindstorms/1.0.0","name":"mindstorms","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":"Main","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockContainer","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedure","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arbitrator","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReuseInstruction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"If","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoForward","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoBackward","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rotate","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoTo","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnToBase","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grab","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Release","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delay","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AvoidObstacle","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnBottleToBase","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExploreForward","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TouchSensor","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UltrasonicSensor","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColorSensor","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Color","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OperatorKind","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionContainer","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GoToEnemy","instanceClass":null,"abstract":false,"id":33,"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":34,"derived":false},{"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":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","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":"behaviors","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":"reuse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"reuse","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"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cm","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"infinite","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cm","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":null,"unsettable":false,"transient":false,"unique":true,"name":"infinite","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"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":"degrees","changeable":true,"lowerBound":0,"iD":false,"id":74,"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":"random","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ms","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPressed","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"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":96,"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":97,"derived":false},{"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":"NONE","unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":0,"iD":false,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"name":"RED","id":104,"value":0,"literal":"RED","eClass":"EEnumLiteral"},{"name":"GREEN","id":105,"value":1,"literal":"GREEN","eClass":"EEnumLiteral"},{"name":"BLUE","id":106,"value":2,"literal":"BLUE","eClass":"EEnumLiteral"},{"name":"YELLOW","id":107,"value":3,"literal":"YELLOW","eClass":"EEnumLiteral"},{"name":"MAGENTA","id":108,"value":4,"literal":"MAGENTA","eClass":"EEnumLiteral"},{"name":"ORANGE","id":109,"value":5,"literal":"ORANGE","eClass":"EEnumLiteral"},{"name":"WHITE","id":110,"value":6,"literal":"WHITE","eClass":"EEnumLiteral"},{"name":"BLACK","id":111,"value":7,"literal":"BLACK","eClass":"EEnumLiteral"},{"name":"PINK","id":112,"value":8,"literal":"PINK","eClass":"EEnumLiteral"},{"name":"GRAY","id":113,"value":9,"literal":"GRAY","eClass":"EEnumLiteral"},{"name":"LIGHT_GRAY","id":114,"value":10,"literal":"LIGHT_GRAY","eClass":"EEnumLiteral"},{"name":"DARK_GRAY","id":115,"value":11,"literal":"DARK_GRAY","eClass":"EEnumLiteral"},{"name":"CYAN","id":116,"value":12,"literal":"CYAN","eClass":"EEnumLiteral"},{"name":"BROWN","id":117,"value":13,"literal":"BROWN","eClass":"EEnumLiteral"},{"name":"NONE","id":118,"value":-1,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"equal","id":119,"value":0,"literal":"equal","eClass":"EEnumLiteral"},{"name":"notEqual","id":120,"value":0,"literal":"notEqual","eClass":"EEnumLiteral"},{"name":"upperOrEqual","id":121,"value":0,"literal":"upperOrEqual","eClass":"EEnumLiteral"},{"name":"lowerOrEqual","id":122,"value":0,"literal":"lowerOrEqual","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":1,"target":0},{"source":1,"target":34},{"source":34,"target":35},{"source":34,"target":1},{"source":2,"target":0},{"source":2,"target":36},{"source":36,"target":3},{"source":36,"target":37},{"source":36,"target":2},{"source":37,"target":3},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":38},{"source":38,"target":1},{"source":4,"target":0},{"source":4,"target":39},{"source":39,"target":9},{"source":39,"target":40},{"source":39,"target":4},{"source":40,"target":9},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":4},{"source":5,"target":41},{"source":5,"target":42},{"source":41,"target":3},{"source":42,"target":4},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":32},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":43,"target":7},{"source":43,"target":47},{"source":43,"target":6},{"source":47,"target":7},{"source":44,"target":7},{"source":44,"target":48},{"source":44,"target":6},{"source":48,"target":7},{"source":45,"target":3},{"source":46,"target":32},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":4},{"source":7,"target":32},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":49,"target":1},{"source":50,"target":4},{"source":51,"target":32},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":52},{"source":8,"target":53},{"source":52,"target":3},{"source":52,"target":54},{"source":52,"target":8},{"source":54,"target":3},{"source":53,"target":3},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":55},{"source":55,"target":3},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":56},{"source":56,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":4},{"source":11,"target":32},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":57,"target":9},{"source":58,"target":4},{"source":59,"target":32},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":13},{"source":12,"target":60},{"source":12,"target":61},{"source":60,"target":1},{"source":61,"target":13},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":62},{"source":62,"target":11},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":63},{"source":63,"target":11},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":64},{"source":16,"target":65},{"source":16,"target":66},{"source":64,"target":67},{"source":64,"target":16},{"source":65,"target":68},{"source":65,"target":16},{"source":66,"target":10},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":69},{"source":17,"target":70},{"source":17,"target":71},{"source":69,"target":72},{"source":69,"target":17},{"source":70,"target":73},{"source":70,"target":17},{"source":71,"target":10},{"source":18,"target":0},{"source":18,"target":10},{"source":18,"target":74},{"source":18,"target":75},{"source":18,"target":76},{"source":74,"target":77},{"source":74,"target":18},{"source":75,"target":78},{"source":75,"target":18},{"source":76,"target":10},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":79},{"source":19,"target":80},{"source":19,"target":81},{"source":79,"target":82},{"source":79,"target":19},{"source":80,"target":83},{"source":80,"target":19},{"source":81,"target":10},{"source":20,"target":0},{"source":20,"target":10},{"source":20,"target":84},{"source":84,"target":10},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":85},{"source":85,"target":10},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":86},{"source":86,"target":10},{"source":23,"target":0},{"source":23,"target":10},{"source":23,"target":87},{"source":23,"target":88},{"source":87,"target":89},{"source":87,"target":23},{"source":88,"target":10},{"source":24,"target":0},{"source":24,"target":7},{"source":24,"target":90},{"source":90,"target":7},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":91},{"source":91,"target":7},{"source":26,"target":0},{"source":26,"target":7},{"source":26,"target":92},{"source":92,"target":7},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":93},{"source":27,"target":94},{"source":93,"target":95},{"source":93,"target":27},{"source":94,"target":12},{"source":28,"target":0},{"source":28,"target":12},{"source":28,"target":96},{"source":28,"target":97},{"source":28,"target":98},{"source":96,"target":31},{"source":96,"target":99},{"source":96,"target":28},{"source":99,"target":31},{"source":97,"target":100},{"source":97,"target":28},{"source":98,"target":12},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":101},{"source":29,"target":102},{"source":101,"target":30},{"source":101,"target":103},{"source":101,"target":29},{"source":103,"target":30},{"source":102,"target":12},{"source":30,"target":0},{"source":30,"target":104},{"source":30,"target":105},{"source":30,"target":106},{"source":30,"target":107},{"source":30,"target":108},{"source":30,"target":109},{"source":30,"target":110},{"source":30,"target":111},{"source":30,"target":112},{"source":30,"target":113},{"source":30,"target":114},{"source":30,"target":115},{"source":30,"target":116},{"source":30,"target":117},{"source":30,"target":118},{"source":104,"target":30},{"source":105,"target":30},{"source":106,"target":30},{"source":107,"target":30},{"source":108,"target":30},{"source":109,"target":30},{"source":110,"target":30},{"source":111,"target":30},{"source":112,"target":30},{"source":113,"target":30},{"source":114,"target":30},{"source":115,"target":30},{"source":116,"target":30},{"source":117,"target":30},{"source":118,"target":30},{"source":31,"target":0},{"source":31,"target":119},{"source":31,"target":120},{"source":31,"target":121},{"source":31,"target":122},{"source":119,"target":31},{"source":120,"target":31},{"source":121,"target":31},{"source":122,"target":31},{"source":32,"target":0},{"source":32,"target":123},{"source":123,"target":13},{"source":123,"target":124},{"source":123,"target":32},{"source":124,"target":13},{"source":33,"target":0},{"source":33,"target":10},{"source":33,"target":125},{"source":125,"target":10}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsHTMLisAbstractDefined.ecore
UML2 AssociationClass StateMachine Actor Enumeration StructuredClassifier Signal Component Activity Behavior Collaboration DataType Node PrimitiveType Extension Stereotype ProtocolStateMachine ExecutionEnvironment TemplateableClassifier EncapsulatedClassifier Classifier isAbstract Interaction InformationItem Device DeploymentSpecification Artifact CommunicationPath Class ParameterableClassifier Association UseCase BehavioredClassifier Interface
<?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="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <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="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","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":"UseCase","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":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":1,"target":0},{"source":1,"target":27},{"source":1,"target":29},{"source":1,"target":33},{"source":1,"target":34},{"source":33,"target":27},{"source":34,"target":29},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":35},{"source":35,"target":9},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":36},{"source":36,"target":20},{"source":4,"target":0},{"source":4,"target":11},{"source":4,"target":37},{"source":37,"target":11},{"source":5,"target":0},{"source":5,"target":20},{"source":5,"target":38},{"source":38,"target":20},{"source":6,"target":0},{"source":6,"target":20},{"source":6,"target":39},{"source":39,"target":20},{"source":7,"target":0},{"source":7,"target":27},{"source":7,"target":40},{"source":40,"target":27},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":41},{"source":41,"target":9},{"source":9,"target":0},{"source":9,"target":27},{"source":9,"target":42},{"source":42,"target":27},{"source":10,"target":0},{"source":10,"target":31},{"source":10,"target":5},{"source":10,"target":43},{"source":10,"target":44},{"source":43,"target":31},{"source":44,"target":5},{"source":11,"target":0},{"source":11,"target":20},{"source":11,"target":45},{"source":45,"target":20},{"source":12,"target":0},{"source":12,"target":27},{"source":12,"target":46},{"source":46,"target":27},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":47},{"source":47,"target":11},{"source":14,"target":0},{"source":14,"target":29},{"source":14,"target":48},{"source":48,"target":29},{"source":15,"target":0},{"source":15,"target":27},{"source":15,"target":49},{"source":49,"target":27},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":50},{"source":50,"target":2},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":51},{"source":51,"target":12},{"source":18,"target":0},{"source":18,"target":20},{"source":18,"target":52},{"source":52,"target":20},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":53},{"source":53,"target":5},{"source":20,"target":0},{"source":20,"target":54},{"source":54,"target":55},{"source":54,"target":20},{"source":21,"target":0},{"source":21,"target":9},{"source":21,"target":56},{"source":56,"target":9},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":57},{"source":57,"target":20},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":58},{"source":58,"target":12},{"source":24,"target":0},{"source":24,"target":25},{"source":24,"target":59},{"source":59,"target":25},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":60},{"source":60,"target":20},{"source":26,"target":0},{"source":26,"target":29},{"source":26,"target":61},{"source":61,"target":29},{"source":27,"target":0},{"source":27,"target":31},{"source":27,"target":19},{"source":27,"target":62},{"source":27,"target":63},{"source":62,"target":31},{"source":63,"target":19},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":64},{"source":64,"target":20},{"source":29,"target":0},{"source":29,"target":20},{"source":29,"target":65},{"source":65,"target":20},{"source":30,"target":0},{"source":30,"target":31},{"source":30,"target":66},{"source":66,"target":31},{"source":31,"target":0},{"source":31,"target":20},{"source":31,"target":67},{"source":67,"target":20},{"source":32,"target":0},{"source":32,"target":20},{"source":32,"target":68},{"source":68,"target":20}],"multigraph":true}
ecore
petrinet
repo-ecore-all/data/fehnomenal/epsilon/examples/org.eclipse.epsilon.examples.emg.petrinet/model/PetriNet.ecore
PetriNet Element name PetriNet places transitions arcs Place incoming outgoing Transition incoming outgoing Arc weight PlaceToTransArc source target TransToPlaceArc source target
<?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="PetriNet" nsURI="http://www.york.ac.uk/qvt/examples/0.1/PetriNet" nsPrefix="petrinet"> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <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="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="places" lowerBound="1" upperBound="-1" eType="#//Place" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//Arc" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false" upperBound="-1" eType="#//TransToPlaceArc" eOpposite="#//TransToPlaceArc/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false" upperBound="-1" eType="#//PlaceToTransArc" eOpposite="#//PlaceToTransArc/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="incoming" ordered="false" lowerBound="1" upperBound="-1" eType="#//PlaceToTransArc" eOpposite="#//PlaceToTransArc/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" ordered="false" lowerBound="1" upperBound="-1" eType="#//TransToPlaceArc" eOpposite="#//TransToPlaceArc/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlaceToTransArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//Place" eOpposite="#//Place/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/incoming"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransToPlaceArc" eSuperTypes="#//Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//Transition" eOpposite="#//Transition/outgoing"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="#//Place" eOpposite="#//Place/incoming"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"petrinet","nsURI":"http://www.york.ac.uk/qvt/examples/0.1/PetriNet","name":"PetriNet","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":"PetriNet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceToTransArc","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransToPlaceArc","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":8,"derived":false},{"id":9,"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":"places","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"transitions","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":"arcs","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"},{"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":"incoming","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"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":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"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":"incoming","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"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":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"target","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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"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":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"}],"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":8,"target":9},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":3},{"source":10,"target":14},{"source":10,"target":2},{"source":14,"target":3},{"source":11,"target":4},{"source":11,"target":15},{"source":11,"target":2},{"source":15,"target":4},{"source":12,"target":5},{"source":12,"target":16},{"source":12,"target":2},{"source":16,"target":5},{"source":13,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":7},{"source":17,"target":20},{"source":17,"target":3},{"source":17,"target":21},{"source":20,"target":7},{"source":18,"target":6},{"source":18,"target":22},{"source":18,"target":3},{"source":18,"target":23},{"source":22,"target":6},{"source":19,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":24,"target":6},{"source":24,"target":27},{"source":24,"target":4},{"source":24,"target":28},{"source":27,"target":6},{"source":25,"target":7},{"source":25,"target":29},{"source":25,"target":4},{"source":25,"target":30},{"source":29,"target":7},{"source":26,"target":1},{"source":5,"target":0},{"source":5,"target":31},{"source":31,"target":32},{"source":31,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":23},{"source":6,"target":28},{"source":6,"target":33},{"source":23,"target":3},{"source":23,"target":34},{"source":23,"target":6},{"source":23,"target":18},{"source":34,"target":3},{"source":28,"target":4},{"source":28,"target":35},{"source":28,"target":6},{"source":28,"target":24},{"source":35,"target":4},{"source":33,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":30},{"source":7,"target":21},{"source":7,"target":36},{"source":30,"target":4},{"source":30,"target":37},{"source":30,"target":7},{"source":30,"target":25},{"source":37,"target":4},{"source":21,"target":3},{"source":21,"target":38},{"source":21,"target":7},{"source":21,"target":17},{"source":38,"target":3},{"source":36,"target":5}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject1.0/slices/SlicedUML2InsER2MOFspecializedAssociationsHasSameNumberOfEnds.ecore
UML2 Signal UseCase EncapsulatedClassifier Collaboration PrimitiveType Component Device Activity ExtensionEnd StateMachine Class Actor Association memberEnd Artifact AssociationClass Property StructuredClassifier Generalization general Extension Node Classifier generalization Enumeration Stereotype Behavior Port TemplateableClassifier DeploymentSpecification CommunicationPath DataType ParameterableClassifier BehavioredClassifier InformationItem ExecutionEnvironment Interface Interaction ProtocolStateMachine
<?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="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <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="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="2" upperBound="-1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Property"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1" eType="#//Classifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1" eType="#//Generalization" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" 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="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","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":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"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"},{"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":2,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","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"},{"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"}],"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":21},{"source":1,"target":37},{"source":37,"target":21},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":38},{"source":38,"target":31},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":39},{"source":39,"target":17},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":17},{"source":4,"target":40},{"source":4,"target":41},{"source":40,"target":31},{"source":41,"target":17},{"source":5,"target":0},{"source":5,"target":29},{"source":5,"target":42},{"source":42,"target":29},{"source":6,"target":0},{"source":6,"target":11},{"source":6,"target":43},{"source":43,"target":11},{"source":7,"target":0},{"source":7,"target":20},{"source":7,"target":44},{"source":44,"target":20},{"source":8,"target":0},{"source":8,"target":24},{"source":8,"target":45},{"source":45,"target":24},{"source":9,"target":0},{"source":9,"target":16},{"source":9,"target":46},{"source":46,"target":16},{"source":10,"target":0},{"source":10,"target":24},{"source":10,"target":47},{"source":47,"target":24},{"source":11,"target":0},{"source":11,"target":31},{"source":11,"target":3},{"source":11,"target":48},{"source":11,"target":49},{"source":48,"target":31},{"source":49,"target":3},{"source":12,"target":0},{"source":12,"target":21},{"source":12,"target":50},{"source":50,"target":21},{"source":13,"target":0},{"source":13,"target":21},{"source":13,"target":51},{"source":13,"target":52},{"source":51,"target":16},{"source":51,"target":53},{"source":51,"target":13},{"source":53,"target":16},{"source":52,"target":21},{"source":14,"target":0},{"source":14,"target":21},{"source":14,"target":54},{"source":54,"target":21},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":13},{"source":15,"target":55},{"source":15,"target":56},{"source":55,"target":11},{"source":56,"target":13},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":21},{"source":17,"target":57},{"source":57,"target":21},{"source":18,"target":0},{"source":18,"target":58},{"source":58,"target":21},{"source":58,"target":59},{"source":58,"target":18},{"source":59,"target":21},{"source":19,"target":0},{"source":19,"target":13},{"source":19,"target":60},{"source":60,"target":13},{"source":20,"target":0},{"source":20,"target":11},{"source":20,"target":61},{"source":61,"target":11},{"source":21,"target":0},{"source":21,"target":62},{"source":62,"target":18},{"source":62,"target":63},{"source":62,"target":21},{"source":63,"target":18},{"source":22,"target":0},{"source":22,"target":29},{"source":22,"target":64},{"source":64,"target":29},{"source":23,"target":0},{"source":23,"target":11},{"source":23,"target":65},{"source":65,"target":11},{"source":24,"target":0},{"source":24,"target":11},{"source":24,"target":66},{"source":66,"target":11},{"source":25,"target":0},{"source":25,"target":16},{"source":25,"target":67},{"source":67,"target":16},{"source":26,"target":0},{"source":26,"target":21},{"source":26,"target":68},{"source":68,"target":21},{"source":27,"target":0},{"source":27,"target":14},{"source":27,"target":69},{"source":69,"target":14},{"source":28,"target":0},{"source":28,"target":13},{"source":28,"target":70},{"source":70,"target":13},{"source":29,"target":0},{"source":29,"target":21},{"source":29,"target":71},{"source":71,"target":21},{"source":30,"target":0},{"source":30,"target":21},{"source":30,"target":72},{"source":72,"target":21},{"source":31,"target":0},{"source":31,"target":21},{"source":31,"target":73},{"source":73,"target":21},{"source":32,"target":0},{"source":32,"target":21},{"source":32,"target":74},{"source":74,"target":21},{"source":33,"target":0},{"source":33,"target":20},{"source":33,"target":75},{"source":75,"target":20},{"source":34,"target":0},{"source":34,"target":21},{"source":34,"target":76},{"source":76,"target":21},{"source":35,"target":0},{"source":35,"target":24},{"source":35,"target":77},{"source":77,"target":24},{"source":36,"target":0},{"source":36,"target":10},{"source":36,"target":78},{"source":78,"target":10}],"multigraph":true}
ecore
visualization
repo-ecore-all/data/eclipsesource/coffee-editor/backend/plugins/com.eclipsesource.workflow.glsp.server/src/main/resources/glsp-graph.ecore
graph GModelElement id cssClasses children parent trace type GShapeElement GGraph layoutOptions GModelRoot canvasBounds revision GNode GEdge routingPoints sourceId targetId source target routerKind GCompartment GLabel text GIssueMarker issues GPort GButton enabled true GBoundsAware position size GPoint x 0 y 0 GDimension width 0 height 0 GLayoutOptions paddingLeft paddingRight paddingTop paddingBottom paddingFactor resizeContainer vGap hGap vAlign hAlign minWidth minHeight GEdgeLayoutable edgePlacement GEdgePlacement position 0 offset 0 side left rotate GLayouting layout layoutOptions GBounds x 0 y 0 width 0 height 0 GAlignable alignment GIssue severity info message GSeverity error error warning warning info info GHtmlRoot classes GPreRenderedElement code
<?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="graph" nsURI="http://www.eclipse.org/glsp/graph" nsPrefix="graph"> <eClassifiers xsi:type="ecore:EClass" name="GModelElement" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cssClasses" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//GModelElement" containment="true" eOpposite="#//GModelElement/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//GModelElement" eOpposite="#//GModelElement/children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trace" 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="GShapeElement" abstract="true" interface="true" eSuperTypes="#//GModelElement #//GBoundsAware"/> <eClassifiers xsi:type="ecore:EClass" name="GGraph" eSuperTypes="#//GModelRoot #//GBoundsAware"> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutOptions" eType="#//GLayoutOptions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GModelRoot" eSuperTypes="#//GModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="canvasBounds" eType="#//GBounds" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revision" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GNode" eSuperTypes="#//GShapeElement #//GEdgeLayoutable #//GLayouting"/> <eClassifiers xsi:type="ecore:EClass" name="GEdge" eSuperTypes="#//GModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="routingPoints" upperBound="-1" eType="#//GPoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="targetId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//GModelElement" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//GModelElement" volatile="true" transient="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="routerKind" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GCompartment" eSuperTypes="#//GShapeElement #//GLayouting"/> <eClassifiers xsi:type="ecore:EClass" name="GLabel" eSuperTypes="#//GAlignable #//GEdgeLayoutable #//GShapeElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GIssueMarker" eSuperTypes="#//GShapeElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="issues" upperBound="-1" eType="#//GIssue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GPort" eSuperTypes="#//GShapeElement"/> <eClassifiers xsi:type="ecore:EClass" name="GButton" eSuperTypes="#//GShapeElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GBoundsAware" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//GPoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//GDimension" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GPoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GDimension"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GLayoutOptions"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingTop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeContainer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vGap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hGap" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vAlign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hAlign" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GEdgeLayoutable" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="edgePlacement" eType="#//GEdgePlacement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GEdgePlacement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="position" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="side" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="left"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rotate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GLayouting" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="layoutOptions" eType="#//GLayoutOptions" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GBounds"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="x" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="y" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GAlignable"> <eStructuralFeatures xsi:type="ecore:EReference" name="alignment" eType="#//GPoint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GIssue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" lowerBound="1" eType="#//GSeverity" defaultValueLiteral="info"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GSeverity"> <eLiterals name="error"/> <eLiterals name="warning" value="1"/> <eLiterals name="info" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GHtmlRoot" eSuperTypes="#//GModelRoot"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classes" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GPreRenderedElement" eSuperTypes="#//GModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="code" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"graph","nsURI":"http://www.eclipse.org/glsp/graph","name":"graph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GModelElement","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GShapeElement","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GGraph","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GModelRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GEdge","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GCompartment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GLabel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GIssueMarker","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GPort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GButton","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GBoundsAware","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GPoint","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GDimension","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GLayoutOptions","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GEdgeLayoutable","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GEdgePlacement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GLayouting","instanceClass":null,"abstract":true,"id":18,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GBounds","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GAlignable","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GIssue","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GSeverity","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GHtmlRoot","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GPreRenderedElement","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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"cssClasses","changeable":true,"lowerBound":0,"iD":false,"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"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":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":"trace","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutOptions","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"canvasBounds","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"revision","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"routingPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"sourceId","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":"targetId","changeable":true,"lowerBound":0,"iD":false,"id":53,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"routerKind","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"issues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":1,"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":"position","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":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":87,"derived":false},{"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":"paddingLeft","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":"paddingRight","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":"paddingTop","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingBottom","changeable":true,"lowerBound":0,"iD":false,"id":93,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingFactor","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":"resizeContainer","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vGap","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":"hGap","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vAlign","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":"hAlign","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":"minWidth","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":"minHeight","changeable":true,"lowerBound":0,"iD":false,"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"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edgePlacement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"position","changeable":true,"lowerBound":1,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"left","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"left","unsettable":false,"transient":false,"unique":true,"name":"side","changeable":true,"lowerBound":0,"iD":false,"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":"rotate","changeable":true,"lowerBound":0,"iD":false,"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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"layoutOptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"x","changeable":true,"lowerBound":1,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"y","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"info","unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":1,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"name":"error","id":142,"value":0,"literal":"error","eClass":"EEnumLiteral"},{"name":"warning","id":143,"value":1,"literal":"warning","eClass":"EEnumLiteral"},{"name":"info","id":144,"value":2,"literal":"info","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classes","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"code","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"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":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":25,"target":31},{"source":25,"target":1},{"source":26,"target":32},{"source":26,"target":1},{"source":27,"target":1},{"source":27,"target":33},{"source":27,"target":1},{"source":27,"target":28},{"source":33,"target":1},{"source":28,"target":1},{"source":28,"target":34},{"source":28,"target":1},{"source":28,"target":27},{"source":34,"target":1},{"source":29,"target":35},{"source":29,"target":1},{"source":30,"target":36},{"source":30,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":12},{"source":2,"target":37},{"source":2,"target":38},{"source":37,"target":1},{"source":38,"target":12},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":12},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":39,"target":15},{"source":39,"target":42},{"source":39,"target":3},{"source":42,"target":15},{"source":40,"target":4},{"source":41,"target":12},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":43,"target":19},{"source":43,"target":46},{"source":43,"target":4},{"source":46,"target":19},{"source":44,"target":47},{"source":44,"target":4},{"source":45,"target":1},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":16},{"source":5,"target":18},{"source":5,"target":48},{"source":5,"target":49},{"source":5,"target":50},{"source":48,"target":2},{"source":49,"target":16},{"source":50,"target":18},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":51,"target":13},{"source":51,"target":58},{"source":51,"target":6},{"source":58,"target":13},{"source":52,"target":59},{"source":52,"target":6},{"source":53,"target":60},{"source":53,"target":6},{"source":54,"target":1},{"source":54,"target":61},{"source":54,"target":6},{"source":61,"target":1},{"source":55,"target":1},{"source":55,"target":62},{"source":55,"target":6},{"source":62,"target":1},{"source":56,"target":63},{"source":56,"target":6},{"source":57,"target":1},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":18},{"source":7,"target":64},{"source":7,"target":65},{"source":64,"target":2},{"source":65,"target":18},{"source":8,"target":0},{"source":8,"target":20},{"source":8,"target":16},{"source":8,"target":2},{"source":8,"target":66},{"source":8,"target":67},{"source":8,"target":68},{"source":8,"target":69},{"source":66,"target":70},{"source":66,"target":8},{"source":67,"target":20},{"source":68,"target":16},{"source":69,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":71},{"source":9,"target":72},{"source":71,"target":21},{"source":71,"target":73},{"source":71,"target":9},{"source":73,"target":21},{"source":72,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":74},{"source":74,"target":2},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":75},{"source":11,"target":76},{"source":75,"target":77},{"source":75,"target":11},{"source":76,"target":2},{"source":12,"target":0},{"source":12,"target":78},{"source":12,"target":79},{"source":78,"target":13},{"source":78,"target":80},{"source":78,"target":12},{"source":80,"target":13},{"source":79,"target":14},{"source":79,"target":81},{"source":79,"target":12},{"source":81,"target":14},{"source":13,"target":0},{"source":13,"target":82},{"source":13,"target":83},{"source":82,"target":84},{"source":82,"target":13},{"source":83,"target":85},{"source":83,"target":13},{"source":14,"target":0},{"source":14,"target":86},{"source":14,"target":87},{"source":86,"target":88},{"source":86,"target":14},{"source":87,"target":89},{"source":87,"target":14},{"source":15,"target":0},{"source":15,"target":90},{"source":15,"target":91},{"source":15,"target":92},{"source":15,"target":93},{"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":15,"target":101},{"source":90,"target":102},{"source":90,"target":15},{"source":91,"target":103},{"source":91,"target":15},{"source":92,"target":104},{"source":92,"target":15},{"source":93,"target":105},{"source":93,"target":15},{"source":94,"target":106},{"source":94,"target":15},{"source":95,"target":107},{"source":95,"target":15},{"source":96,"target":108},{"source":96,"target":15},{"source":97,"target":109},{"source":97,"target":15},{"source":98,"target":110},{"source":98,"target":15},{"source":99,"target":111},{"source":99,"target":15},{"source":100,"target":112},{"source":100,"target":15},{"source":101,"target":113},{"source":101,"target":15},{"source":16,"target":0},{"source":16,"target":114},{"source":114,"target":17},{"source":114,"target":115},{"source":114,"target":16},{"source":115,"target":17},{"source":17,"target":0},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":17,"target":119},{"source":116,"target":120},{"source":116,"target":17},{"source":117,"target":121},{"source":117,"target":17},{"source":118,"target":122},{"source":118,"target":17},{"source":119,"target":123},{"source":119,"target":17},{"source":18,"target":0},{"source":18,"target":124},{"source":18,"target":125},{"source":124,"target":126},{"source":124,"target":18},{"source":125,"target":15},{"source":125,"target":127},{"source":125,"target":18},{"source":127,"target":15},{"source":19,"target":0},{"source":19,"target":128},{"source":19,"target":129},{"source":19,"target":130},{"source":19,"target":131},{"source":128,"target":132},{"source":128,"target":19},{"source":129,"target":133},{"source":129,"target":19},{"source":130,"target":134},{"source":130,"target":19},{"source":131,"target":135},{"source":131,"target":19},{"source":20,"target":0},{"source":20,"target":136},{"source":136,"target":13},{"source":136,"target":137},{"source":136,"target":20},{"source":137,"target":13},{"source":21,"target":0},{"source":21,"target":138},{"source":21,"target":139},{"source":138,"target":22},{"source":138,"target":140},{"source":138,"target":21},{"source":140,"target":22},{"source":139,"target":141},{"source":139,"target":21},{"source":22,"target":0},{"source":22,"target":142},{"source":22,"target":143},{"source":22,"target":144},{"source":142,"target":22},{"source":143,"target":22},{"source":144,"target":22},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":145},{"source":23,"target":146},{"source":145,"target":147},{"source":145,"target":23},{"source":146,"target":4},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":148},{"source":24,"target":149},{"source":148,"target":150},{"source":148,"target":24},{"source":149,"target":1}],"multigraph":true}
ecore
modelling
repo-ecore-all/data/tue-mdse/ocl-dataset/dataset/repos/sunwuliang/SlicingProject1.0/slices/SlicedUML2InsHTMLmustBeOwnedHasOwner.ecore
UML2 Enumeration ExtensionEnd WriteVariableAction ActivityFinalNode Generalization Type StructuralFeature ProtocolStateMachine EnumerationLiteral Parameter ActivityGroup ForkNode Deployment GeneralizationSet ExpansionNode SignalTrigger InterruptibleActivityRegion ParameterSet Device DataStoreNode LoopNode CombinedFragment ControlFlow CreateLinkObjectAction ElementImport Pin InteractionFragment Operation CallAction Component InformationFlow SendObjectAction Class ConnectorEnd BehavioralFeature AddVariableValueAction Trigger InitialNode Interaction Include StateInvariant TimeExpression StructuredClassifier VariableAction Port Profile TemplateSignature Node ControlNode OperationTemplateParameter Vertex RedefinableTemplateSignature Dependency Classifier Stereotype ClearStructuralFeatureAction RemoveVariableValueAction Association Interface TimeInterval ExecutableNode InformationItem Namespace PartDecomposition StructuralFeatureAction Property FinalNode CallOperationAction TimeConstraint ReplyAction EncapsulatedClassifier Extend ConnectableElementTemplateParameter TimeObservationAction ReadVariableAction ObjectNode Connector FlowFinalNode RedefinableElement PackageMerge ChangeTrigger PackageImport Variable ReadExtentAction Manifestation WriteLinkAction ExecutionOccurrence DurationInterval Stop Pseudostate CreateLinkAction ObjectFlow TypedElement DeployedArtifact DirectedRelationship LiteralBoolean TestIdentityAction ExtensionPoint ActivityNode ValuePin CommunicationPath ActivityPartition ExecutionEnvironment LinkEndData Relationship TemplateParameterSubstitution Artifact ApplyFunctionAction Model LiteralInteger DurationConstraint UseCase ActivityParameterNode Comment Activity MultiplicityElement CentralBufferNode MergeNode LinkEndCreationData ClearVariableAction Collaboration JoinNode CreateObjectAction LiteralUnlimitedNatural DurationObservationAction Actor ValueSpecification ProtocolConformance ExceptionHandler OpaqueExpression TimeTrigger DecisionNode AddStructuralFeatureValueAction StringExpression StateMachine ExpansionRegion CollaborationOccurrence DeploymentSpecification Implementation Permission Gate LiteralNull Message Continuation RemoveStructuralFeatureValueAction RaiseExceptionAction CallTrigger Lifeline TemplateParameter DataType Extension BehavioredClassifier Slot ReclassifyObjectAction MessageEnd ConditionalNode Duration Realization ReadStructuralFeatureAction Abstraction Feature Usage TemplateableClassifier Element owner PrimitiveType ParameterableClassifier Substitution Signal Behavior Constraint OutputPin Expression StructuredActivityNode ClearAssociationAction TemplateableElement ReadLinkObjectEndQualifierAction Interval InteractionConstraint ReadLinkAction GeneralOrdering ConnectableElement InteractionOccurrence ReadIsClassifiedObjectAction WriteStructuralFeatureAction MessageTrigger BroadcastSignalAction SendSignalAction QualifierValue CallBehaviorAction AnyTrigger InvocationAction Reception StartOwnedBehaviorAction TemplateBinding Clause ReadSelfAction DeploymentTarget ProtocolTransition ConnectionPointReference ClassifierTemplateParameter AcceptCallAction LiteralString InputPin Transition NamedElement PackageableElement ActivityEdge EventOccurrence Region InteractionOperand AcceptEventAction IntervalConstraint LinkAction InstanceSpecification ProfileApplication PrimitiveFunction Action AssociationClass DestroyLinkAction State InstanceValue ReadLinkObjectEndAction ParameterableElement Package DestroyObjectAction LiteralSpecification FinalState
<?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="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityGroup" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="InterruptibleActivityRegion" eSuperTypes="#//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement #//MultiplicityElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectorEnd" eSuperTypes="#//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateSignature" eSuperTypes="#//Element"/> <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="OperationTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement #//TemplateSignature"/> <eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget"/> <eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement #//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElementTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/> <eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/> <eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement #//MultiplicityElement"/> <eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/> <eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DirectedRelationship" eSuperTypes="#//Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement #//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndData" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterSubstitution" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//TemplateableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="LinkEndCreationData" eSuperTypes="#//LinkEndData"/> <eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolConformance" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="ExceptionHandler" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/> <eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="StringExpression" eSuperTypes="#//TemplateableElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Slot" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/> <eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Element"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace #//ActivityGroup"/> <eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/> <eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/> <eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/> <eClassifiers xsi:type="ecore:EClass" name="QualifierValue" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/> <eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/> <eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateBinding" eSuperTypes="#//DirectedRelationship"/> <eClassifiers xsi:type="ecore:EClass" name="Clause" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/> <eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="ClassifierTemplateParameter" eSuperTypes="#//TemplateParameter"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" eSuperTypes="#//TemplateableElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement #//ParameterableElement"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/> <eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/> <eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/> <eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/> <eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/> <eClassifiers xsi:type="ecore:EClass" name="ProfileApplication" eSuperTypes="#//PackageImport"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/> <eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableElement" eSuperTypes="#//Element"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/> </ecore:EPackage>
true
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","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":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityGroup","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":"Deployment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterruptibleActivityRegion","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectorEnd","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateSignature","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationTemplateParameter","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","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":"Classifier","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElementTemplateParameter","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMerge","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","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":"DurationInterval","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectedRelationship","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndData","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterSubstitution","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","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":"Model","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEndCreationData","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","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":"DurationObservationAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolConformance","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionHandler","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpression","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slot","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","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":"TemplateableElement","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","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":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifierValue","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","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":"Reception","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBinding","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clause","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierTemplateParameter","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProfileApplication","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableElement","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"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"},{"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"},{"container":false,"ordered":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":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"},{"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"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"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"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"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"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"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":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":0,"target":165},{"source":0,"target":166},{"source":0,"target":167},{"source":0,"target":168},{"source":0,"target":169},{"source":0,"target":170},{"source":0,"target":171},{"source":0,"target":172},{"source":0,"target":173},{"source":0,"target":174},{"source":0,"target":175},{"source":0,"target":176},{"source":0,"target":177},{"source":0,"target":178},{"source":0,"target":179},{"source":0,"target":180},{"source":0,"target":181},{"source":0,"target":182},{"source":0,"target":183},{"source":0,"target":184},{"source":0,"target":185},{"source":0,"target":186},{"source":0,"target":187},{"source":0,"target":188},{"source":0,"target":189},{"source":0,"target":190},{"source":0,"target":191},{"source":0,"target":192},{"source":0,"target":193},{"source":0,"target":194},{"source":0,"target":195},{"source":0,"target":196},{"source":0,"target":197},{"source":0,"target":198},{"source":0,"target":199},{"source":0,"target":200},{"source":0,"target":201},{"source":0,"target":202},{"source":0,"target":203},{"source":0,"target":204},{"source":0,"target":205},{"source":0,"target":206},{"source":0,"target":207},{"source":0,"target":208},{"source":0,"target":209},{"source":0,"target":210},{"source":0,"target":211},{"source":0,"target":212},{"source":0,"target":213},{"source":0,"target":214},{"source":0,"target":215},{"source":0,"target":216},{"source":0,"target":217},{"source":0,"target":218},{"source":0,"target":219},{"source":0,"target":220},{"source":0,"target":221},{"source":0,"target":222},{"source":0,"target":223},{"source":0,"target":224},{"source":0,"target":225},{"source":0,"target":226},{"source":0,"target":227},{"source":1,"target":0},{"source":1,"target":150},{"source":1,"target":228},{"source":228,"target":150},{"source":2,"target":0},{"source":2,"target":66},{"source":2,"target":229},{"source":229,"target":66},{"source":3,"target":0},{"source":3,"target":44},{"source":3,"target":230},{"source":230,"target":44},{"source":4,"target":0},{"source":4,"target":67},{"source":4,"target":231},{"source":231,"target":67},{"source":5,"target":0},{"source":5,"target":95},{"source":5,"target":232},{"source":232,"target":95},{"source":6,"target":0},{"source":6,"target":206},{"source":6,"target":233},{"source":233,"target":206},{"source":7,"target":0},{"source":7,"target":161},{"source":7,"target":93},{"source":7,"target":116},{"source":7,"target":234},{"source":7,"target":235},{"source":7,"target":236},{"source":234,"target":161},{"source":235,"target":93},{"source":236,"target":116},{"source":8,"target":0},{"source":8,"target":135},{"source":8,"target":237},{"source":237,"target":135},{"source":9,"target":0},{"source":9,"target":214},{"source":9,"target":238},{"source":238,"target":214},{"source":10,"target":0},{"source":10,"target":181},{"source":10,"target":93},{"source":10,"target":116},{"source":10,"target":239},{"source":10,"target":240},{"source":10,"target":241},{"source":239,"target":181},{"source":240,"target":93},{"source":241,"target":116},{"source":11,"target":0},{"source":11,"target":164},{"source":11,"target":242},{"source":242,"target":164},{"source":12,"target":0},{"source":12,"target":49},{"source":12,"target":243},{"source":243,"target":49},{"source":13,"target":0},{"source":13,"target":53},{"source":13,"target":244},{"source":244,"target":53},{"source":14,"target":0},{"source":14,"target":206},{"source":14,"target":245},{"source":245,"target":206},{"source":15,"target":0},{"source":15,"target":76},{"source":15,"target":246},{"source":246,"target":76},{"source":16,"target":0},{"source":16,"target":185},{"source":16,"target":247},{"source":247,"target":185},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":248},{"source":248,"target":11},{"source":18,"target":0},{"source":18,"target":205},{"source":18,"target":249},{"source":249,"target":205},{"source":19,"target":0},{"source":19,"target":48},{"source":19,"target":250},{"source":250,"target":48},{"source":20,"target":0},{"source":20,"target":117},{"source":20,"target":251},{"source":251,"target":117},{"source":21,"target":0},{"source":21,"target":173},{"source":21,"target":252},{"source":252,"target":173},{"source":22,"target":0},{"source":22,"target":27},{"source":22,"target":253},{"source":253,"target":27},{"source":23,"target":0},{"source":23,"target":207},{"source":23,"target":254},{"source":254,"target":207},{"source":24,"target":0},{"source":24,"target":91},{"source":24,"target":255},{"source":255,"target":91},{"source":25,"target":0},{"source":25,"target":95},{"source":25,"target":256},{"source":256,"target":95},{"source":26,"target":0},{"source":26,"target":76},{"source":26,"target":116},{"source":26,"target":257},{"source":26,"target":258},{"source":257,"target":76},{"source":258,"target":116},{"source":27,"target":0},{"source":27,"target":205},{"source":27,"target":259},{"source":259,"target":205},{"source":28,"target":0},{"source":28,"target":35},{"source":28,"target":93},{"source":28,"target":116},{"source":28,"target":223},{"source":28,"target":260},{"source":28,"target":261},{"source":28,"target":262},{"source":28,"target":263},{"source":260,"target":35},{"source":261,"target":93},{"source":262,"target":116},{"source":263,"target":223},{"source":29,"target":0},{"source":29,"target":191},{"source":29,"target":264},{"source":264,"target":191},{"source":30,"target":0},{"source":30,"target":33},{"source":30,"target":265},{"source":265,"target":33},{"source":31,"target":0},{"source":31,"target":206},{"source":31,"target":95},{"source":31,"target":266},{"source":31,"target":267},{"source":266,"target":206},{"source":267,"target":95},{"source":32,"target":0},{"source":32,"target":191},{"source":32,"target":268},{"source":268,"target":191},{"source":33,"target":0},{"source":33,"target":152},{"source":33,"target":71},{"source":33,"target":269},{"source":33,"target":270},{"source":269,"target":152},{"source":270,"target":71},{"source":34,"target":0},{"source":34,"target":116},{"source":34,"target":271},{"source":271,"target":116},{"source":35,"target":0},{"source":35,"target":63},{"source":35,"target":161},{"source":35,"target":272},{"source":35,"target":273},{"source":272,"target":63},{"source":273,"target":161},{"source":36,"target":0},{"source":36,"target":3},{"source":36,"target":274},{"source":274,"target":3},{"source":37,"target":0},{"source":37,"target":205},{"source":37,"target":275},{"source":275,"target":205},{"source":38,"target":0},{"source":38,"target":49},{"source":38,"target":276},{"source":276,"target":49},{"source":39,"target":0},{"source":39,"target":169},{"source":39,"target":27},{"source":39,"target":277},{"source":39,"target":278},{"source":277,"target":169},{"source":278,"target":27},{"source":40,"target":0},{"source":40,"target":205},{"source":40,"target":95},{"source":40,"target":279},{"source":40,"target":280},{"source":279,"target":205},{"source":280,"target":95},{"source":41,"target":0},{"source":41,"target":27},{"source":41,"target":281},{"source":281,"target":27},{"source":42,"target":0},{"source":42,"target":127},{"source":42,"target":282},{"source":282,"target":127},{"source":43,"target":0},{"source":43,"target":54},{"source":43,"target":283},{"source":283,"target":54},{"source":44,"target":0},{"source":44,"target":217},{"source":44,"target":284},{"source":284,"target":217},{"source":45,"target":0},{"source":45,"target":66},{"source":45,"target":285},{"source":285,"target":66},{"source":46,"target":0},{"source":46,"target":224},{"source":46,"target":286},{"source":286,"target":224},{"source":47,"target":0},{"source":47,"target":164},{"source":47,"target":287},{"source":287,"target":164},{"source":48,"target":0},{"source":48,"target":33},{"source":48,"target":197},{"source":48,"target":288},{"source":48,"target":289},{"source":288,"target":33},{"source":289,"target":197},{"source":49,"target":0},{"source":49,"target":99},{"source":49,"target":290},{"source":290,"target":99},{"source":50,"target":0},{"source":50,"target":149},{"source":50,"target":291},{"source":291,"target":149},{"source":51,"target":0},{"source":51,"target":205},{"source":51,"target":292},{"source":292,"target":205},{"source":52,"target":0},{"source":52,"target":79},{"source":52,"target":47},{"source":52,"target":293},{"source":52,"target":294},{"source":293,"target":79},{"source":294,"target":47},{"source":53,"target":0},{"source":53,"target":206},{"source":53,"target":95},{"source":53,"target":295},{"source":53,"target":296},{"source":295,"target":206},{"source":296,"target":95},{"source":54,"target":0},{"source":54,"target":63},{"source":54,"target":6},{"source":54,"target":79},{"source":54,"target":297},{"source":54,"target":298},{"source":54,"target":299},{"source":297,"target":63},{"source":298,"target":6},{"source":299,"target":79},{"source":55,"target":0},{"source":55,"target":33},{"source":55,"target":300},{"source":300,"target":33},{"source":56,"target":0},{"source":56,"target":65},{"source":56,"target":301},{"source":301,"target":65},{"source":57,"target":0},{"source":57,"target":3},{"source":57,"target":302},{"source":302,"target":3},{"source":58,"target":0},{"source":58,"target":54},{"source":58,"target":105},{"source":58,"target":303},{"source":58,"target":304},{"source":303,"target":54},{"source":304,"target":105},{"source":59,"target":0},{"source":59,"target":54},{"source":59,"target":305},{"source":305,"target":54},{"source":60,"target":0},{"source":60,"target":177},{"source":60,"target":306},{"source":306,"target":177},{"source":61,"target":0},{"source":61,"target":99},{"source":61,"target":307},{"source":307,"target":99},{"source":62,"target":0},{"source":62,"target":54},{"source":62,"target":308},{"source":308,"target":54},{"source":63,"target":0},{"source":63,"target":205},{"source":63,"target":309},{"source":309,"target":205},{"source":64,"target":0},{"source":64,"target":182},{"source":64,"target":310},{"source":310,"target":182},{"source":65,"target":0},{"source":65,"target":217},{"source":65,"target":311},{"source":311,"target":217},{"source":66,"target":0},{"source":66,"target":7},{"source":66,"target":181},{"source":66,"target":197},{"source":66,"target":312},{"source":66,"target":313},{"source":66,"target":314},{"source":312,"target":7},{"source":313,"target":181},{"source":314,"target":197},{"source":67,"target":0},{"source":67,"target":49},{"source":67,"target":315},{"source":315,"target":49},{"source":68,"target":0},{"source":68,"target":29},{"source":68,"target":316},{"source":316,"target":29},{"source":69,"target":0},{"source":69,"target":212},{"source":69,"target":317},{"source":317,"target":212},{"source":70,"target":0},{"source":70,"target":217},{"source":70,"target":318},{"source":318,"target":217},{"source":71,"target":0},{"source":71,"target":43},{"source":71,"target":319},{"source":319,"target":43},{"source":72,"target":0},{"source":72,"target":205},{"source":72,"target":95},{"source":72,"target":320},{"source":72,"target":321},{"source":320,"target":205},{"source":321,"target":95},{"source":73,"target":0},{"source":73,"target":149},{"source":73,"target":322},{"source":322,"target":149},{"source":74,"target":0},{"source":74,"target":184},{"source":74,"target":323},{"source":323,"target":184},{"source":75,"target":0},{"source":75,"target":44},{"source":75,"target":324},{"source":324,"target":44},{"source":76,"target":0},{"source":76,"target":99},{"source":76,"target":93},{"source":76,"target":325},{"source":76,"target":326},{"source":325,"target":99},{"source":326,"target":93},{"source":77,"target":0},{"source":77,"target":161},{"source":77,"target":327},{"source":327,"target":161},{"source":78,"target":0},{"source":78,"target":67},{"source":78,"target":328},{"source":328,"target":67},{"source":79,"target":0},{"source":79,"target":205},{"source":79,"target":329},{"source":329,"target":205},{"source":80,"target":0},{"source":80,"target":95},{"source":80,"target":330},{"source":330,"target":95},{"source":81,"target":0},{"source":81,"target":37},{"source":81,"target":331},{"source":331,"target":37},{"source":82,"target":0},{"source":82,"target":95},{"source":82,"target":332},{"source":332,"target":95},{"source":83,"target":0},{"source":83,"target":181},{"source":83,"target":93},{"source":83,"target":116},{"source":83,"target":333},{"source":83,"target":334},{"source":83,"target":335},{"source":333,"target":181},{"source":334,"target":93},{"source":335,"target":116},{"source":84,"target":0},{"source":84,"target":217},{"source":84,"target":336},{"source":336,"target":217},{"source":85,"target":0},{"source":85,"target":160},{"source":85,"target":337},{"source":337,"target":160},{"source":86,"target":0},{"source":86,"target":213},{"source":86,"target":338},{"source":338,"target":213},{"source":87,"target":0},{"source":87,"target":27},{"source":87,"target":339},{"source":339,"target":27},{"source":88,"target":0},{"source":88,"target":177},{"source":88,"target":340},{"source":340,"target":177},{"source":89,"target":0},{"source":89,"target":208},{"source":89,"target":341},{"source":341,"target":208},{"source":90,"target":0},{"source":90,"target":51},{"source":90,"target":342},{"source":342,"target":51},{"source":91,"target":0},{"source":91,"target":86},{"source":91,"target":343},{"source":343,"target":86},{"source":92,"target":0},{"source":92,"target":207},{"source":92,"target":344},{"source":344,"target":207},{"source":93,"target":0},{"source":93,"target":205},{"source":93,"target":345},{"source":345,"target":205},{"source":94,"target":0},{"source":94,"target":205},{"source":94,"target":346},{"source":346,"target":205},{"source":95,"target":0},{"source":95,"target":105},{"source":95,"target":347},{"source":347,"target":105},{"source":96,"target":0},{"source":96,"target":226},{"source":96,"target":348},{"source":348,"target":226},{"source":97,"target":0},{"source":97,"target":217},{"source":97,"target":349},{"source":349,"target":217},{"source":98,"target":0},{"source":98,"target":79},{"source":98,"target":350},{"source":350,"target":79},{"source":99,"target":0},{"source":99,"target":79},{"source":99,"target":351},{"source":351,"target":79},{"source":100,"target":0},{"source":100,"target":203},{"source":100,"target":352},{"source":352,"target":203},{"source":101,"target":0},{"source":101,"target":58},{"source":101,"target":353},{"source":353,"target":58},{"source":102,"target":0},{"source":102,"target":205},{"source":102,"target":11},{"source":102,"target":354},{"source":102,"target":355},{"source":354,"target":205},{"source":355,"target":11},{"source":103,"target":0},{"source":103,"target":48},{"source":103,"target":356},{"source":356,"target":48},{"source":104,"target":0},{"source":104,"target":164},{"source":104,"target":357},{"source":357,"target":164},{"source":105,"target":0},{"source":105,"target":164},{"source":105,"target":358},{"source":358,"target":164},{"source":106,"target":0},{"source":106,"target":164},{"source":106,"target":359},{"source":359,"target":164},{"source":107,"target":0},{"source":107,"target":54},{"source":107,"target":94},{"source":107,"target":360},{"source":107,"target":361},{"source":360,"target":54},{"source":361,"target":94},{"source":108,"target":0},{"source":108,"target":217},{"source":108,"target":362},{"source":362,"target":217},{"source":109,"target":0},{"source":109,"target":224},{"source":109,"target":363},{"source":363,"target":224},{"source":110,"target":0},{"source":110,"target":226},{"source":110,"target":364},{"source":364,"target":226},{"source":111,"target":0},{"source":111,"target":212},{"source":111,"target":365},{"source":365,"target":212},{"source":112,"target":0},{"source":112,"target":152},{"source":112,"target":366},{"source":366,"target":152},{"source":113,"target":0},{"source":113,"target":76},{"source":113,"target":367},{"source":367,"target":76},{"source":114,"target":0},{"source":114,"target":175},{"source":114,"target":368},{"source":368,"target":175},{"source":115,"target":0},{"source":115,"target":169},{"source":115,"target":369},{"source":369,"target":169},{"source":116,"target":0},{"source":116,"target":164},{"source":116,"target":370},{"source":370,"target":164},{"source":117,"target":0},{"source":117,"target":76},{"source":117,"target":371},{"source":371,"target":76},{"source":118,"target":0},{"source":118,"target":49},{"source":118,"target":372},{"source":372,"target":49},{"source":119,"target":0},{"source":119,"target":104},{"source":119,"target":373},{"source":373,"target":104},{"source":120,"target":0},{"source":120,"target":44},{"source":120,"target":374},{"source":374,"target":44},{"source":121,"target":0},{"source":121,"target":152},{"source":121,"target":43},{"source":121,"target":375},{"source":121,"target":376},{"source":375,"target":152},{"source":376,"target":43},{"source":122,"target":0},{"source":122,"target":49},{"source":122,"target":377},{"source":377,"target":49},{"source":123,"target":0},{"source":123,"target":217},{"source":123,"target":378},{"source":378,"target":217},{"source":124,"target":0},{"source":124,"target":226},{"source":124,"target":379},{"source":379,"target":226},{"source":125,"target":0},{"source":125,"target":184},{"source":125,"target":380},{"source":380,"target":184},{"source":126,"target":0},{"source":126,"target":54},{"source":126,"target":381},{"source":381,"target":54},{"source":127,"target":0},{"source":127,"target":93},{"source":127,"target":223},{"source":127,"target":382},{"source":127,"target":383},{"source":382,"target":93},{"source":383,"target":223},{"source":128,"target":0},{"source":128,"target":95},{"source":128,"target":384},{"source":384,"target":95},{"source":129,"target":0},{"source":129,"target":164},{"source":129,"target":385},{"source":385,"target":164},{"source":130,"target":0},{"source":130,"target":127},{"source":130,"target":386},{"source":386,"target":127},{"source":131,"target":0},{"source":131,"target":37},{"source":131,"target":387},{"source":387,"target":37},{"source":132,"target":0},{"source":132,"target":49},{"source":132,"target":388},{"source":388,"target":49},{"source":133,"target":0},{"source":133,"target":184},{"source":133,"target":389},{"source":389,"target":184},{"source":134,"target":0},{"source":134,"target":175},{"source":134,"target":390},{"source":390,"target":175},{"source":135,"target":0},{"source":135,"target":169},{"source":135,"target":391},{"source":391,"target":169},{"source":136,"target":0},{"source":136,"target":173},{"source":136,"target":392},{"source":392,"target":173},{"source":137,"target":0},{"source":137,"target":205},{"source":137,"target":393},{"source":393,"target":205},{"source":138,"target":0},{"source":138,"target":107},{"source":138,"target":394},{"source":394,"target":107},{"source":139,"target":0},{"source":139,"target":158},{"source":139,"target":395},{"source":395,"target":158},{"source":140,"target":0},{"source":140,"target":53},{"source":140,"target":396},{"source":396,"target":53},{"source":141,"target":0},{"source":141,"target":155},{"source":141,"target":397},{"source":397,"target":155},{"source":142,"target":0},{"source":142,"target":226},{"source":142,"target":398},{"source":398,"target":226},{"source":143,"target":0},{"source":143,"target":205},{"source":143,"target":399},{"source":399,"target":205},{"source":144,"target":0},{"source":144,"target":27},{"source":144,"target":400},{"source":400,"target":27},{"source":145,"target":0},{"source":145,"target":184},{"source":145,"target":401},{"source":401,"target":184},{"source":146,"target":0},{"source":146,"target":217},{"source":146,"target":402},{"source":402,"target":217},{"source":147,"target":0},{"source":147,"target":185},{"source":147,"target":403},{"source":403,"target":185},{"source":148,"target":0},{"source":148,"target":205},{"source":148,"target":404},{"source":404,"target":205},{"source":149,"target":0},{"source":149,"target":164},{"source":149,"target":405},{"source":405,"target":164},{"source":150,"target":0},{"source":150,"target":54},{"source":150,"target":406},{"source":406,"target":54},{"source":151,"target":0},{"source":151,"target":58},{"source":151,"target":407},{"source":407,"target":58},{"source":152,"target":0},{"source":152,"target":54},{"source":152,"target":408},{"source":408,"target":54},{"source":153,"target":0},{"source":153,"target":164},{"source":153,"target":409},{"source":409,"target":164},{"source":154,"target":0},{"source":154,"target":217},{"source":154,"target":410},{"source":410,"target":217},{"source":155,"target":0},{"source":155,"target":205},{"source":155,"target":411},{"source":411,"target":205},{"source":156,"target":0},{"source":156,"target":173},{"source":156,"target":412},{"source":412,"target":173},{"source":157,"target":0},{"source":157,"target":127},{"source":157,"target":413},{"source":413,"target":127},{"source":158,"target":0},{"source":158,"target":160},{"source":158,"target":414},{"source":414,"target":160},{"source":159,"target":0},{"source":159,"target":65},{"source":159,"target":415},{"source":415,"target":65},{"source":160,"target":0},{"source":160,"target":53},{"source":160,"target":416},{"source":416,"target":53},{"source":161,"target":0},{"source":161,"target":79},{"source":161,"target":417},{"source":417,"target":79},{"source":162,"target":0},{"source":162,"target":53},{"source":162,"target":418},{"source":418,"target":53},{"source":163,"target":0},{"source":163,"target":54},{"source":163,"target":419},{"source":419,"target":54},{"source":164,"target":0},{"source":164,"target":420},{"source":420,"target":164},{"source":420,"target":421},{"source":420,"target":164},{"source":421,"target":164},{"source":165,"target":0},{"source":165,"target":150},{"source":165,"target":422},{"source":422,"target":150},{"source":166,"target":0},{"source":166,"target":54},{"source":166,"target":423},{"source":423,"target":54},{"source":167,"target":0},{"source":167,"target":158},{"source":167,"target":424},{"source":424,"target":158},{"source":168,"target":0},{"source":168,"target":54},{"source":168,"target":425},{"source":425,"target":54},{"source":169,"target":0},{"source":169,"target":33},{"source":169,"target":426},{"source":426,"target":33},{"source":170,"target":0},{"source":170,"target":206},{"source":170,"target":427},{"source":427,"target":206},{"source":171,"target":0},{"source":171,"target":26},{"source":171,"target":428},{"source":428,"target":26},{"source":172,"target":0},{"source":172,"target":130},{"source":172,"target":429},{"source":429,"target":130},{"source":173,"target":0},{"source":173,"target":217},{"source":173,"target":63},{"source":173,"target":11},{"source":173,"target":430},{"source":173,"target":431},{"source":173,"target":432},{"source":430,"target":217},{"source":431,"target":63},{"source":432,"target":11},{"source":174,"target":0},{"source":174,"target":217},{"source":174,"target":433},{"source":433,"target":217},{"source":175,"target":0},{"source":175,"target":164},{"source":175,"target":434},{"source":434,"target":164},{"source":176,"target":0},{"source":176,"target":217},{"source":176,"target":435},{"source":435,"target":217},{"source":177,"target":0},{"source":177,"target":127},{"source":177,"target":436},{"source":436,"target":127},{"source":178,"target":0},{"source":178,"target":170},{"source":178,"target":437},{"source":437,"target":170},{"source":179,"target":0},{"source":179,"target":213},{"source":179,"target":438},{"source":438,"target":213},{"source":180,"target":0},{"source":180,"target":205},{"source":180,"target":439},{"source":439,"target":205},{"source":181,"target":0},{"source":181,"target":205},{"source":181,"target":223},{"source":181,"target":440},{"source":181,"target":441},{"source":440,"target":205},{"source":441,"target":223},{"source":182,"target":0},{"source":182,"target":27},{"source":182,"target":442},{"source":442,"target":27},{"source":183,"target":0},{"source":183,"target":217},{"source":183,"target":443},{"source":443,"target":217},{"source":184,"target":0},{"source":184,"target":65},{"source":184,"target":444},{"source":444,"target":65},{"source":185,"target":0},{"source":185,"target":37},{"source":185,"target":445},{"source":445,"target":37},{"source":186,"target":0},{"source":186,"target":191},{"source":186,"target":446},{"source":446,"target":191},{"source":187,"target":0},{"source":187,"target":191},{"source":187,"target":447},{"source":447,"target":191},{"source":188,"target":0},{"source":188,"target":164},{"source":188,"target":448},{"source":448,"target":164},{"source":189,"target":0},{"source":189,"target":29},{"source":189,"target":449},{"source":449,"target":29},{"source":190,"target":0},{"source":190,"target":185},{"source":190,"target":450},{"source":450,"target":185},{"source":191,"target":0},{"source":191,"target":217},{"source":191,"target":451},{"source":451,"target":217},{"source":192,"target":0},{"source":192,"target":35},{"source":192,"target":452},{"source":452,"target":35},{"source":193,"target":0},{"source":193,"target":217},{"source":193,"target":453},{"source":453,"target":217},{"source":194,"target":0},{"source":194,"target":95},{"source":194,"target":454},{"source":454,"target":95},{"source":195,"target":0},{"source":195,"target":164},{"source":195,"target":455},{"source":455,"target":164},{"source":196,"target":0},{"source":196,"target":217},{"source":196,"target":456},{"source":456,"target":217},{"source":197,"target":0},{"source":197,"target":205},{"source":197,"target":457},{"source":457,"target":205},{"source":198,"target":0},{"source":198,"target":204},{"source":198,"target":458},{"source":458,"target":204},{"source":199,"target":0},{"source":199,"target":51},{"source":199,"target":459},{"source":459,"target":51},{"source":200,"target":0},{"source":200,"target":149},{"source":200,"target":460},{"source":460,"target":149},{"source":201,"target":0},{"source":201,"target":211},{"source":201,"target":461},{"source":461,"target":211},{"source":202,"target":0},{"source":202,"target":226},{"source":202,"target":462},{"source":462,"target":226},{"source":203,"target":0},{"source":203,"target":26},{"source":203,"target":463},{"source":463,"target":26},{"source":204,"target":0},{"source":204,"target":79},{"source":204,"target":464},{"source":464,"target":79},{"source":205,"target":0},{"source":205,"target":175},{"source":205,"target":465},{"source":465,"target":175},{"source":206,"target":0},{"source":206,"target":205},{"source":206,"target":223},{"source":206,"target":466},{"source":206,"target":467},{"source":466,"target":205},{"source":467,"target":223},{"source":207,"target":0},{"source":207,"target":79},{"source":207,"target":468},{"source":468,"target":79},{"source":208,"target":0},{"source":208,"target":27},{"source":208,"target":155},{"source":208,"target":469},{"source":208,"target":470},{"source":469,"target":27},{"source":470,"target":155},{"source":209,"target":0},{"source":209,"target":63},{"source":209,"target":79},{"source":209,"target":471},{"source":209,"target":472},{"source":471,"target":63},{"source":472,"target":79},{"source":210,"target":0},{"source":210,"target":63},{"source":210,"target":27},{"source":210,"target":473},{"source":210,"target":474},{"source":473,"target":63},{"source":474,"target":27},{"source":211,"target":0},{"source":211,"target":217},{"source":211,"target":475},{"source":475,"target":217},{"source":212,"target":0},{"source":212,"target":170},{"source":212,"target":476},{"source":476,"target":170},{"source":213,"target":0},{"source":213,"target":217},{"source":213,"target":477},{"source":477,"target":217},{"source":214,"target":0},{"source":214,"target":206},{"source":214,"target":197},{"source":214,"target":94},{"source":214,"target":478},{"source":214,"target":479},{"source":214,"target":480},{"source":478,"target":206},{"source":479,"target":197},{"source":480,"target":94},{"source":215,"target":0},{"source":215,"target":82},{"source":215,"target":481},{"source":481,"target":82},{"source":216,"target":0},{"source":216,"target":206},{"source":216,"target":482},{"source":482,"target":206},{"source":217,"target":0},{"source":217,"target":61},{"source":217,"target":483},{"source":483,"target":61},{"source":218,"target":0},{"source":218,"target":33},{"source":218,"target":58},{"source":218,"target":484},{"source":218,"target":485},{"source":484,"target":33},{"source":485,"target":58},{"source":219,"target":0},{"source":219,"target":86},{"source":219,"target":486},{"source":486,"target":86},{"source":220,"target":0},{"source":220,"target":63},{"source":220,"target":79},{"source":220,"target":51},{"source":220,"target":487},{"source":220,"target":488},{"source":220,"target":489},{"source":487,"target":63},{"source":488,"target":79},{"source":489,"target":51},{"source":221,"target":0},{"source":221,"target":127},{"source":221,"target":490},{"source":490,"target":127},{"source":222,"target":0},{"source":222,"target":217},{"source":222,"target":491},{"source":491,"target":217},{"source":223,"target":0},{"source":223,"target":164},{"source":223,"target":492},{"source":492,"target":164},{"source":224,"target":0},{"source":224,"target":63},{"source":224,"target":206},{"source":224,"target":493},{"source":224,"target":494},{"source":493,"target":63},{"source":494,"target":206},{"source":225,"target":0},{"source":225,"target":217},{"source":225,"target":495},{"source":495,"target":217},{"source":226,"target":0},{"source":226,"target":127},{"source":226,"target":496},{"source":496,"target":127},{"source":227,"target":0},{"source":227,"target":220},{"source":227,"target":497},{"source":497,"target":220}],"multigraph":true}
ecore
statemachine
repo-ecore-all/data/psoursos/Sir-examples/StateChartDesign/model/stateChart.ecore
stateChart Node name label type activity variables Children Father actions metadata child parent Model name nodes variables description metadata transitions Variable name type Transition TE name source target metadata
<?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="stateChart" nsURI="http://www.example.org/stateChart" nsPrefix="stateChart"> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="activity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Children" upperBound="-1" eType="#//Node" containment="true" eOpposite="#//Node/Father"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Father" eType="#//Node" eOpposite="#//Node/Children"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metadata" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1" eType="#//Transition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Transition"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//Variable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metadata" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" eType="#//Transition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <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="Transition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="TE" 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="source" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="metadata" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
false
{"directed":true,"nodes":[{"nsPrefix":"stateChart","nsURI":"http://www.example.org/stateChart","name":"stateChart","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","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":"Transition","instanceClass":null,"abstract":false,"id":4,"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":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","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":"type","changeable":true,"lowerBound":0,"iD":false,"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":"activity","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":"variables","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":"Children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"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":"Father","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"actions","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":"metadata","changeable":true,"lowerBound":0,"iD":false,"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":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"nodes","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":"variables","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":"description","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":"metadata","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":"transitions","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,"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,"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":"TE","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":"name","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":"source","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"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":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":1,"target":15},{"source":5,"target":16},{"source":5,"target":1},{"source":6,"target":17},{"source":6,"target":1},{"source":7,"target":18},{"source":7,"target":1},{"source":8,"target":19},{"source":8,"target":1},{"source":9,"target":3},{"source":9,"target":20},{"source":9,"target":1},{"source":20,"target":3},{"source":10,"target":1},{"source":10,"target":21},{"source":10,"target":1},{"source":10,"target":11},{"source":21,"target":1},{"source":11,"target":1},{"source":11,"target":22},{"source":11,"target":1},{"source":11,"target":10},{"source":22,"target":1},{"source":12,"target":23},{"source":12,"target":1},{"source":13,"target":24},{"source":13,"target":1},{"source":14,"target":4},{"source":14,"target":25},{"source":14,"target":1},{"source":25,"target":4},{"source":15,"target":4},{"source":15,"target":26},{"source":15,"target":1},{"source":26,"target":4},{"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":1},{"source":28,"target":34},{"source":28,"target":2},{"source":34,"target":1},{"source":29,"target":3},{"source":29,"target":35},{"source":29,"target":2},{"source":35,"target":3},{"source":30,"target":36},{"source":30,"target":2},{"source":31,"target":37},{"source":31,"target":2},{"source":32,"target":4},{"source":32,"target":38},{"source":32,"target":2},{"source":38,"target":4},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":39,"target":41},{"source":39,"target":3},{"source":40,"target":42},{"source":40,"target":3},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":43,"target":48},{"source":43,"target":4},{"source":44,"target":49},{"source":44,"target":4},{"source":45,"target":1},{"source":45,"target":50},{"source":45,"target":4},{"source":50,"target":1},{"source":46,"target":1},{"source":46,"target":51},{"source":46,"target":4},{"source":51,"target":1},{"source":47,"target":52},{"source":47,"target":4}],"multigraph":true}
ecore